Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
chore: remove duplicated repo from polkadot-sdk (#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelabro authored Nov 18, 2023
1 parent 6cd4fd2 commit a4f2b54
Show file tree
Hide file tree
Showing 31 changed files with 43 additions and 8,750 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next release

- chore: remove crates that have been copy-pasted from plkdtSDK
- feat(rpc): return deployed contract address and actual fee in transaction
receipt
- fix: Wait for 1 minute for transaction to be processed in
Expand Down
228 changes: 26 additions & 202 deletions Cargo.lock

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

6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ members = [
"crates/primitives/storage",
"crates/primitives/commitments",
"crates/primitives/chain-id",
"crates/client/block-proposer",
"crates/client/db",
"crates/client/rpc-core",
"crates/client/rpc",
"crates/client/mapping-sync",
"crates/client/storage",
"crates/client/transaction-pool",
"crates/client/commitment-state-diff",
"starknet-rpc-test",
]
Expand All @@ -42,13 +40,11 @@ default-members = [
"crates/primitives/storage",
"crates/primitives/commitments",
"crates/primitives/chain-id",
"crates/client/block-proposer",
"crates/client/db",
"crates/client/rpc-core",
"crates/client/rpc",
"crates/client/mapping-sync",
"crates/client/storage",
"crates/client/transaction-pool",
"crates/client/commitment-state-diff",
]

Expand Down Expand Up @@ -171,8 +167,6 @@ mc-db = { path = "crates/client/db" }
mc-storage = { path = "crates/client/storage" }
mc-rpc = { path = "crates/client/rpc" }
mc-rpc-core = { path = "crates/client/rpc-core" }
mc-block-proposer = { path = "crates/client/block-proposer" }
mc-transaction-pool = { path = "crates/client/transaction-pool" }
mc-data-availability = { path = "crates/client/data-availability" }
mc-commitment-state-diff = { path = "crates/client/commitment-state-diff" }

Expand Down
39 changes: 0 additions & 39 deletions crates/client/block-proposer/Cargo.toml

This file was deleted.

Loading

0 comments on commit a4f2b54

Please sign in to comment.