mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 01:41:09 +00:00
Introduce Minimal Header Chain: Proving Interface (#287)
* Add header-chain primitive crate * Make MinimalHeaderChain functionaly the same as PeerBlockchain * Use a better doc comment for MinimalHeaderChain * Fix benchmark compilation * Rust Fmt * Remove Substrate based dependencies * Rename MinimalHeaderChain to BaseHeaderChain
This commit is contained in:
committed by
Bastian Köcher
parent
a0555d8118
commit
29244ba76d
@@ -206,6 +206,11 @@ version = "0.1.0"
|
||||
default-features = false
|
||||
path = "../../../primitives/ethereum-poa"
|
||||
|
||||
[dependencies.bp-header-chain]
|
||||
version = "0.1.0"
|
||||
default-features = false
|
||||
path = "../../../primitives/header-chain"
|
||||
|
||||
# Dev Dependencies
|
||||
|
||||
[dev-dependencies.libsecp256k1]
|
||||
|
||||
Reference in New Issue
Block a user