@@ -21,15 +21,14 @@ srml-consensus = { git = "https://github.com/paritytech/substrate", default-feat
2121srml-timestamp = { git = " https://github.com/paritytech/substrate" , default-features = false }
2222
2323# bitcoin-rust
24- chain = { git = " https://github.com/chainx-org/bitcoin-rust" , default-features = false }
25- primitives = { git = " https://github.com/chainx-org/bitcoin-rust" , default-features = false }
26- serialization = { git = " https://github.com/chainx-org/bitcoin-rust" , default-features = false }
27- bitcrypto = { git = " https://github.com/chainx-org/bitcoin-rust" , default-features = false }
24+ chain = { git = " https://github.com/chainx-org/bitcoin-rust" , rev = " 8b2dab29c12d19bcd75f268deb01ff19cccd7050 " , default-features = false }
25+ primitives = { git = " https://github.com/chainx-org/bitcoin-rust" , rev = " 8b2dab29c12d19bcd75f268deb01ff19cccd7050 " , default-features = false }
26+ serialization = { git = " https://github.com/chainx-org/bitcoin-rust" , rev = " 8b2dab29c12d19bcd75f268deb01ff19cccd7050 " , default-features = false }
27+ bitcrypto = { git = " https://github.com/chainx-org/bitcoin-rust" , rev = " 8b2dab29c12d19bcd75f268deb01ff19cccd7050 " , default-features = false }
2828merkle = { git = " https://github.com/chainx-org/merkle.git" , default-features = false }
2929bit-vec = { git = " https://github.com/chainx-org/bit-vec.git" , default-features = false }
30- # chain = { path = "../../../../bitcoin-rust/chain", default-features = false }
31- # primitives = { path = "../../../../bitcoin-rust/primitives", default-features = false }
32- # serialization = { path = "../../../../bitcoin-rust/serialization", default-features = false }
30+ rustc-hex = { version = " 2" , optional = true }
31+ base58 = { version = " 0.1" , optional = true }
3332
3433
3534[features ]
4241 " substrate-primitives/std" ,
4342 " sr-std/std" ,
4443 " sr-io/std" ,
44+ " rustc-hex" ,
45+ " base58" ,
4546 " sr-primitives/std" ,
4647 " srml-support/std" ,
4748 " srml-system/std" ,
5657 " bitcrypto/std" ,
5758 " merkle/std" ,
5859 " bit-vec/std" ,
59- ]
60+ ]
0 commit comments