Skip to content

Commit

Permalink
SLP integration WIP. (#925)
Browse files Browse the repository at this point in the history
* WIP. Regtest daemon. Outside of Docker temporary.

* WIP.

* WIP. Added slp module and PoC fn parsing slp script.

* WIP. Ignore tests requiring environment setup.
  • Loading branch information
artemii235 authored Apr 28, 2021
1 parent 01349d8 commit 4453e12
Show file tree
Hide file tree
Showing 5 changed files with 650 additions and 12 deletions.
223 changes: 211 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions mm2src/coins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ doctest = false
async-trait = "0.1"
base64 = "0.10.0"
bigdecimal = { version = "0.1.0", features = ["serde"] }
bitcoin-cash-slp = "0.3.1"
bitcrypto = { git = "https://github.com/artemii235/parity-bitcoin.git" }
byteorder = "1.3"
bytes = "0.4"
Expand Down Expand Up @@ -49,6 +50,7 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = { version = "1.0", features = ["preserve_order", "raw_value"] }
serialization = { git = "https://github.com/artemii235/parity-bitcoin.git" }
serialization_derive = { git = "https://github.com/artemii235/parity-bitcoin.git" }
sha2 = "0.8"
sha3 = "0.8"
# One of web3 dependencies is the old `tokio-uds 0.1.7` which fails cross-compiling to ARM.
Expand Down
1 change: 1 addition & 0 deletions mm2src/coins/utxo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

pub mod qtum;
pub mod rpc_clients;
pub mod slp;
pub mod utxo_common;
pub mod utxo_standard;

Expand Down
Loading

0 comments on commit 4453e12

Please sign in to comment.