This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Commit bd29c35
committed
Merge branch 'master' into ao-update-kvdb-and-co
* master: (42 commits)
Adapt `pallet-contracts` to WeightV2 (#12421)
Improved election pallet testing (#12327)
Bump prost to 0.11+ (#12419)
Use saturating add for alliance::disband witness data (#12418)
[Fix] Rename VoterBagsList -> VoterList to match pdot (#12416)
client/beefy: small code improvements (#12414)
BEEFY: Simplify hashing for pallet-beefy-mmr (#12393)
Add @koute to `docs/CODEOWNERS` and update stale paths (#12408)
docs/CODEOWNERS: add @acatangiu as MMR owner (#12406)
Remove unnecessary Clone trait bounds on CountedStorageMap (#12402)
Fix `Weight::is_zero` (#12396)
Beefy on-demand justifications as a custom RequestResponse protocol (#12124)
Remove contracts RPCs (#12358)
pallet-mmr: generate historical proofs (#12324)
unsafe_pruning flag removed (#12385)
Carry over where clauses defined in Config to Call and Hook (#12388)
Properly set the max proof size weight on defaults and tests (#12383)
BEEFY: impl TypeInfo for SignedCommitment (#12382)
bounding staking: `BoundedElectionProvider` trait (#12362)
New Pallet: Root offences (#11943)
...171 files changed
Lines changed: 5515 additions & 3217 deletions
File tree
- bin
- node-template
- node/src
- runtime/src
- node
- cli
- benches
- src
- executor/tests
- rpc
- src
- runtime
- src
- testing/src
- client
- authority-discovery
- beefy
- rpc/src
- src
- communication
- request_response
- cli
- src
- params
- consensus
- aura/src
- babe/src
- manual-seal/src
- slots
- src
- db
- benches
- src
- finality-grandpa/src
- network
- common
- src
- light
- src
- protocol
- service
- sync
- test/src
- transactions
- src
- service
- src
- test/src
- client
- docs
- frame
- alliance/src
- babe/src
- balances/src
- beefy-mmr
- primitives
- src
- src
- benchmarking/src
- collective/src
- contracts
- primitives
- src
- rpc
- runtime-api
- src
- runtime-api
- src
- src
- wasm
- democracy/src
- election-provider-multi-phase/src
- election-provider-support/src
- elections-phragmen/src
- examples/basic/src
- executive/src
- fast-unstake
- src
- grandpa/src
- merkle-mountain-range
- rpc/src
- src
- multisig/src
- nomination-pools
- src
- test-staking/src
- offences/benchmarking/src
- ranked-collective/src
- root-offences
- src
- scheduler/src
- staking/src
- pallet
- support
- procedural/src
- construct_runtime
- pallet
- expand
- parse
- src/storage/types
- test/tests/pallet_ui
- system/src
- extensions
- transaction-payment
- asset-tx-payment/src
- src
- utility/src
- primitives
- beefy/src
- merkle-mountain-range/src
- npos-elections/src
- state-machine/src
- timestamp/src
- weights/src
- test-utils/client/src
- utils/frame/benchmarking-cli/src/pallet
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
| 89 | + | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| 241 | + | |
241 | 242 | | |
242 | 243 | | |
243 | 244 | | |
| |||
269 | 270 | | |
270 | 271 | | |
271 | 272 | | |
272 | | - | |
| 273 | + | |
273 | 274 | | |
274 | 275 | | |
275 | 276 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
144 | 147 | | |
145 | 148 | | |
146 | 149 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | | - | |
| 357 | + | |
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
| 395 | + | |
395 | 396 | | |
396 | 397 | | |
397 | 398 | | |
| |||
453 | 454 | | |
454 | 455 | | |
455 | 456 | | |
456 | | - | |
| 457 | + | |
457 | 458 | | |
458 | 459 | | |
459 | 460 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
315 | 319 | | |
316 | 320 | | |
317 | | - | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
318 | 327 | | |
319 | 328 | | |
320 | 329 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | 111 | | |
113 | 112 | | |
114 | 113 | | |
| |||
118 | 117 | | |
119 | 118 | | |
120 | 119 | | |
121 | | - | |
122 | 120 | | |
123 | 121 | | |
124 | 122 | | |
| |||
150 | 148 | | |
151 | 149 | | |
152 | 150 | | |
153 | | - | |
154 | 151 | | |
155 | 152 | | |
156 | 153 | | |
| |||
0 commit comments