-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebase timbo-dev-migrate-2
branch to 0.9.43
#2420
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#2377) * begin upgrade to v0.9.43 * make client/vrf compile * make pallet-author-mapping compile * make pallet-erc20-xcm-bridge compile * make primitives/session-keys compile * fix test in pallet-parachain-staking * make pallet-moonbeam-orbiters compile * make pallet-asset-manager compile * fix dependencies * make pallet-xcm-transactor compile * make pallet-migrations compile * make pallet-randomness compile * fix schnorrkel in randomness * enable insecure_zero_ed flag * update frontier fork * use moonbeam forks * impl TypeInfo for TxPoolResponse * use our evm fork * AssetId non-Copy * make moonbase runtime compile * moonbeam runtime compiles * moonriver runtime compiles * start fixing client & node * fix frontier sql * fix mocks * fix relay-encoder * fix pallet-ethereum dep * prepare moonbase mocks & tests * prepare moonbeam mocks & tests * prepare moonriver mocks & tests * fix integration tests (costs) * fix node service * fix xcm tests * update cumulus pin * Merge branch 'master' into upgrade-v0.9.43 * remove changes in settings.json * fix rpc-port in dev & para node * fix randomness benchmarks * enable newRpcBehaviour on Moonwall * fmt * update moonkit pin * make tests compile with runtime-benchmarks feature * Update node invocations to use rpc-port instead of ws-port (#2388) * Update node invocations to use rpc-port instead of ws-port * Prettier * Removed unneeded options from moonwall config * Removed unused arg * Cargo.toml files fmt * Update RelayEncoder to be 9430 compatible (#2376) * Update RelayEncoder stake calls to latest changes * fmt * Naming * fmt * Fix tests * Completely removed old calls * fmt * Update Solidity contract * Updated tests * Review * Updated tests * fmt * Prettier * Prettier * Updated encodeNominate param type --------- Co-authored-by: Francisco Gamundi <[email protected]> * Updated encodeSetPayee selector * clippy fixes in moonkit * clippy fixes in moonbeam * fix some rust benchmark tests * fix genesis balance for TS tests * fix some TS tests * fix fees & gas cost in TS tests * fix rust tests * Upgrade polkadot-js and support weight v2 for fees * update substrate & frontier pin * WasmExecutor ignore onchain heap pages * Fix moonwall chopsticks test * Fix zombie * moonwall dev fixes * restored APIs * add provider to chospticks storage * update polkadot pin * remove wasm overrideP * update substrate pin to fix pov tests * fix test * eth test fix * prettier * chopsticks fixes * disabled test * fix reducible balance TS test * fix moonwall * changed base ext weight * fix eth-tx-types TS tests * fix precompile assets-erc20 TS tests * status.isFrozen fix in precompile TS tests * fix test-txpool-fairness * fix proxy-governance TS tests * prettier * adjusted fillBlock input param * update frontier pin * fix fee-multiplier TS test * fix test-filter-api-pending * ED of zero in more mocks * remove unnecessary clone * change test-staking-locks timeout * change timeout in test-precompile-referenda * timeout again * upgrade rust to 1.71 * fix rust warning: unused mut * update substrate pin * proposer: enable feature ensure_proof_size_limit_after_each_extrinsic * fix clippy warnings * fix rust tests compilation * timeout * migrate to moonkit (#2384) * migrate to moonkit * make it compile * fix rust tests & clippy --------- Co-authored-by: agus <[email protected]> * minor changes --------- Co-authored-by: librelois <[email protected]> Co-authored-by: Nisheeth Barthwal <[email protected]> Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: Crystalin <[email protected]> Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: timbrinded <[email protected]> Co-authored-by: girazoki <[email protected]>
timbrinded
added
B0-silent
Changes should not be mentioned in any release notes
D2-notlive
PR doesn't change runtime code (so can't be audited)
labels
Aug 4, 2023
Coverage generated "Mon Aug 7 12:17:31 UTC 2023": Master coverage: 87.39% |
timbrinded
added a commit
that referenced
this pull request
Aug 7, 2023
* Dependency (Substrate/Polkadot/Frontier/Cumulus/...) update to v0.9.43 (#2377) * begin upgrade to v0.9.43 * make client/vrf compile * make pallet-author-mapping compile * make pallet-erc20-xcm-bridge compile * make primitives/session-keys compile * fix test in pallet-parachain-staking * make pallet-moonbeam-orbiters compile * make pallet-asset-manager compile * fix dependencies * make pallet-xcm-transactor compile * make pallet-migrations compile * make pallet-randomness compile * fix schnorrkel in randomness * enable insecure_zero_ed flag * update frontier fork * use moonbeam forks * impl TypeInfo for TxPoolResponse * use our evm fork * AssetId non-Copy * make moonbase runtime compile * moonbeam runtime compiles * moonriver runtime compiles * start fixing client & node * fix frontier sql * fix mocks * fix relay-encoder * fix pallet-ethereum dep * prepare moonbase mocks & tests * prepare moonbeam mocks & tests * prepare moonriver mocks & tests * fix integration tests (costs) * fix node service * fix xcm tests * update cumulus pin * Merge branch 'master' into upgrade-v0.9.43 * remove changes in settings.json * fix rpc-port in dev & para node * fix randomness benchmarks * enable newRpcBehaviour on Moonwall * fmt * update moonkit pin * make tests compile with runtime-benchmarks feature * Update node invocations to use rpc-port instead of ws-port (#2388) * Update node invocations to use rpc-port instead of ws-port * Prettier * Removed unneeded options from moonwall config * Removed unused arg * Cargo.toml files fmt * Update RelayEncoder to be 9430 compatible (#2376) * Update RelayEncoder stake calls to latest changes * fmt * Naming * fmt * Fix tests * Completely removed old calls * fmt * Update Solidity contract * Updated tests * Review * Updated tests * fmt * Prettier * Prettier * Updated encodeNominate param type --------- Co-authored-by: Francisco Gamundi <[email protected]> * Updated encodeSetPayee selector * clippy fixes in moonkit * clippy fixes in moonbeam * fix some rust benchmark tests * fix genesis balance for TS tests * fix some TS tests * fix fees & gas cost in TS tests * fix rust tests * Upgrade polkadot-js and support weight v2 for fees * update substrate & frontier pin * WasmExecutor ignore onchain heap pages * Fix moonwall chopsticks test * Fix zombie * moonwall dev fixes * restored APIs * add provider to chospticks storage * update polkadot pin * remove wasm overrideP * update substrate pin to fix pov tests * fix test * eth test fix * prettier * chopsticks fixes * disabled test * fix reducible balance TS test * fix moonwall * changed base ext weight * fix eth-tx-types TS tests * fix precompile assets-erc20 TS tests * status.isFrozen fix in precompile TS tests * fix test-txpool-fairness * fix proxy-governance TS tests * prettier * adjusted fillBlock input param * update frontier pin * fix fee-multiplier TS test * fix test-filter-api-pending * ED of zero in more mocks * remove unnecessary clone * change test-staking-locks timeout * change timeout in test-precompile-referenda * timeout again * upgrade rust to 1.71 * fix rust warning: unused mut * update substrate pin * proposer: enable feature ensure_proof_size_limit_after_each_extrinsic * fix clippy warnings * fix rust tests compilation * timeout * migrate to moonkit (#2384) * migrate to moonkit * make it compile * fix rust tests & clippy --------- Co-authored-by: agus <[email protected]> * minor changes --------- Co-authored-by: librelois <[email protected]> Co-authored-by: Nisheeth Barthwal <[email protected]> Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: Crystalin <[email protected]> Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: timbrinded <[email protected]> Co-authored-by: girazoki <[email protected]> * fix CI * changes * fix CI * fixed some tests * more test fixes * fixed tests * lint * editor config * pkg fix --------- Co-authored-by: Agustín Rodriguez <[email protected]> Co-authored-by: librelois <[email protected]> Co-authored-by: Nisheeth Barthwal <[email protected]> Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: Crystalin <[email protected]> Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: girazoki <[email protected]>
fgamundi
added a commit
that referenced
this pull request
Aug 8, 2023
* Dependency (Substrate/Polkadot/Frontier/Cumulus/...) update to v0.9.43 (#2377) * begin upgrade to v0.9.43 * make client/vrf compile * make pallet-author-mapping compile * make pallet-erc20-xcm-bridge compile * make primitives/session-keys compile * fix test in pallet-parachain-staking * make pallet-moonbeam-orbiters compile * make pallet-asset-manager compile * fix dependencies * make pallet-xcm-transactor compile * make pallet-migrations compile * make pallet-randomness compile * fix schnorrkel in randomness * enable insecure_zero_ed flag * update frontier fork * use moonbeam forks * impl TypeInfo for TxPoolResponse * use our evm fork * AssetId non-Copy * make moonbase runtime compile * moonbeam runtime compiles * moonriver runtime compiles * start fixing client & node * fix frontier sql * fix mocks * fix relay-encoder * fix pallet-ethereum dep * prepare moonbase mocks & tests * prepare moonbeam mocks & tests * prepare moonriver mocks & tests * fix integration tests (costs) * fix node service * fix xcm tests * update cumulus pin * Merge branch 'master' into upgrade-v0.9.43 * remove changes in settings.json * fix rpc-port in dev & para node * fix randomness benchmarks * enable newRpcBehaviour on Moonwall * fmt * update moonkit pin * make tests compile with runtime-benchmarks feature * Update node invocations to use rpc-port instead of ws-port (#2388) * Update node invocations to use rpc-port instead of ws-port * Prettier * Removed unneeded options from moonwall config * Removed unused arg * Cargo.toml files fmt * Update RelayEncoder to be 9430 compatible (#2376) * Update RelayEncoder stake calls to latest changes * fmt * Naming * fmt * Fix tests * Completely removed old calls * fmt * Update Solidity contract * Updated tests * Review * Updated tests * fmt * Prettier * Prettier * Updated encodeNominate param type --------- Co-authored-by: Francisco Gamundi <[email protected]> * Updated encodeSetPayee selector * clippy fixes in moonkit * clippy fixes in moonbeam * fix some rust benchmark tests * fix genesis balance for TS tests * fix some TS tests * fix fees & gas cost in TS tests * fix rust tests * Upgrade polkadot-js and support weight v2 for fees * update substrate & frontier pin * WasmExecutor ignore onchain heap pages * Fix moonwall chopsticks test * Fix zombie * moonwall dev fixes * restored APIs * add provider to chospticks storage * update polkadot pin * remove wasm overrideP * update substrate pin to fix pov tests * fix test * eth test fix * prettier * chopsticks fixes * disabled test * fix reducible balance TS test * fix moonwall * changed base ext weight * fix eth-tx-types TS tests * fix precompile assets-erc20 TS tests * status.isFrozen fix in precompile TS tests * fix test-txpool-fairness * fix proxy-governance TS tests * prettier * adjusted fillBlock input param * update frontier pin * fix fee-multiplier TS test * fix test-filter-api-pending * ED of zero in more mocks * remove unnecessary clone * change test-staking-locks timeout * change timeout in test-precompile-referenda * timeout again * upgrade rust to 1.71 * fix rust warning: unused mut * update substrate pin * proposer: enable feature ensure_proof_size_limit_after_each_extrinsic * fix clippy warnings * fix rust tests compilation * timeout * migrate to moonkit (#2384) * migrate to moonkit * make it compile * fix rust tests & clippy --------- Co-authored-by: agus <[email protected]> * minor changes --------- Co-authored-by: librelois <[email protected]> Co-authored-by: Nisheeth Barthwal <[email protected]> Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: Crystalin <[email protected]> Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: timbrinded <[email protected]> Co-authored-by: girazoki <[email protected]> * fix CI * changes * fix CI * fixed some tests * more test fixes * fixed tests * lint * editor config * pkg fix --------- Co-authored-by: Agustín Rodriguez <[email protected]> Co-authored-by: librelois <[email protected]> Co-authored-by: Nisheeth Barthwal <[email protected]> Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: Crystalin <[email protected]> Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: girazoki <[email protected]>
fgamundi
added a commit
that referenced
this pull request
Aug 8, 2023
* Dependency (Substrate/Polkadot/Frontier/Cumulus/...) update to v0.9.43 (#2377) * begin upgrade to v0.9.43 * make client/vrf compile * make pallet-author-mapping compile * make pallet-erc20-xcm-bridge compile * make primitives/session-keys compile * fix test in pallet-parachain-staking * make pallet-moonbeam-orbiters compile * make pallet-asset-manager compile * fix dependencies * make pallet-xcm-transactor compile * make pallet-migrations compile * make pallet-randomness compile * fix schnorrkel in randomness * enable insecure_zero_ed flag * update frontier fork * use moonbeam forks * impl TypeInfo for TxPoolResponse * use our evm fork * AssetId non-Copy * make moonbase runtime compile * moonbeam runtime compiles * moonriver runtime compiles * start fixing client & node * fix frontier sql * fix mocks * fix relay-encoder * fix pallet-ethereum dep * prepare moonbase mocks & tests * prepare moonbeam mocks & tests * prepare moonriver mocks & tests * fix integration tests (costs) * fix node service * fix xcm tests * update cumulus pin * Merge branch 'master' into upgrade-v0.9.43 * remove changes in settings.json * fix rpc-port in dev & para node * fix randomness benchmarks * enable newRpcBehaviour on Moonwall * fmt * update moonkit pin * make tests compile with runtime-benchmarks feature * Update node invocations to use rpc-port instead of ws-port (#2388) * Update node invocations to use rpc-port instead of ws-port * Prettier * Removed unneeded options from moonwall config * Removed unused arg * Cargo.toml files fmt * Update RelayEncoder to be 9430 compatible (#2376) * Update RelayEncoder stake calls to latest changes * fmt * Naming * fmt * Fix tests * Completely removed old calls * fmt * Update Solidity contract * Updated tests * Review * Updated tests * fmt * Prettier * Prettier * Updated encodeNominate param type --------- Co-authored-by: Francisco Gamundi <[email protected]> * Updated encodeSetPayee selector * clippy fixes in moonkit * clippy fixes in moonbeam * fix some rust benchmark tests * fix genesis balance for TS tests * fix some TS tests * fix fees & gas cost in TS tests * fix rust tests * Upgrade polkadot-js and support weight v2 for fees * update substrate & frontier pin * WasmExecutor ignore onchain heap pages * Fix moonwall chopsticks test * Fix zombie * moonwall dev fixes * restored APIs * add provider to chospticks storage * update polkadot pin * remove wasm overrideP * update substrate pin to fix pov tests * fix test * eth test fix * prettier * chopsticks fixes * disabled test * fix reducible balance TS test * fix moonwall * changed base ext weight * fix eth-tx-types TS tests * fix precompile assets-erc20 TS tests * status.isFrozen fix in precompile TS tests * fix test-txpool-fairness * fix proxy-governance TS tests * prettier * adjusted fillBlock input param * update frontier pin * fix fee-multiplier TS test * fix test-filter-api-pending * ED of zero in more mocks * remove unnecessary clone * change test-staking-locks timeout * change timeout in test-precompile-referenda * timeout again * upgrade rust to 1.71 * fix rust warning: unused mut * update substrate pin * proposer: enable feature ensure_proof_size_limit_after_each_extrinsic * fix clippy warnings * fix rust tests compilation * timeout * migrate to moonkit (#2384) * migrate to moonkit * make it compile * fix rust tests & clippy --------- Co-authored-by: agus <[email protected]> * minor changes --------- Co-authored-by: librelois <[email protected]> Co-authored-by: Nisheeth Barthwal <[email protected]> Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: Crystalin <[email protected]> Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: timbrinded <[email protected]> Co-authored-by: girazoki <[email protected]> * fix CI * changes * fix CI * fixed some tests * more test fixes * fixed tests * lint * editor config * pkg fix --------- Co-authored-by: Agustín Rodriguez <[email protected]> Co-authored-by: librelois <[email protected]> Co-authored-by: Nisheeth Barthwal <[email protected]> Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: Crystalin <[email protected]> Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: Francisco Gamundi <[email protected]> Co-authored-by: girazoki <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
B0-silent
Changes should not be mentioned in any release notes
D2-notlive
PR doesn't change runtime code (so can't be audited)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does it do?
Migrate branch to
0.9.43
. This is being done as a separate branch and PR in case it explodes spectacularly.