parity-bitcoin
parity-bitcoin copied to clipboard
The Parity Bitcoin client
Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.31 to 0.2.37. Commits a183475 Release v0.2.37 6081dff haiku: Fix sockaddr_in/sockaddr_in6; Solves #108 71708b7 Release v0.2.36 49b43f2 Do not assume memory layout of std::net::SocketAddr 77a6eb4 Release v0.2.35...
Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2. Commits 6fd7b9c Bump version to 0.2.2 550efc2 Merge branch 'fix-sockaddr-convertion-v0.2.x' into 0.2.x ca8db53 Stop using from_ne_bytes to be compatible with Rust < 1.32.0 3e217e3...
error: failed to run custom build command for `rust-crypto v0.2.36` Caused by: process didn't exit successfully: `/Users/*****/dev_codes/parity-bitcoin/target/debug/build/rust-crypto-3ba811552027839f/build-script-build` (signal: 11, SIGSEGV: invalid memory reference) --- stderr thread '' panicked at 'attempted...
The newest version of rust can not compile successfully, so add this constraint
- Replaced [deprecated bigint](https://crates.io/crates/bigint) with [ethereum_types](https://github.com/paritytech/parity-common/tree/master/ethereum-types) - Rustfmt
It looks like last build has failed. What is the last date of a successive build?
Is it possible to run this as a thin client?
I'm running import from a blockchain DB on a MacOS machine ``` pbtc --btc -d /Volumes/Data/pbtc --verification-level none import /Volumes/Data/bitcoind-data/.bitcoin/blocks ``` I've stuck on a block `391000` with the error:...
Is `sendrawtransaction` JSON-RPC works on testnet? ### symtoms I got 200 success response code with result field of the array with transaction hash. But that transaction hash not shown up...
I found that the id field of response value of JSON-RPC is different from id value of request. ## Request ``` curl --request POST 'localhost:18332' \ --header 'Content-Type: application/json' \...