Skip to content

Commit

Permalink
Features/298 reorganize dependencies (capsule-corp-ternoa#176)
Browse files Browse the repository at this point in the history
* Reorganized dependencies

* Reverted back SGX and Time Escrow. Reset StorageVersion to 1

* Reverted auto cargo update

* Removed a bunch of pallets.

* Added missing staking pallet into benchmarks
  • Loading branch information
markopoloparadox committed Feb 13, 2022
1 parent 71172e5 commit 0ee9826
Show file tree
Hide file tree
Showing 30 changed files with 1,928 additions and 547 deletions.
246 changes: 48 additions & 198 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ sp-runtime = { git = "https://github.com/paritytech/substrate.git", version = "5
sp-timestamp = { git = "https://github.com/paritytech/substrate.git", version = "4.0.0-dev", branch = "master" }
sp-transaction-pool = { git = "https://github.com/paritytech/substrate.git", version = "4.0.0-dev", branch = "master" }
sp-transaction-storage-proof = { git = "https://github.com/paritytech/substrate.git", version = "4.0.0-dev", branch = "master" }
pallet-mmr-rpc = { git = "https://github.com/paritytech/substrate.git", version = "3.0.0", branch = "master" }

# Rest substrate
substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate.git", version = "4.0.0-dev", branch = "master" }
Expand Down
Loading

0 comments on commit 0ee9826

Please sign in to comment.