Skip to content

Commit

Permalink
Mesh 2202 remove state-trie migration (#1718)
Browse files Browse the repository at this point in the history
* Remove state-trie migration code.

* Regen TS types.

* run npm audit

* Update Rust integration deps.

* Use published polymesh-api crates.

* Update sqlx.

* Remove some dead code.
  • Loading branch information
Neopallium committed Sep 17, 2024
1 parent 4281092 commit 1afd1fd
Show file tree
Hide file tree
Showing 55 changed files with 1,366 additions and 12,103 deletions.
790 changes: 139 additions & 651 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ pallet-scheduler = { git = "https://github.com/PolymeshAssociation/polkadot-sdk"
pallet-session = { git = "https://github.com/PolymeshAssociation/polkadot-sdk", branch = "polymesh-v6-monthly-2023-03" }
pallet-staking-reward-curve = { git = "https://github.com/PolymeshAssociation/polkadot-sdk", branch = "polymesh-v6-monthly-2023-03" }
pallet-timestamp = { git = "https://github.com/PolymeshAssociation/polkadot-sdk", branch = "polymesh-v6-monthly-2023-03" }
pallet-treasury = { git = "https://github.com/PolymeshAssociation/polkadot-sdk", branch = "polymesh-v6-monthly-2023-03" }
pallet-state-trie-migration = { git = "https://github.com/PolymeshAssociation/polkadot-sdk", branch = "polymesh-v6-monthly-2023-03" }
sc-authority-discovery = { git = "https://github.com/PolymeshAssociation/polkadot-sdk", branch = "polymesh-v6-monthly-2023-03" }
sc-basic-authorship = { git = "https://github.com/PolymeshAssociation/polkadot-sdk", branch = "polymesh-v6-monthly-2023-03" }
sc-block-builder = { git = "https://github.com/PolymeshAssociation/polkadot-sdk", branch = "polymesh-v6-monthly-2023-03" }
Expand Down Expand Up @@ -98,17 +96,13 @@ sp-transaction-storage-proof = { git = "https://github.com/PolymeshAssociation/p
sp-trie = { git = "https://github.com/PolymeshAssociation/polkadot-sdk", branch = "polymesh-v6-monthly-2023-03" }
sp-version = { git = "https://github.com/PolymeshAssociation/polkadot-sdk", branch = "polymesh-v6-monthly-2023-03" }
substrate-frame-rpc-system = { git = "https://github.com/PolymeshAssociation/polkadot-sdk", branch = "polymesh-v6-monthly-2023-03" }
substrate-state-trie-migration-rpc = { git = "https://github.com/PolymeshAssociation/polkadot-sdk", branch = "polymesh-v6-monthly-2023-03" }
substrate-prometheus-endpoint = { git = "https://github.com/PolymeshAssociation/polkadot-sdk", branch = "polymesh-v6-monthly-2023-03" }
substrate-build-script-utils = { git = "https://github.com/PolymeshAssociation/polkadot-sdk", branch = "polymesh-v6-monthly-2023-03" }
substrate-wasm-builder = { git = "https://github.com/PolymeshAssociation/polkadot-sdk", branch = "polymesh-v6-monthly-2023-03" }
substrate-test-client = { git = "https://github.com/PolymeshAssociation/polkadot-sdk", branch = "polymesh-v6-monthly-2023-03" }
substrate-test-utils = { git = "https://github.com/PolymeshAssociation/polkadot-sdk", branch = "polymesh-v6-monthly-2023-03" }

[workspace]
members = [
"bin/bench",
"bin/testing",
"node-rpc",
"pallets/asset",
"pallets/balances",
Expand Down
44 changes: 0 additions & 44 deletions bin/bench/Cargo.toml

This file was deleted.

47 changes: 0 additions & 47 deletions bin/bench/src/common.rs

This file was deleted.

Loading

0 comments on commit 1afd1fd

Please sign in to comment.