index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
Age
Commit message (
Expand
)
Author
2017-01-31
rpc: bumpfee: handle errors more gracefully
Suhas Daftuar
2017-01-31
rpc: bumpfee: use correct maximum signed tx size for fee calculation
Suhas Daftuar
2017-01-30
wallet: Refactor dummy signature signing for reusability
Suhas Daftuar
2017-01-30
Merge #9615: Wallet incremental fee
Wladimir J. van der Laan
2017-01-27
[trivial] Fix typos in comments
practicalswift
2017-01-26
Change bumpfee result value from 'oldfee' to 'origfee'.
Alex Morcos
2017-01-26
Introduce WALLET_INCREMENTAL_RELAY_FEE
Alex Morcos
2017-01-26
Use CWallet::GetMinimumFee in bumpfee
Alex Morcos
2017-01-26
Merge #9613: [wallet] Clarify getbalance help string to explain interaction w...
Wladimir J. van der Laan
2017-01-25
Refactor GetMinimumFee to give option of providing targetFee
Alex Morcos
2017-01-23
Better document usage of SyncTransaction
Alex Morcos
2017-01-23
Merge #9516: Bug-fix: listsinceblock: use fork point as reference for blocks ...
Wladimir J. van der Laan
2017-01-23
[wallet] Clarify getbalance help string to explain interaction with bumpfee
Russell Yanofsky
2017-01-20
Merge #9377: fundrawtransaction: Keep change-output keys by default, make it ...
Wladimir J. van der Laan
2017-01-20
[rpc] Add incremental relay fee to getnetworkinfo
Alex Morcos
2017-01-19
Fix missing use of dustRelayFee
Alex Morcos
2017-01-19
Use incrementalRelayFee for BIP 125 replacement
Alex Morcos
2017-01-19
[Wallet] Add an option to keep the change address key, true by default
Jonas Schnelli
2017-01-19
Merge #8456: [RPC] Simplified bumpfee command.
Wladimir J. van der Laan
2017-01-19
[RPC] bumpfee
mrbandrews
2017-01-19
[wallet] Add include_unsafe argument to listunspent RPC
Russell Yanofsky
2017-01-19
Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...
Wladimir J. van der Laan
2017-01-18
Merge #9512: Fix various things -fsanitize complains about
Wladimir J. van der Laan
2017-01-18
Bug-fix: listsinceblock: use closest common ancestor when a block hash was pr...
Karl-Johan Alm
2017-01-16
Merge #9380: Separate different uses of minimum fees
Wladimir J. van der Laan
2017-01-16
Introduce -dustrelayfee
Alex Morcos
2017-01-12
Fix memory leak in wallet tests
Pieter Wuille
2017-01-12
Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.
Gregory Maxwell
2017-01-12
Merge #9222: Add 'subtractFeeFromAmount' option to 'fundrawtransaction'.
Wladimir J. van der Laan
2017-01-12
Merge #9472: Disentangle progress estimation from checkpoints and update it
Wladimir J. van der Laan
2017-01-11
RPC help updated
Michael Rotarius
2017-01-10
[wallet] Add IsAllFromMe: true if all inputs are from wallet
Suhas Daftuar
2017-01-10
Merge #8811: rpc: Add support for JSON-RPC named arguments
Wladimir J. van der Laan
2017-01-10
Update RPC argument names
John Newbery
2017-01-09
Make ATMP optionally return the CTransactionRefs it replaced
Matt Corallo
2017-01-09
Merge #9353: Add data() method to CDataStream (and use it)
Pieter Wuille
2017-01-06
Don't overpay fee if we have selected new coins that result in a smaller tran...
Alex Morcos
2017-01-06
Try to reduce change output to make needed fee in CreateTransaction
Alex Morcos
2017-01-05
Merge #9138: Improve fee estimation
Pieter Wuille
2017-01-05
Merge #9465: [Wallet] Do not perform ECDSA signing in the fee calculation inn...
Pieter Wuille
2017-01-05
Wallet: Do not perform ECDSA in the fee calculation inner loop.
Gregory Maxwell
2017-01-05
rpc: Argument name consistency
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for wallet calls
Wladimir J. van der Laan
2017-01-04
Remove SIGCHECK_VERIFICATION_FACTOR
Pieter Wuille
2017-01-04
Move tx estimation data out of CCheckPointData
Pieter Wuille
2017-01-04
[MOVEONLY] Move progress estimation out of checkpoints
Pieter Wuille
2017-01-04
Remove member variable hadNoDependencies from CTxMemPoolEntry
Alex Morcos
2017-01-04
Mark the minconf parameter to move as ignored
Pieter Wuille
2017-01-04
Merge #9396: Updated listsinceblock rpc documentation
Wladimir J. van der Laan
2017-01-04
Merge #9283: A few more CTransactionRef optimizations
Wladimir J. van der Laan
[next]