diff --git a/Cargo.lock b/Cargo.lock index 9c0cbf0f..c974c6d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1514,7 +1514,7 @@ dependencies = [ [[package]] name = "encointer-balances-tx-payment" -version = "6.0.0" +version = "6.1.0" dependencies = [ "encointer-primitives", "frame-support", @@ -1534,7 +1534,7 @@ dependencies = [ [[package]] name = "encointer-balances-tx-payment-rpc" -version = "6.0.0" +version = "6.1.0" dependencies = [ "encointer-balances-tx-payment-rpc-runtime-api", "encointer-primitives", @@ -1557,7 +1557,7 @@ dependencies = [ [[package]] name = "encointer-balances-tx-payment-rpc-runtime-api" -version = "6.0.0" +version = "6.1.0" dependencies = [ "encointer-primitives", "frame-support", @@ -1569,7 +1569,7 @@ dependencies = [ [[package]] name = "encointer-ceremonies-assignment" -version = "6.0.0" +version = "6.1.0" dependencies = [ "encointer-primitives", "sp-core", @@ -1579,7 +1579,7 @@ dependencies = [ [[package]] name = "encointer-meetup-validation" -version = "6.0.0" +version = "6.1.0" dependencies = [ "encointer-primitives", "parity-scale-codec", @@ -1593,7 +1593,7 @@ dependencies = [ [[package]] name = "encointer-primitives" -version = "6.0.0" +version = "6.1.0" dependencies = [ "approx", "bs58 0.5.0", @@ -1616,7 +1616,7 @@ dependencies = [ [[package]] name = "encointer-rpc" -version = "6.0.0" +version = "6.1.0" dependencies = [ "jsonrpsee", "jsonrpsee-core", @@ -3976,7 +3976,7 @@ dependencies = [ [[package]] name = "pallet-encointer-balances" -version = "6.0.0" +version = "6.1.0" dependencies = [ "approx", "encointer-primitives", @@ -3996,7 +3996,7 @@ dependencies = [ [[package]] name = "pallet-encointer-bazaar" -version = "6.0.0" +version = "6.1.0" dependencies = [ "encointer-primitives", "frame-benchmarking", @@ -4014,7 +4014,7 @@ dependencies = [ [[package]] name = "pallet-encointer-bazaar-rpc" -version = "6.0.0" +version = "6.1.0" dependencies = [ "encointer-primitives", "encointer-rpc", @@ -4033,7 +4033,7 @@ dependencies = [ [[package]] name = "pallet-encointer-bazaar-rpc-runtime-api" -version = "6.0.0" +version = "6.1.0" dependencies = [ "encointer-primitives", "frame-support", @@ -4044,7 +4044,7 @@ dependencies = [ [[package]] name = "pallet-encointer-ceremonies" -version = "6.0.0" +version = "6.1.0" dependencies = [ "approx", "encointer-ceremonies-assignment", @@ -4073,7 +4073,7 @@ dependencies = [ [[package]] name = "pallet-encointer-ceremonies-rpc" -version = "6.0.0" +version = "6.1.0" dependencies = [ "encointer-primitives", "encointer-rpc", @@ -4092,7 +4092,7 @@ dependencies = [ [[package]] name = "pallet-encointer-ceremonies-rpc-runtime-api" -version = "6.0.0" +version = "6.1.0" dependencies = [ "encointer-primitives", "frame-support", @@ -4103,7 +4103,7 @@ dependencies = [ [[package]] name = "pallet-encointer-communities" -version = "6.0.0" +version = "6.1.0" dependencies = [ "approx", "encointer-primitives", @@ -4124,7 +4124,7 @@ dependencies = [ [[package]] name = "pallet-encointer-communities-rpc" -version = "6.0.0" +version = "6.1.0" dependencies = [ "encointer-primitives", "encointer-rpc", @@ -4144,7 +4144,7 @@ dependencies = [ [[package]] name = "pallet-encointer-communities-rpc-runtime-api" -version = "6.0.0" +version = "6.1.0" dependencies = [ "encointer-primitives", "parity-scale-codec", @@ -4154,7 +4154,7 @@ dependencies = [ [[package]] name = "pallet-encointer-democracy" -version = "6.0.0" +version = "6.1.0" dependencies = [ "approx", "encointer-primitives", @@ -4183,7 +4183,7 @@ dependencies = [ [[package]] name = "pallet-encointer-faucet" -version = "6.0.0" +version = "6.1.0" dependencies = [ "approx", "encointer-primitives", @@ -4205,7 +4205,7 @@ dependencies = [ [[package]] name = "pallet-encointer-reputation-commitments" -version = "6.0.0" +version = "6.1.0" dependencies = [ "approx", "encointer-primitives", @@ -4228,7 +4228,7 @@ dependencies = [ [[package]] name = "pallet-encointer-scheduler" -version = "6.0.0" +version = "6.1.0" dependencies = [ "encointer-primitives", "frame-benchmarking", @@ -4247,7 +4247,7 @@ dependencies = [ [[package]] name = "pallet-encointer-vouches" -version = "6.0.0" +version = "6.1.0" dependencies = [ "approx", "encointer-primitives", @@ -6962,7 +6962,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test-utils" -version = "6.0.0" +version = "6.1.0" dependencies = [ "encointer-primitives", "frame-benchmarking", diff --git a/Cargo.toml b/Cargo.toml index 9df44f8d..f6f95ffc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,22 +28,22 @@ members = [ [workspace.dependencies] # local pin -encointer-ceremonies-assignment = { path = "ceremonies/assignment", default-features = false, version = "6.0.0" } -encointer-meetup-validation = { path = "ceremonies/meetup-validation", default-features = false, version = "6.0.0" } -encointer-primitives = { path = "primitives", default-features = false, features = ["serde_derive"], version = "6.0.0" } -encointer-rpc = { path = "rpc", version = "6.0.0" } +encointer-ceremonies-assignment = { path = "ceremonies/assignment", default-features = false, version = "6.1.0" } +encointer-meetup-validation = { path = "ceremonies/meetup-validation", default-features = false, version = "6.1.0" } +encointer-primitives = { path = "primitives", default-features = false, features = ["serde_derive"], version = "6.1.0" } +encointer-rpc = { path = "rpc", version = "6.1.0" } ep-core = { path = "primitives/core", default-features = false, version = "6.0.0" } -pallet-encointer-balances = { path = "balances", default-features = false, version = "6.0.0" } -pallet-encointer-ceremonies = { path = "ceremonies", default-features = false, version = "6.0.0" } -pallet-encointer-communities = { path = "communities", default-features = false, version = "6.0.0" } -pallet-encointer-reputation-commitments = { path = "reputation-commitments", default-features = false, version = "6.0.0" } -pallet-encointer-scheduler = { path = "scheduler", default-features = false, version = "6.0.0" } +pallet-encointer-balances = { path = "balances", default-features = false, version = "6.1.0" } +pallet-encointer-ceremonies = { path = "ceremonies", default-features = false, version = "6.1.0" } +pallet-encointer-communities = { path = "communities", default-features = false, version = "6.1.0" } +pallet-encointer-reputation-commitments = { path = "reputation-commitments", default-features = false, version = "6.1.0" } +pallet-encointer-scheduler = { path = "scheduler", default-features = false, version = "6.1.0" } test-utils = { path = "test-utils" } # rpc apis -encointer-balances-tx-payment-rpc-runtime-api = { path = "balances-tx-payment/rpc/runtime-api", version = "6.0.0" } -pallet-encointer-bazaar-rpc-runtime-api = { path = "bazaar/rpc/runtime-api", version = "6.0.0" } -pallet-encointer-ceremonies-rpc-runtime-api = { path = "ceremonies/rpc/runtime-api", version = "6.0.0" } -pallet-encointer-communities-rpc-runtime-api = { path = "communities/rpc/runtime-api", version = "6.0.0" } +encointer-balances-tx-payment-rpc-runtime-api = { path = "balances-tx-payment/rpc/runtime-api", version = "6.1.0" } +pallet-encointer-bazaar-rpc-runtime-api = { path = "bazaar/rpc/runtime-api", version = "6.1.0" } +pallet-encointer-ceremonies-rpc-runtime-api = { path = "ceremonies/rpc/runtime-api", version = "6.1.0" } +pallet-encointer-communities-rpc-runtime-api = { path = "communities/rpc/runtime-api", version = "6.1.0" } # various array-bytes = "6.1.0" diff --git a/balances-tx-payment/Cargo.toml b/balances-tx-payment/Cargo.toml index c6940d64..3e2cd8f0 100644 --- a/balances-tx-payment/Cargo.toml +++ b/balances-tx-payment/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encointer-balances-tx-payment" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Balances tx payment for the Encointer blockchain runtime" diff --git a/balances-tx-payment/rpc/Cargo.toml b/balances-tx-payment/rpc/Cargo.toml index e6194659..48ed71fe 100644 --- a/balances-tx-payment/rpc/Cargo.toml +++ b/balances-tx-payment/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encointer-balances-tx-payment-rpc" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Balances tx payment rpc for the Encointer blockchain runtime" diff --git a/balances-tx-payment/rpc/runtime-api/Cargo.toml b/balances-tx-payment/rpc/runtime-api/Cargo.toml index 74b9e3a7..e750d90b 100644 --- a/balances-tx-payment/rpc/runtime-api/Cargo.toml +++ b/balances-tx-payment/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encointer-balances-tx-payment-rpc-runtime-api" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Balances tx payment rpc runtime api for the Encointer blockchain runtime" diff --git a/balances/Cargo.toml b/balances/Cargo.toml index 51a91af1..16c3bdd9 100644 --- a/balances/Cargo.toml +++ b/balances/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-balances" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Balances pallet for the Encointer blockchain runtime" diff --git a/bazaar/Cargo.toml b/bazaar/Cargo.toml index 6bfbea6f..bbeb0c1a 100644 --- a/bazaar/Cargo.toml +++ b/bazaar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-bazaar" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Bazaar pallet for the Encointer blockchain runtime" diff --git a/bazaar/rpc/Cargo.toml b/bazaar/rpc/Cargo.toml index 6971244b..c9107100 100644 --- a/bazaar/rpc/Cargo.toml +++ b/bazaar/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-bazaar-rpc" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Bazaar rpc for the Encointer blockchain runtime" diff --git a/bazaar/rpc/runtime-api/Cargo.toml b/bazaar/rpc/runtime-api/Cargo.toml index 009fe81e..2b1b626c 100644 --- a/bazaar/rpc/runtime-api/Cargo.toml +++ b/bazaar/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-bazaar-rpc-runtime-api" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Bazaar rpc runtime API for the Encointer blockchain runtime" diff --git a/ceremonies/Cargo.toml b/ceremonies/Cargo.toml index 119800a2..8407f31b 100644 --- a/ceremonies/Cargo.toml +++ b/ceremonies/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-ceremonies" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Ceremonies pallet for the Encointer blockchain runtime" diff --git a/ceremonies/assignment/Cargo.toml b/ceremonies/assignment/Cargo.toml index 87c85a85..d80237ef 100644 --- a/ceremonies/assignment/Cargo.toml +++ b/ceremonies/assignment/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encointer-ceremonies-assignment" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Ceremonies assignments for the Encointer blockchain runtime" diff --git a/ceremonies/meetup-validation/Cargo.toml b/ceremonies/meetup-validation/Cargo.toml index 51ca7afe..2d9a8ef5 100644 --- a/ceremonies/meetup-validation/Cargo.toml +++ b/ceremonies/meetup-validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encointer-meetup-validation" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Meetup validation for the Encointer blockchain runtime" diff --git a/ceremonies/rpc/Cargo.toml b/ceremonies/rpc/Cargo.toml index 938fa3bd..90b5b6c9 100644 --- a/ceremonies/rpc/Cargo.toml +++ b/ceremonies/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-ceremonies-rpc" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Ceremonies rpc for the Encointer blockchain runtime" diff --git a/ceremonies/rpc/runtime-api/Cargo.toml b/ceremonies/rpc/runtime-api/Cargo.toml index e9334d01..6a65ef4e 100644 --- a/ceremonies/rpc/runtime-api/Cargo.toml +++ b/ceremonies/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-ceremonies-rpc-runtime-api" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Ceremonies rpc runtime API for the Encointer blockchain runtime" diff --git a/communities/Cargo.toml b/communities/Cargo.toml index fbb28208..08aa9754 100644 --- a/communities/Cargo.toml +++ b/communities/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-communities" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Communities pallet for the Encointer blockchain runtime" diff --git a/communities/rpc/Cargo.toml b/communities/rpc/Cargo.toml index 10b79b84..de5f7944 100644 --- a/communities/rpc/Cargo.toml +++ b/communities/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-communities-rpc" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Communities rpc for the Encointer blockchain runtime" diff --git a/communities/rpc/runtime-api/Cargo.toml b/communities/rpc/runtime-api/Cargo.toml index fc15bcf3..638315a4 100644 --- a/communities/rpc/runtime-api/Cargo.toml +++ b/communities/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-communities-rpc-runtime-api" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Communities rpc runtime api for the Encointer blockchain runtime" diff --git a/democracy/Cargo.toml b/democracy/Cargo.toml index 1370f860..9541beea 100644 --- a/democracy/Cargo.toml +++ b/democracy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-democracy" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Democracy pallet for the Encointer blockchain runtime" diff --git a/faucet/Cargo.toml b/faucet/Cargo.toml index 0118c74e..0960400e 100644 --- a/faucet/Cargo.toml +++ b/faucet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-faucet" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Faucet pallet for the Encointer blockchain runtime" diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 0cded5e0..eebe5025 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encointer-primitives" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Primitives for the Encointer blockchain runtime" diff --git a/reputation-commitments/Cargo.toml b/reputation-commitments/Cargo.toml index c404f4e3..af8a746b 100644 --- a/reputation-commitments/Cargo.toml +++ b/reputation-commitments/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-reputation-commitments" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Reputation commitments pallet for the Encointer blockchain runtime" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 22cbf072..cb956b8a 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "encointer-rpc" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "RPC for the Encointer blockchain runtime" diff --git a/scheduler/Cargo.toml b/scheduler/Cargo.toml index ae3a62ce..e26a6dc5 100644 --- a/scheduler/Cargo.toml +++ b/scheduler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-scheduler" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Scheduler pallet for the Encointer blockchain runtime" diff --git a/test-utils/Cargo.toml b/test-utils/Cargo.toml index ba778a50..f0c8d8b0 100644 --- a/test-utils/Cargo.toml +++ b/test-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-utils" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Test utils for the Encointer blockchain runtime" diff --git a/vouches/Cargo.toml b/vouches/Cargo.toml index 0b5ca5bb..9b3e28f6 100644 --- a/vouches/Cargo.toml +++ b/vouches/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-encointer-vouches" -version = "6.0.0" +version = "6.1.0" authors = ["Encointer Association "] edition = "2021" description = "Vouches pallet for the Encointer blockchain runtime"