parity-bitcoin icon indicating copy to clipboard operation
parity-bitcoin copied to clipboard

The Parity Bitcoin client

Results 55 parity-bitcoin issues
Sort by recently updated
recently updated
newest added

Parity team would rule the world if parity-bitcoin supports Bitcoin Gold and Bitcoin Platinum. About Bitcoin Gold: Bitcoin Gold is a hardfork of bitcoin with a change of pow algorithm...

F8-enhancement
P9-somedaymaybe
M4-core

This a block propagation protocol featured in at least 2 implementations of Bitcoin Cash. Having both would help in the interoperation of the network.

F8-enhancement
M4-core

Hey, would love to update the coin.dance entry. Could you help me to understand what's implemented in pbtc? - [x] Segregated Witness (SegWit) - [ ] BIP 101 (BIP 101)...

Z1-question
M3-docs

Just not to forget lessons I've learned using this wifi: - [x] requests to sync peers should be ordered. let scheduled_queue = [b0, b1, b2, b3]. let fast_peers = [p0,...

F7-optimisation
M4-core
F9-meta

Originally code in `support_segwit` branch had a panic here: https://github.com/paritytech/parity-bitcoin/blob/2cacae099ead6b8240a570e4b9226e4007843be5/verification/src/deployments.rs# This was fixed (temporarily?) by this commit: https://github.com/paritytech/parity-bitcoin/commit/9e58d50d9124c2c6ce89bed0705292ce20c387e5#diff-39fbf28d89d87ddaff46695c971ec50fR142 But: 1) looks like it is fix of side-effects, not the original...

F6-refactor
M4-core

Similar to #441, was running the bitcoin cash branch. Forgot to report. 2017-08-18 15:01:57 INFO sync "15:01:57" Processed 51 blocks in 60.07 seconds. Peers: [active:9, idle:0, bad:1]. Chain: [sch:19088 ->...

F1-panic
M4-core

As this todo says: ```rust // reorganization is performed only if length of side chain is at least the same as main chain // todo: shorter chain may actualy become...

F1-security
M4-core

from slack: guys, for `getblock` RPC method I need `chainwork` for the block. I have found two approaches to get this. First one is to store this with block in...

F8-enhancement
M4-core

It should be done once repo is open-sourced and can be done by removing this line: https://github.com/ethcore/parity-bitcoin/blob/master/.travis.yml#L30

F5-documentation