Skip to content

Commit

Permalink
Add Instant/Manual Sealing (#764)
Browse files Browse the repository at this point in the history
* update types to 0.5.9

* fix testnet build

* create instant seal
  • Loading branch information
1xstj authored Sep 19, 2024
1 parent 2ad67b9 commit 8165ee2
Show file tree
Hide file tree
Showing 3 changed files with 400 additions and 23 deletions.
96 changes: 75 additions & 21 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ rpc-txpool = { workspace = true }
sc-consensus-babe-rpc = { workspace = true }
sc-consensus-grandpa-rpc = { workspace = true }
sc-consensus-slots = { workspace = true }

sc-consensus-manual-seal = { workspace = true }
sp-consensus = { workspace = true }

sp-transaction-storage-proof = { workspace = true }
Expand Down Expand Up @@ -136,4 +136,5 @@ sql = ["fc-db/sql", "fc-mapping-sync/sql"]
testnet = ["tangle-testnet-runtime"]
txpool = ["fc-rpc/txpool"]
fast-runtime = ["tangle-testnet-runtime/fast-runtime", "tangle-runtime/fast-runtime"]
metadata-hash = ["tangle-testnet-runtime?/metadata-hash", "tangle-runtime/metadata-hash"]
metadata-hash = ["tangle-testnet-runtime?/metadata-hash", "tangle-runtime/metadata-hash"]
instant-seal = []
Loading

0 comments on commit 8165ee2

Please sign in to comment.