|
|
@ -131,35 +131,18 @@ dependencies = [ |
|
|
|
"byteorder", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bdk" |
|
|
|
version = "0.10.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8f4da304c23a06c21807598a7fe3223566e84c76c6bba2cab2504370dd6f4938" |
|
|
|
dependencies = [ |
|
|
|
"async-trait", |
|
|
|
"bdk-macros", |
|
|
|
"bitcoin 0.26.2", |
|
|
|
"js-sys", |
|
|
|
"log", |
|
|
|
"miniscript 5.1.0", |
|
|
|
"rand 0.7.3", |
|
|
|
"serde", |
|
|
|
"serde_json", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bdk" |
|
|
|
version = "0.10.1-dev" |
|
|
|
source = "git+https://github.com/bitcoindevkit/bdk/?rev=acf157a99a305226203d2b55a567291a93c64720#acf157a99a305226203d2b55a567291a93c64720" |
|
|
|
source = "git+https://github.com/bitcoindevkit/bdk/#acf157a99a305226203d2b55a567291a93c64720" |
|
|
|
dependencies = [ |
|
|
|
"async-trait", |
|
|
|
"bdk-macros", |
|
|
|
"bitcoin 0.27.0", |
|
|
|
"bitcoin", |
|
|
|
"electrum-client", |
|
|
|
"js-sys", |
|
|
|
"log", |
|
|
|
"miniscript 6.0.1", |
|
|
|
"miniscript", |
|
|
|
"rand 0.7.3", |
|
|
|
"serde", |
|
|
|
"serde_json", |
|
|
@ -177,12 +160,6 @@ dependencies = [ |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bech32" |
|
|
|
version = "0.7.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2dabbe35f96fb9507f7330793dc490461b2962659ac5d427181e451a623751d1" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bech32" |
|
|
|
version = "0.8.1" |
|
|
@ -195,34 +172,6 @@ version = "0.1.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bit-set" |
|
|
|
version = "0.5.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de" |
|
|
|
dependencies = [ |
|
|
|
"bit-vec", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bit-vec" |
|
|
|
version = "0.6.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bitcoin" |
|
|
|
version = "0.26.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6742ec672d3f12506f4ac5c0d853926ff1f94e675f60ffd3224039972bf663f1" |
|
|
|
dependencies = [ |
|
|
|
"base64-compat", |
|
|
|
"bech32 0.7.3", |
|
|
|
"bitcoin_hashes 0.9.7", |
|
|
|
"secp256k1", |
|
|
|
"serde", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bitcoin" |
|
|
|
version = "0.27.0" |
|
|
@ -230,7 +179,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8a427b27dae305157520d86673f2393b3eb08d880609abfcffc6e3c3c820e764" |
|
|
|
dependencies = [ |
|
|
|
"base64-compat", |
|
|
|
"bech32 0.8.1", |
|
|
|
"bech32", |
|
|
|
"bitcoin_hashes 0.10.0", |
|
|
|
"bitcoinconsensus", |
|
|
|
"secp256k1", |
|
|
@ -242,9 +191,6 @@ name = "bitcoin_hashes" |
|
|
|
version = "0.9.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7ce18265ec2324ad075345d5814fbeed4f41f0a660055dc78840b74d19b874b1" |
|
|
|
dependencies = [ |
|
|
|
"serde", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bitcoin_hashes" |
|
|
@ -309,8 +255,8 @@ name = "cfd_protocol" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"anyhow", |
|
|
|
"bdk 0.10.1-dev", |
|
|
|
"bitcoin 0.27.0", |
|
|
|
"bdk", |
|
|
|
"bitcoin", |
|
|
|
"itertools", |
|
|
|
"rand 0.6.5", |
|
|
|
"rand_chacha 0.1.1", |
|
|
@ -424,16 +370,14 @@ name = "daemon" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"anyhow", |
|
|
|
"bdk 0.10.0", |
|
|
|
"bdk", |
|
|
|
"futures", |
|
|
|
"proptest", |
|
|
|
"rocket", |
|
|
|
"rocket_db_pools", |
|
|
|
"rust_decimal", |
|
|
|
"rust_decimal_macros", |
|
|
|
"serde", |
|
|
|
"serde_json", |
|
|
|
"serde_with", |
|
|
|
"sqlx", |
|
|
|
"tempfile", |
|
|
|
"tokio", |
|
|
@ -441,41 +385,6 @@ dependencies = [ |
|
|
|
"uuid", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "darling" |
|
|
|
version = "0.13.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "757c0ded2af11d8e739c4daea1ac623dd1624b06c844cf3f5a39f1bdbd99bb12" |
|
|
|
dependencies = [ |
|
|
|
"darling_core", |
|
|
|
"darling_macro", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "darling_core" |
|
|
|
version = "0.13.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2c34d8efb62d0c2d7f60ece80f75e5c63c1588ba68032740494b0b9a996466e3" |
|
|
|
dependencies = [ |
|
|
|
"fnv", |
|
|
|
"ident_case", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"strsim", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "darling_macro" |
|
|
|
version = "0.13.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ade7bff147130fe5e6d39f089c6bd49ec0250f35d70b2eebf72afdfc919f15cc" |
|
|
|
dependencies = [ |
|
|
|
"darling_core", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "devise" |
|
|
|
version = "0.3.1" |
|
|
@ -539,7 +448,7 @@ version = "0.8.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "edd12f125852d77980725243b2a8b3bea73cd4c7a22c33bc52b08b664c561dc7" |
|
|
|
dependencies = [ |
|
|
|
"bitcoin 0.27.0", |
|
|
|
"bitcoin", |
|
|
|
"log", |
|
|
|
"rustls 0.16.0", |
|
|
|
"serde", |
|
|
@ -890,12 +799,6 @@ dependencies = [ |
|
|
|
"want", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ident_case" |
|
|
|
version = "1.0.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "idna" |
|
|
|
version = "0.2.3" |
|
|
@ -1050,22 +953,13 @@ version = "0.1.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0c835948974f68e0bd58636fc6c5b1fbff7b297e3046f11b3b3c18bbac012c6d" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "miniscript" |
|
|
|
version = "5.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "71f455be59a359d50370c4f587afbc5739c862e684c5afecae80ab93e7474b4e" |
|
|
|
dependencies = [ |
|
|
|
"bitcoin 0.26.2", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "miniscript" |
|
|
|
version = "6.0.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d69450033bf162edf854d4aacaff82ca5ef34fa81f6cf69e1c81a103f0834997" |
|
|
|
dependencies = [ |
|
|
|
"bitcoin 0.27.0", |
|
|
|
"bitcoin", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1273,38 +1167,6 @@ dependencies = [ |
|
|
|
"yansi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "proptest" |
|
|
|
version = "1.0.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1e0d9cc07f18492d879586c92b485def06bc850da3118075cd45d50e9c95b0e5" |
|
|
|
dependencies = [ |
|
|
|
"bit-set", |
|
|
|
"bitflags", |
|
|
|
"byteorder", |
|
|
|
"lazy_static", |
|
|
|
"num-traits", |
|
|
|
"quick-error 2.0.1", |
|
|
|
"rand 0.8.4", |
|
|
|
"rand_chacha 0.3.1", |
|
|
|
"rand_xorshift 0.3.0", |
|
|
|
"regex-syntax", |
|
|
|
"rusty-fork", |
|
|
|
"tempfile", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quick-error" |
|
|
|
version = "1.2.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quick-error" |
|
|
|
version = "2.0.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quote" |
|
|
|
version = "1.0.9" |
|
|
@ -1329,7 +1191,7 @@ dependencies = [ |
|
|
|
"rand_jitter", |
|
|
|
"rand_os", |
|
|
|
"rand_pcg", |
|
|
|
"rand_xorshift 0.1.1", |
|
|
|
"rand_xorshift", |
|
|
|
"winapi 0.3.9", |
|
|
|
] |
|
|
|
|
|
|
@ -1501,15 +1363,6 @@ dependencies = [ |
|
|
|
"rand_core 0.3.1", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand_xorshift" |
|
|
|
version = "0.3.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" |
|
|
|
dependencies = [ |
|
|
|
"rand_core 0.6.3", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rdrand" |
|
|
|
version = "0.4.0" |
|
|
@ -1741,18 +1594,6 @@ version = "1.0.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rusty-fork" |
|
|
|
version = "0.3.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" |
|
|
|
dependencies = [ |
|
|
|
"fnv", |
|
|
|
"quick-error 1.2.3", |
|
|
|
"tempfile", |
|
|
|
"wait-timeout", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ryu" |
|
|
|
version = "1.0.5" |
|
|
@ -1856,29 +1697,6 @@ dependencies = [ |
|
|
|
"serde", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde_with" |
|
|
|
version = "1.10.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "062b87e45d8f26714eacfaef0ed9a583e2bfd50ebd96bdd3c200733bd5758e2c" |
|
|
|
dependencies = [ |
|
|
|
"rustversion", |
|
|
|
"serde", |
|
|
|
"serde_with_macros", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde_with_macros" |
|
|
|
version = "1.5.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "98c1fcca18d55d1763e1c16873c4bde0ac3ef75179a28c7b372917e0494625be" |
|
|
|
dependencies = [ |
|
|
|
"darling", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sha2" |
|
|
|
version = "0.9.8" |
|
|
@ -2093,12 +1911,6 @@ dependencies = [ |
|
|
|
"unicode-normalization", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "strsim" |
|
|
|
version = "0.10.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "syn" |
|
|
|
version = "1.0.76" |
|
|
@ -2397,15 +2209,6 @@ version = "0.9.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wait-timeout" |
|
|
|
version = "0.2.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "want" |
|
|
|
version = "0.3.0" |
|
|
|