mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 08:51:09 +00:00
Custom RPC for Merkle Mountain Range pallet (#8137)
* Add MMR custom RPC.
* Change RuntimeApi to avoid hardcoding leaf type.
* Properly implement the new RuntimeAPI and wire up RPC.
* Extract Offchain DB as separate execution extension.
* Enable offchain DB access for offchain calls.
* Fix offchain_election tests.
* Skip block initialisation for proof generation.
* Fix integration test setup.
* Fix offchain tests. Not sure how I missed them earlier 🤷.
* Fix long line.
* One more test missing.
* Update mock for multi-phase.
* Address review grumbbles.
* Address review grumbles.
* Fix line width of a comment
This commit is contained in:
@@ -24,6 +24,7 @@ sc-client-db = { version = "0.9.0", features = ["test-helpers"], path = "../../c
|
||||
sc-consensus = { version = "0.9.0", path = "../../client/consensus/common" }
|
||||
sc-executor = { version = "0.9.0", path = "../../client/executor" }
|
||||
sc-light = { version = "3.0.0", path = "../../client/light" }
|
||||
sc-offchain = { version = "3.0.0", path = "../../client/offchain" }
|
||||
sc-service = { version = "0.9.0", default-features = false, features = ["test-helpers"], path = "../../client/service" }
|
||||
sp-blockchain = { version = "3.0.0", path = "../../primitives/blockchain" }
|
||||
sp-consensus = { version = "0.9.0", path = "../../primitives/consensus/common" }
|
||||
|
||||
Reference in New Issue
Block a user