mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-24 15:25:28 -04:00
Merge #434
434: Introduce monero-wallet crate r=thomaseizinger a=thomaseizinger This PR: 1. ~Introduce a crate for the epee binary serialization as a serde format~: Released here: https://github.com/comit-network/monero-epee-bin-serde 2. Extends the MoneroRPC client with two binary calls 3. Introduces a `monero-wallet` crate that for now just provides functionality for choosing random key offsets. Together with the the ability to produce bulletproofs and ring signatures, this should be enough for signing Monero transactions locally. (1) and (2) are a prerequisite for (3). Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
This commit is contained in:
commit
e7785d2c83
7 changed files with 373 additions and 70 deletions
|
@ -32,7 +32,7 @@ itertools = "0.10"
|
|||
libp2p = { version = "0.37", default-features = false, features = [ "tcp-tokio", "yamux", "mplex", "dns-tokio", "noise", "request-response", "websocket" ] }
|
||||
libp2p-async-await = { git = "https://github.com/comit-network/rust-libp2p-async-await" }
|
||||
miniscript = { version = "5", features = [ "serde" ] }
|
||||
monero = { version = "0.11", features = [ "serde_support" ] }
|
||||
monero = { version = "0.12", features = [ "serde_support" ] }
|
||||
monero-rpc = { path = "../monero-rpc" }
|
||||
pem = "0.8"
|
||||
prettytable-rs = "0.8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue