-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing benchmarks if genesis is pure defaults (#368)
* fixing benchmarks if genesis is pure defaults * bump crate versions to publish * trying to pin stable for crates.io * another fix in ceremonies benchmakrs * lockfile * fmt +stable * clippy * fix tests
- Loading branch information
Showing
42 changed files
with
272 additions
and
223 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pallet-encointer-bazaar" | ||
version = "3.0.2" | ||
version = "3.0.3" | ||
authors = ["Encointer Association <[email protected]>"] | ||
edition = "2021" | ||
description = "Bazaar pallet for the Encointer blockchain runtime" | ||
|
@@ -16,7 +16,7 @@ log = { version = "0.4.20", default-features = false } | |
scale-info = { version = "2.10.0", default-features = false } | ||
|
||
# local deps | ||
encointer-communities = { package = "pallet-encointer-communities", path = "../communities", default-features = false, version = "3.0.2" } | ||
encointer-communities = { package = "pallet-encointer-communities", path = "../communities", default-features = false, version = "3.0.3" } | ||
encointer-primitives = { path = "../primitives", default-features = false, features = ["serde_derive"], version = "3.0.2" } | ||
|
||
# substrate deps | ||
|
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 = "pallet-encointer-ceremonies" | ||
version = "3.0.2" | ||
version = "3.0.4" | ||
authors = ["Encointer Association <[email protected]>"] | ||
edition = "2021" | ||
description = "Ceremonies pallet for the Encointer blockchain runtime" | ||
|
@@ -18,10 +18,10 @@ scale-info = { version = "2.10.0", default-features = false } | |
# local deps | ||
encointer-balances = { package = "pallet-encointer-balances", path = "../balances", default-features = false, version = "3.0.2" } | ||
encointer-ceremonies-assignment = { path = "assignment", default-features = false, version = "3.0.2" } | ||
encointer-communities = { package = "pallet-encointer-communities", path = "../communities", default-features = false, version = "3.0.2" } | ||
encointer-communities = { package = "pallet-encointer-communities", path = "../communities", default-features = false, version = "3.0.3" } | ||
encointer-meetup-validation = { path = "meetup-validation", default-features = false, version = "3.0.2" } | ||
encointer-primitives = { path = "../primitives", default-features = false, features = ["serde_derive"], version = "3.0.2" } | ||
encointer-scheduler = { package = "pallet-encointer-scheduler", path = "../scheduler", default-features = false, version = "3.0.2" } | ||
encointer-scheduler = { package = "pallet-encointer-scheduler", path = "../scheduler", default-features = false, version = "3.0.3" } | ||
|
||
# substrate deps | ||
frame-support = { default-features = false, version = "25.0.0" } | ||
|
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
Oops, something went wrong.