-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CPFP endpoint #508
base: master
Are you sure you want to change the base?
Add CPFP endpoint #508
Conversation
Note: Starting with bitcoin core 0.13.0, a new RPC call was added called If bitcore would support >=0.13.0 bitcoin Core, then we could add support for that to bitcoind-rpc repo make this better.
|
utACK, nicely done, very straight forward |
Regarding the |
Looking back on this:
Slush seems to be pushing for bitcoin Core to include the Bitcore patches into Core. (Mainly all the indexes) Satoshilabs might be able to help bump bitcore up to support segwit and later versions of Core. |
Hello, thanks for this work, we will be adding this to satoshilabs fork :) |
@Runn1ng just FYI |
Dependent on PR bitpay/bitcoind-rpc#24
Also, not sure whether it makes a difference with bitcore's bindings performance wise, but also related: bitcoin/bitcoin#10300
Feature: Adds access to an endpoint that will let the user know how much additional fee to add to their transaction to ensure that unconfirmed parent transactions are confirmed along with it at the same fee rate.
This can be utilized by bitcore-wallet-service when deciding a fee if a user specifies to use CPFP.