Commit 446faeb
authored
Update 0.9.38 (#2145)
* Init
* update precompile xcm utils
* update precompile xcm utils tests
* update `pallet-erc20-xcm-bridge`
* update `pallet-erc20-xcm-bridge` tests
* update `xcm-primitives`
* update `xcm-primitives` tests
* update `pallet-xcm-transactor` + tests
* update `moonbeam-xcm-benchmarks` + tests
* update `pallet-evm-precompile-xtokens` + tests
* update `pallet-evm-precompile-xcm-transactor` + tests
* update `pallet-evm-precompile-xcm-utils` + tests
* update `moonbase-runtime` + tests
* cleanup
* update `moonriver-runtime` + tests
* update `moonbeam-runtime` + tests
* update `moonbeam-rpc-debug` and `moonbeam-rpc-trace`
* update `moonbeam-service`
* some additional fixes, cargo check green
* cleanup warnings
* fmt
* remove `XcmExecutorWrapper`
* editorconfig
* Update polkadot pin
* Fix test build
* Update `DEFAULT_PROOF_SIZE` in preocmpiles
* Update `pallet-evm-precompileset-assets-erc20` test weights
* Update `transact_through_signed_precompile_works_v1` test weight
* update `RemoveItemsLimit`
* wip fix ts tests
* update `RemoveItemsLimit` 2
* wip update benchmarks
* remove comment
* update benchmarks
* update `manual-xcm-rpc`
* fix remaining dep version updates
* wip fix ts tests
* remove `XcmExecuteFilterWrapper`
* comment on destroy accounts magic number
* use `DEFAULT_PROOF_SIZE` const
* comment on TODO handle proof size payment
* fix `test-mock-hrmp-queue`
* repin orml
* repin cumulus
* fix `test-mock-dmp-queue` test
* wip `pallet-asset-manager` migration
* `pallet-asset-manager` migration tests
* wip `pallet-xcm-transactor` migration
* `pallet-xcm-transactor` migration tests
* fmt
* toml-sort
* editorconfig
* remove unused
* prettier
* missing import
* repin polkadot
* migrate `RemoteTransactInfoWithMaxWeight`
* set 0.75 `MAX_POV_SIZE` moonbase only
* `pallet-asset-manager` fix pre and post upgrade tests
* `pallet-xcm-transactor` fix pre and post upgrade tests
* fmt
* repin substrate
* Revert "set 0.75 `MAX_POV_SIZE` moonbase only"
This reverts commit 65e723c.
* add defensive `transact_required_weight_at_most` value
* Increase `DEFAULT_PROOF_SIZE` to 128kb
* fmt1 parent a3e75b4 commit 446faeb
121 files changed
Lines changed: 4286 additions & 2547 deletions
File tree
- client
- rpc-core/debug
- rpc
- debug
- src
- finality/src
- manual-xcm
- src
- trace
- src
- node/service/src
- pallets
- asset-manager/src
- erc20-xcm-bridge/src
- ethereum-xcm
- src
- moonbeam-xcm-benchmarks
- src
- generic
- weights
- xcm-transactor
- src
- precompiles
- assets-erc20/src
- author-mapping/src
- balances-erc20/src
- batch/src
- call-permit/src
- collective
- src
- conviction-voting/src
- crowdloan-rewards/src
- pallet-democracy/src
- parachain-staking/src
- preimage/src
- proxy/src
- randomness/src
- referenda/src
- relay-encoder/src
- utils
- macro
- src
- data
- tests-external
- xcm-transactor
- src
- xcm-utils/src
- xtokens
- src
- primitives/xcm
- src
- runtime
- common
- src
- moonbase
- src
- tests
- xcm_mock
- moonbeam
- src
- tests
- xcm_mock
- moonriver
- src
- tests
- xcm_mock
- relay-encoder/src
- tests
- tests
- test-democracy
- test-fees
- test-maintenance
- test-precompile
- test-treasury
- test-xcm
- util
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.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
| 334 | + | |
338 | 335 | | |
339 | 336 | | |
340 | 337 | | |
341 | 338 | | |
342 | 339 | | |
343 | | - | |
| 340 | + | |
344 | 341 | | |
345 | 342 | | |
346 | 343 | | |
| |||
446 | 443 | | |
447 | 444 | | |
448 | 445 | | |
449 | | - | |
| 446 | + | |
450 | 447 | | |
451 | 448 | | |
452 | 449 | | |
| |||
482 | 479 | | |
483 | 480 | | |
484 | 481 | | |
485 | | - | |
486 | | - | |
487 | | - | |
488 | | - | |
| 482 | + | |
| 483 | + | |
489 | 484 | | |
490 | 485 | | |
491 | 486 | | |
492 | 487 | | |
493 | | - | |
| 488 | + | |
494 | 489 | | |
495 | 490 | | |
496 | 491 | | |
497 | | - | |
| 492 | + | |
498 | 493 | | |
499 | 494 | | |
500 | 495 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
93 | | - | |
94 | | - | |
| 92 | + | |
95 | 93 | | |
96 | 94 | | |
97 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
60 | | - | |
61 | | - | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | | - | |
65 | | - | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | | - | |
69 | | - | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
73 | | - | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
101 | | - | |
| 102 | + | |
102 | 103 | | |
103 | | - | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
107 | | - | |
108 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
109 | 113 | | |
110 | 114 | | |
111 | | - | |
112 | | - | |
| 115 | + | |
113 | 116 | | |
114 | 117 | | |
115 | 118 | | |
116 | | - | |
| 119 | + | |
117 | 120 | | |
118 | 121 | | |
119 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
774 | 774 | | |
775 | 775 | | |
776 | 776 | | |
777 | | - | |
778 | | - | |
779 | 777 | | |
780 | 778 | | |
781 | 779 | | |
| |||
786 | 784 | | |
787 | 785 | | |
788 | 786 | | |
789 | | - | |
| 787 | + | |
790 | 788 | | |
791 | 789 | | |
792 | 790 | | |
793 | 791 | | |
794 | | - | |
795 | | - | |
796 | | - | |
797 | | - | |
| 792 | + | |
| 793 | + | |
798 | 794 | | |
799 | 795 | | |
800 | 796 | | |
801 | 797 | | |
802 | | - | |
803 | | - | |
| 798 | + | |
| 799 | + | |
804 | 800 | | |
805 | 801 | | |
806 | 802 | | |
807 | 803 | | |
808 | 804 | | |
809 | | - | |
| 805 | + | |
810 | 806 | | |
811 | 807 | | |
812 | 808 | | |
813 | | - | |
| 809 | + | |
814 | 810 | | |
815 | 811 | | |
816 | 812 | | |
| |||
0 commit comments