@@ -32,3 +32,40 @@ secp256k1 = {version = "0.29.0", features = ["rand-std"]}
32
32
"0_19_1" = [" bitcoind/0_19_1" ]
33
33
"0_18_1" = [" bitcoind/0_18_1" ]
34
34
"0_17_1" = [" bitcoind/0_17_1" ]
35
+
36
+ # Patch crates from bitcoind-json-rpc repo.
37
+
38
+ [patch .crates-io .bitcoind-json-rpc-client ]
39
+ git = " https://github.com/tcharding/rust-bitcoind-json-rpc"
40
+ branch = " track-bitcoin-master"
41
+
42
+ [patch .crates-io .bitcoind-json-rpc-regtest ]
43
+ git = " https://github.com/tcharding/rust-bitcoind-json-rpc"
44
+ branch = " track-bitcoin-master"
45
+
46
+ [patch .crates-io .bitcoind-json-rpc-types ]
47
+ git = " https://github.com/tcharding/rust-bitcoind-json-rpc"
48
+ branch = " track-bitcoin-master"
49
+
50
+ # Patch crates from rust-bitcoin repo.
51
+
52
+ [patch .crates-io .base58ck ]
53
+ path = " ../../../rust-bitcoin/10-17-consensus-encode/base58"
54
+
55
+ [patch .crates-io .bitcoin ]
56
+ path = " ../../../rust-bitcoin/10-17-consensus-encode/bitcoin"
57
+
58
+ [patch .crates-io .bitcoin_hashes ]
59
+ path = " ../../../rust-bitcoin/10-17-consensus-encode/hashes"
60
+
61
+ [patch .crates-io .bitcoin-internals ]
62
+ path = " ../../../rust-bitcoin/10-17-consensus-encode/internals"
63
+
64
+ [patch .crates-io .bitcoin-io ]
65
+ path = " ../../../rust-bitcoin/10-17-consensus-encode/io"
66
+
67
+ [patch .crates-io .bitcoin-primitives ]
68
+ path = " ../../../rust-bitcoin/10-17-consensus-encode/primitives"
69
+
70
+ [patch .crates-io .bitcoin-units ]
71
+ path = " ../../../rust-bitcoin/10-17-consensus-encode/units"
0 commit comments