-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* all dependencies set * migrate libs/* * migrate pallet-anchors * migrate pallet-rewards * migrate pallet-liquidity-rewards * migrate pallet-fees pallet-bridge * migrate pallet-keystore * migrate restricted-tokens * migrate restricted-xtokens * migrate block-rewards * migrate-interest-accrual * migrate oracle-feed * migrate oracle-collection * migrate collator-allowlist * migrate transfer-allowlist * migrate crowdloan pallets * migrate permissions * migrate order-book * migrate pallet-swaps * migrate pallet-token-mux * migrate investments * migrate foreign-investments * migrate loans * migrate pool-fees * migrate liquidity-pools-gateway * migrate axelar-gateway-precompile * migrate liquidity-pools-gateway-routers & patch moonbeam deps * use precompile-utils from moonbeam from now * simplify mock initialization * simplify some mocks * migrate ethereum-transaction * simplify minor stuff * disable runtimes by now * migrate pool-system * migrate pool-registry * migrate liquidity-pools * polish patch section * dirty fix for unaccesible Pending storage * minor dependency update * minor extend comment * migrate runtime-common * minor fixes * Revert "dirty fix for unaccesible Pending storage" This reverts commit 975060d. * pointing to the updated pallet-ethereum * fix pool-system compilation with benchmarks * fix serde dependencies * required changes for runtime to work * development runtime failing because of serde * patch all required dependencies to make moonbeam works * fix xcm types * add serde to no_std * minor * migrate altair & centrifuge * minor fixes * support runtime-benchmarking in runtimes * Polkadot v1.1.0: Node required changes (#1789) * make it compile * minor change * prepare changes for modify deprecated code * fix ExportGenesisState and remove unused warnings * update benchmark CLI * remove completelly try-runtime-cli * minor clean * fix try-runtime CI job * Polkadot v1.1.0 Integration Tests (#1776) * legacy-test migration wip * main changes * remove unused dependency * basic stuff migrated * uncomment fudge_env * update fudge * integration-tests: Fix test envs (#1780) * main changes * integration-tests: Fix test envs * runtime: Implement parachains pallets for runtimes * runtime: Enable multilocation convert for CurrencyIdConvert * runtime: Remove extra paras pallets * integration-tests: Update expected balances --------- Co-authored-by: lemunozm <[email protected]> --------- Co-authored-by: Cosmin Damian <[email protected]> * fixed issues compiling with rust 1.78 * fix clippy * taplo Signed-off-by: lemunozm <[email protected]> * reading value from deposit_creating * remove locked from taplo-cli * update scripts * fix docs * fix integration tests * add collator-selection migration * makes try-runtime idempotent checks work * revert fixed point serialization, remove unused Location code * comment TODOs and deprecated until 1.3.0 * fix fixed_point serialization for std * correct features for dev dependency * apply Cosmin NITs * remove comments regarding v1.3.0 * revert benchmarking HostFunction * Polkadot v1.1.0: Account converter changes (#1806) * Modify AccountConverter types * fix some imports * fix: polkadot v1.1.0 client (#1808) * fix: deprecate parachain CLI * chore: cleanup deprecated chain specs * fix: clippy --------- Signed-off-by: lemunozm <[email protected]> Co-authored-by: Cosmin Damian <[email protected]> Co-authored-by: William Freudenberger <[email protected]>
- Loading branch information
1 parent
8f7deb1
commit 94ee4d7
Showing
228 changed files
with
5,651 additions
and
7,258 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.