@@ -36,75 +36,74 @@ zero_prefixed_literal = { level = "allow" } # Better recognitio
36
36
37
37
[workspace .dependencies ]
38
38
# local pin
39
- encointer-ceremonies-assignment = { path = " ceremonies/assignment" , default-features = false , version = " 14 .1.0" }
40
- encointer-meetup-validation = { path = " ceremonies/meetup-validation" , default-features = false , version = " 14 .1.0" }
41
- encointer-primitives = { path = " primitives" , default-features = false , features = [" serde_derive" ], version = " 14 .4.0" }
42
- encointer-rpc = { path = " rpc" , version = " 14 .1.0" }
43
- ep-core = { path = " primitives/core" , default-features = false , version = " 14 .0.0" }
44
- pallet-encointer-balances = { path = " balances" , default-features = false , version = " 14 .2.0" }
45
- pallet-encointer-ceremonies = { path = " ceremonies" , default-features = false , version = " 14 .1.0" }
46
- pallet-encointer-communities = { path = " communities" , default-features = false , version = " 14 .1.0" }
47
- pallet-encointer-reputation-commitments = { path = " reputation-commitments" , default-features = false , version = " 14 .1.0" }
48
- pallet-encointer-scheduler = { path = " scheduler" , default-features = false , version = " 14 .1.0" }
49
- pallet-encointer-treasuries = { path = " treasuries" , default-features = false , version = " 14 .4.0" }
39
+ encointer-ceremonies-assignment = { path = " ceremonies/assignment" , default-features = false , version = " 15 .1.0" }
40
+ encointer-meetup-validation = { path = " ceremonies/meetup-validation" , default-features = false , version = " 15 .1.0" }
41
+ encointer-primitives = { path = " primitives" , default-features = false , features = [" serde_derive" ], version = " 15 .4.0" }
42
+ encointer-rpc = { path = " rpc" , version = " 15 .1.0" }
43
+ ep-core = { path = " primitives/core" , default-features = false , version = " 15 .0.0" }
44
+ pallet-encointer-balances = { path = " balances" , default-features = false , version = " 15 .2.0" }
45
+ pallet-encointer-ceremonies = { path = " ceremonies" , default-features = false , version = " 15 .1.0" }
46
+ pallet-encointer-communities = { path = " communities" , default-features = false , version = " 15 .1.0" }
47
+ pallet-encointer-reputation-commitments = { path = " reputation-commitments" , default-features = false , version = " 15 .1.0" }
48
+ pallet-encointer-scheduler = { path = " scheduler" , default-features = false , version = " 15 .1.0" }
49
+ pallet-encointer-treasuries = { path = " treasuries" , default-features = false , version = " 15 .4.0" }
50
50
test-utils = { path = " test-utils" }
51
51
# rpc apis
52
- encointer-balances-tx-payment-rpc-runtime-api = { path = " balances-tx-payment/rpc/runtime-api" , version = " 14 .1.0" }
53
- pallet-encointer-bazaar-rpc-runtime-api = { path = " bazaar/rpc/runtime-api" , version = " 14 .1.0" }
54
- pallet-encointer-ceremonies-rpc-runtime-api = { path = " ceremonies/rpc/runtime-api" , version = " 14 .1.0" }
55
- pallet-encointer-communities-rpc-runtime-api = { path = " communities/rpc/runtime-api" , version = " 14 .1.0" }
56
- pallet-encointer-treasuries-rpc-runtime-api = { path = " treasuries/rpc/runtime-api" , version = " 14 .3.0" }
52
+ encointer-balances-tx-payment-rpc-runtime-api = { path = " balances-tx-payment/rpc/runtime-api" , version = " 15 .1.0" }
53
+ pallet-encointer-bazaar-rpc-runtime-api = { path = " bazaar/rpc/runtime-api" , version = " 15 .1.0" }
54
+ pallet-encointer-ceremonies-rpc-runtime-api = { path = " ceremonies/rpc/runtime-api" , version = " 15 .1.0" }
55
+ pallet-encointer-communities-rpc-runtime-api = { path = " communities/rpc/runtime-api" , version = " 15 .1.0" }
56
+ pallet-encointer-treasuries-rpc-runtime-api = { path = " treasuries/rpc/runtime-api" , version = " 15 .3.0" }
57
57
58
58
# various
59
59
array-bytes = " 6.1.0"
60
60
bs58 = { version = " 0.5.0" , default-features = false , features = [" alloc" ] }
61
61
crc = " 3.2.1"
62
62
fixed = { package = " substrate-fixed" , default-features = false , version = " 0.5.9" }
63
63
geohash = { package = " substrate-geohash" , version = " 0.13.0" }
64
- impl-serde = { version = " 0.4 .0" , default-features = false }
64
+ impl-serde = { version = " 0.5 .0" , default-features = false }
65
65
impl-trait-for-tuples = { version = " 0.2.2" , default-features = false }
66
66
log = { version = " 0.4.20" , default-features = false }
67
67
parity-scale-codec = { version = " 3.6.5" , default-features = false , features = [" derive" , " max-encoded-len" ] }
68
68
parking_lot = " 0.12.1"
69
69
scale-info = { version = " 2.10.0" , default-features = false , features = [" derive" ] }
70
70
serde = { version = " 1.0.197" , default-features = false , features = [" derive" , " alloc" ] }
71
- thiserror = " 1 .0.50 "
71
+ thiserror = " 2 .0.11 "
72
72
73
73
# polkadot-sdk [no_std]
74
- frame-benchmarking = { version = " 38.0.0" , default-features = false }
75
- frame-support = { version = " 38.0.0" , default-features = false }
76
- frame-system = { version = " 38.0.0" , default-features = false }
77
- pallet-asset-tx-payment = { version = " 38.0.0" , default-features = false }
78
- pallet-balances = { version = " 39.0.0" , default-features = false }
79
- pallet-timestamp = { version = " 37.0.0" , default-features = false }
80
- pallet-transaction-payment = { version = " 38.0.0" , default-features = false }
81
- pallet-treasury = { version = " 37.0.0" , default-features = false }
82
- sp-api = { version = " 34.0.0" , default-features = false }
83
- sp-application-crypto = { version = " 38.0.0" , default-features = false }
74
+ frame-benchmarking = { version = " 39.0.0" , default-features = false }
75
+ frame-support = { version = " 39.0.0" , default-features = false }
76
+ frame-system = { version = " 39.1.0" , default-features = false }
77
+ pallet-asset-tx-payment = { version = " 39.0.0" , default-features = false }
78
+ pallet-balances = { version = " 40.0.1" , default-features = false }
79
+ pallet-timestamp = { version = " 38.0.0" , default-features = false }
80
+ pallet-transaction-payment = { version = " 39.0.0" , default-features = false }
81
+ sp-api = { version = " 35.0.0" , default-features = false }
82
+ sp-application-crypto = { version = " 39.0.0" , default-features = false }
84
83
sp-arithmetic = { version = " 26.0.0" , default-features = false }
85
- sp-core = { version = " 34 .0.0" , default-features = false }
86
- sp-io = { version = " 38 .0.0" , default-features = false }
87
- sp-runtime = { version = " 39.0.1 " , default-features = false }
84
+ sp-core = { version = " 35 .0.0" , default-features = false }
85
+ sp-io = { version = " 39 .0.0" , default-features = false }
86
+ sp-runtime = { version = " 40.1.0 " , default-features = false }
88
87
sp-std = { version = " 14.0.0" , default-features = false }
89
88
90
89
# rpc stuff [std]
91
90
jsonrpsee = { version = " 0.24.7" , features = [" client-core" , " server" , " macros" ] }
92
91
jsonrpsee-core = { version = " 0.24.7" }
93
92
jsonrpsee-types = { version = " 0.24.7" }
94
- pallet-transaction-payment-rpc = { version = " 41 .0.0" }
95
- sc-rpc = " 40 .0.0"
96
- sc-rpc-api = " 0.44 .0"
97
- sp-blockchain = " 37 .0.1 "
98
- sp-rpc = " 32 .0.0"
93
+ pallet-transaction-payment-rpc = { version = " 42 .0.0" }
94
+ sc-rpc = " 43 .0.0"
95
+ sc-rpc-api = " 0.47 .0"
96
+ sp-blockchain = " 38 .0.0 "
97
+ sp-rpc = " 33 .0.0"
99
98
100
99
# dev deps
101
100
approx = " 0.5.1"
102
101
itertools = " 0.11.0"
103
102
rstest = " 0.12.0"
104
103
serde_json = " 1.0.114"
105
- sp-inherents = " 34 .0.0"
106
- sp-keyring = " 39 .0.0"
107
- sp-keystore = " 0.40 .0"
104
+ sp-inherents = " 35 .0.0"
105
+ sp-keyring = " 40 .0.0"
106
+ sp-keystore = " 0.41 .0"
108
107
109
108
# [patch."https://github.com/encointer/substrate-fixed"]
110
109
# substrate-fixed = { path = "../substrate-fixed"}
0 commit comments