rust-jsonrpc icon indicating copy to clipboard operation
rust-jsonrpc copied to clipboard

Rust JSONRPC library

Results 13 rust-jsonrpc issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Gregory Hill Adds conditional compilation for optional async roundtripper. Required for [rust-bitcoincore-rpc](https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/144).

As we have been doing in other crates, use the new maintainer tools test script we created from `rust-bitcoin/rust-bitcoin-maintainer-tools/ci`. - This should not change test coverage in any meaningful way....

`bitcoind` adds the wallet to the URL for a bunch of API calls (eg `getnewaddress`) for example: `http://localhost:1234/wallet/` However it is not possible to modify a `Client`'s url (inside `Transport`),...