-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 🐛 redefine system pool id (#1421)
* fix: 🐛 redefine system pool id * fix: 🐛 auto_notify_reward * refactor: 💡 rename to bb-bnc * style: 💄 clippy * fix: 🐛 rename error * refactor: 💡 rm BbBNCPalletId * fix: 🐛 UserFarmingPool bound limit
- Loading branch information
Showing
51 changed files
with
905 additions
and
920 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[package] | ||
name = "bifrost-ve-minting" | ||
name = "bb-bnc" | ||
version = "0.8.0" | ||
authors = ["Kadokura <[email protected]>"] | ||
edition = "2021" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[package] | ||
name = "bifrost-ve-minting-rpc" | ||
name = "bb-bnc-rpc" | ||
version = "0.8.0" | ||
authors = ["Kadokura <[email protected]>"] | ||
edition = "2021" | ||
|
@@ -14,4 +14,4 @@ sp-blockchain = { workspace = true } | |
sp-core = { workspace = true } | ||
sp-rpc = { workspace = true } | ||
bifrost-primitives = { workspace = true } | ||
bifrost-ve-minting-rpc-runtime-api = { workspace = true } | ||
bb-bnc-rpc-runtime-api = { workspace = true } |
2 changes: 1 addition & 1 deletion
2
...ets/ve-minting/rpc/runtime-api/Cargo.toml → pallets/bb-bnc/rpc/runtime-api/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[package] | ||
name = "bifrost-ve-minting-rpc-runtime-api" | ||
name = "bb-bnc-rpc-runtime-api" | ||
version = "0.8.0" | ||
authors = ["Kadokura <[email protected]>"] | ||
edition = "2021" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.