Commit 2420e48
Update substrate stable2503 7 (#1845)
* Add workspace dependency
* Update Substrate
* Update WeightMeter
* Deprecated GenesisBuild, use BuildGenesisConfig
* Use Weight::from_parts instead of Weight::from_ref_time
* T::BlockNumber update
* Fix chrono deprecated warnings.
* Fix deprecated check_accrue call.
* Add TypeInfo to Runtime API types.
* System pallet renamed Index -> Nonce.
* Update contracts
* Update weights
* Bump recursion_limit
* Update Babe and Grandpa.
* Update staking pallet
* Update im-online.
* Require serde.
* no_std GenesisConfig.
* Update node binary service/command code.
* Add missing runtime_version attribute.
* Fix wasm-builder
* Remove old test.
* Fix warnings.
* Fix warnings about OldWeight.
* Fix benchmark build.
* Fix RPC port number.
* System.set_code doesn't use max block weight anymore.
* Use sensible maths for `from_rational`.
paritytech/substrate#13660
* Bump contract gas fees.
* Add NoopMigration for v10 contracts pallet.
* Add feature flag for ed; Fix tests and runtime
* Update Weights
* Fix integration tests
* Update .toml and .lock; Update rustc --version; Remove old testing feature
* Fix compilation errors - part I
* Fix compilation errors - part II
* Fix compilation errors - part III
* Fix compilation errors - part IV
* Fix compilation errors - Tx payment
* Fix compilation errors - Remove deprecated scheduler
* Fix compilation erros - Impl TransactionExtension for pallet_permissions
* Fix compilation errors - Remove deprecated scheduler
* Remove deprecated calls - pallet_sudo pallet_validators
* Fix compilation errors - pallet_tx_payments currency adapter
* Fix compilation errors - Update dependency; add Preimage
* Update develop runtime
* Update mainnet and testnet runtime
* Fix rpc-protocol-fee - part I
* Fix node-rpc errors - part I
* Fix node-rpc errors
* Fix group and protocol rpc build
* Updating node part I
* Update node part II
* Update chain_spec - part I
* Update chain spec - part II
* Update node - part III
* Remove warnings; Remove local dependecies
* Impl TransactionExtension
* Add missing GenesisBuilder impl; Use camel case for json genesis; Add validators genesis config
* Remove duplicated chainspec merge; Update toml; Cargo fmt
* Update rust version
* Add ci_runtime
* Fix sudo mock
* Fix tests - part I; Fix storage and builder
* Fix tests - part I
* Fix tests - pips committee
* Fix settlement tests; Add subsidiser to tx_payment pallet
* Fix relayer tests
* Fix tx_payment tests
* Fix Utility tests
* Compile staking tests
* Fix staking tests - UseNominatorsAndValidatorsMap does not sort
* Fix toml files missing runtime-benchmark feature
* Fix toml files for benchmarks part II
* Fix benchmarks - part III
* Order toml dependencies
* Update .lock; Change rust-toolchain
* Change rust version
* Fix benchmarks build
* Change rust version for ci
* Run cargo fmt
* Fix the ci pipeline; Remove contracts from benchmarks temporarily
* FIx manual_slash benchmark
* Build docker temporarily
* Add CA certs to debian docker image.
* FIXUP: ca cert install
* Remove unimplemented call
* Add migrations (#1850)
* update Cargo.lock
* Fix CI pipeline.
* FIXUP: ci pipeline.
* Add missing pallet_contract migrations.
* Fix Rust integration build with v8 chain metadata.
* Update tests to use TransferWithMemo event.
* Update TS integration tests.
* Fix Rust integration build against v8.
* Fix initial funding amounts.
* Update Substrate to fix CheckNonce.
* Fix proofSize limit for contract calls.
* Bump transaction version to 8.
---------
Co-authored-by: Robert G. Jakabosky <[email protected]>1 parent f678125 commit 2420e48
File tree
278 files changed
+30506
-23601
lines changed- .circleci
- .docker
- arm64
- integration
- tests
- metadata-tools
- node-rpc
- src
- pallets
- asset
- src
- checkpoint
- base/src
- bridge
- src
- committee
- src
- common
- src
- traits
- compliance-manager
- src
- contracts
- src
- corporate-actions
- src
- ballot
- distribution
- external-agents
- src
- group
- rpc
- runtime-api
- src
- src
- src
- identity
- src
- multisig
- src
- nft
- src
- permissions
- src
- pips
- src
- portfolio
- src
- protocol-fee
- rpc
- runtime-api
- src
- src
- src
- relayer
- src
- runtime
- build_tool
- src
- common
- src
- develop
- src
- benchmarks
- mainnet
- src
- testnet
- src
- tests
- src
- asset_pallet
- settlement_pallet
- staking
- settlement
- src
- statistics
- src
- sto
- src
- sudo
- src
- transaction-payment
- src
- treasury
- src
- utility
- src
- validators
- src
- weights
- src
- primitives_derive/src
- primitives
- src
- traits
- rpc
- runtime-api
- src
- src
- scripts
- cli
- src
- helpers
- interfaces
- default
- util
- util
- src
- chain_spec
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
278 files changed
+30506
-23601
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
| 389 | + | |
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
| 406 | + | |
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
| |||
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
428 | | - | |
429 | 428 | | |
430 | 429 | | |
431 | 430 | | |
432 | 431 | | |
433 | 432 | | |
434 | 433 | | |
435 | | - | |
| 434 | + | |
436 | 435 | | |
437 | 436 | | |
438 | 437 | | |
| |||
447 | 446 | | |
448 | 447 | | |
449 | 448 | | |
450 | | - | |
| 449 | + | |
451 | 450 | | |
452 | 451 | | |
453 | 452 | | |
| |||
460 | 459 | | |
461 | 460 | | |
462 | 461 | | |
463 | | - | |
| 462 | + | |
| 463 | + | |
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
| |||
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
504 | | - | |
| 504 | + | |
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
521 | | - | |
| 521 | + | |
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
| |||
804 | 804 | | |
805 | 805 | | |
806 | 806 | | |
| 807 | + | |
807 | 808 | | |
808 | 809 | | |
809 | 810 | | |
| |||
831 | 832 | | |
832 | 833 | | |
833 | 834 | | |
| 835 | + | |
834 | 836 | | |
835 | 837 | | |
836 | 838 | | |
| |||
852 | 854 | | |
853 | 855 | | |
854 | 856 | | |
| 857 | + | |
855 | 858 | | |
856 | 859 | | |
857 | 860 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
19 | 27 | | |
20 | 28 | | |
21 | 29 | | |
| |||
33 | 41 | | |
34 | 42 | | |
35 | 43 | | |
36 | | - | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
19 | 27 | | |
20 | 28 | | |
21 | 29 | | |
| |||
0 commit comments