-
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.
* Bifrost v0.10.0 * fix: 🐛 clippy * Fix chain spec (#1243) * Feat/remove tips&bounty pallet (#1246) * remove pallet_tips * remove pallet_bounties * remove unused const * add the migration of Bounties pallet * Fix ve minting (#1244) * fix: 🐛 add set_ve_locked * fix: 🐛 unable to lock more * fix: 🐛 increase_unlock_time_inner * fix: 🐛 test * [skip ci] migrate rococo-paseo (#1247) Co-authored-by: TomatoAres <[email protected]> * Add identity and collator_selection migrations (#1248) * RedeemSuccess adds redeem_to * Fix clippy * fix: 🐛 increase_unlock_time * fix: 🐛 deposit_markup * fix: 🐛 redeem_commission * Fix slpx migrates * refactor: 💡 modify Week * fix: 🐛 Week --------- Co-authored-by: Edwin Wang <[email protected]> Co-authored-by: NingBo Wang <[email protected]> Co-authored-by: yooml <[email protected]> Co-authored-by: 战神西红柿 <[email protected]> Co-authored-by: TomatoAres <[email protected]>
- Loading branch information
1 parent
e425a4b
commit d20fcd0
Showing
28 changed files
with
931 additions
and
1,013 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "bifrost-cli" | ||
version = "0.9.98" | ||
version = "0.10.0" | ||
authors = ["Liebi Technologies <[email protected]>"] | ||
description = "Bifrost Parachain Node" | ||
build = "build.rs" | ||
|
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 was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.