Skip to content
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

Do not need to patch justification period since we moved to use proveFinality #322

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
545 changes: 273 additions & 272 deletions Cargo.lock

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ overflow-checks = true
[workspace]
resolver = "2"

exclude = [
"polkadot/node/service",
]

members = [
"node",
"parachains-common",
Expand All @@ -33,8 +29,5 @@ members = [
"runtime/*",
]

[patch."https://github.com/paritytech/polkadot-sdk.git"]
polkadot-service = { path = "polkadot/node/service" }

[patch.crates-io]
ring = { git = "https://github.com/jasl/ring-xous", branch = "better-wasm32-support" }
225 changes: 0 additions & 225 deletions polkadot/node/service/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion polkadot/node/service/chain-specs/.gitignore

This file was deleted.

3,493 changes: 0 additions & 3,493 deletions polkadot/node/service/chain-specs/kusama.json

This file was deleted.

11,719 changes: 0 additions & 11,719 deletions polkadot/node/service/chain-specs/polkadot.json

This file was deleted.

219 changes: 0 additions & 219 deletions polkadot/node/service/chain-specs/rococo.json

This file was deleted.

158 changes: 0 additions & 158 deletions polkadot/node/service/chain-specs/westend.json

This file was deleted.

218 changes: 0 additions & 218 deletions polkadot/node/service/chain-specs/wococo.json

This file was deleted.

307 changes: 0 additions & 307 deletions polkadot/node/service/src/benchmarking.rs

This file was deleted.

Loading
Loading