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
/
rpc
Age
Commit message (
Expand
)
Author
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-12
Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.
Gregory Maxwell
2017-01-12
Merge #9472: Disentangle progress estimation from checkpoints and update it
Wladimir J. van der Laan
2017-01-12
Merge #9518: Return height of last block pruned by pruneblockchain RPC
MarcoFalke
2017-01-12
Merge #9520: Deprecate non-txindex getrawtransaction and better warning
MarcoFalke
2017-01-12
Merge #9297: Various RPC help outputs updated
MarcoFalke
2017-01-11
Deprecate non-txindex getrawtransaction and better warning
Pieter Wuille
2017-01-11
RPC help updated
Michael Rotarius
2017-01-11
Return height of last block pruned by pruneblockchain RPC
Russell Yanofsky
2017-01-10
Merge #8811: rpc: Add support for JSON-RPC named arguments
Wladimir J. van der Laan
2017-01-10
fixup! Add pruneblockchain RPC to enable manual block file pruning.
Russell Yanofsky
2017-01-10
Add pruneblockchain RPC to enable manual block file pruning.
mrbandrews
2017-01-10
Update RPC argument names
John Newbery
2017-01-10
rpc: Named argument support for bitcoin-cli
Wladimir J. van der Laan
2017-01-09
Make ATMP optionally return the CTransactionRefs it replaced
Matt Corallo
2017-01-05
RPC help documentation for addnode peerinfo.
Gregory Maxwell
2017-01-05
Break addnode out from the outbound connection limits.
Gregory Maxwell
2017-01-05
Merge #8747: [rpc] Fix transaction size comments and RPC help text.
Wladimir J. van der Laan
2017-01-05
rpc: Argument name consistency
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for rawtransaction calls
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for mining calls
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for net calls
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for misc calls
Wladimir J. van der Laan
2017-01-05
rpc: Add 'echo' call for testing
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for blockchain calls
Wladimir J. van der Laan
2017-01-05
rpc: Support named arguments
Wladimir J. van der Laan
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
Merge #9283: A few more CTransactionRef optimizations
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-22
Added missing colons in when running help command
Anditto Heristyo
2016-12-21
Make AcceptToMemoryPool take CTransactionRef
Pieter Wuille
2016-12-21
Merge #8589: Inline CTxInWitness inside CTxIn
Wladimir J. van der Laan
2016-12-14
Merge #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlock
Wladimir J. van der Laan
2016-12-08
Fix transaction size comments. Size now refers to virtual size as defined in ...
jonnynewbs
2016-12-05
Add option to return non-segwit serialization via rpc
Gregory Sanders
2016-12-04
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-05
Merge #9014: Fix block-connection performance regression
Wladimir J. van der Laan
2016-12-04
Remove unused CDiskBlockPos* argument from ProcessNewBlock
Matt Corallo
2016-12-04
Switch pblock in ProcessNewBlock to a shared_ptr
Matt Corallo
2016-12-04
Make the optional pblock in ActivateBestChain a shared_ptr
Matt Corallo
2016-12-02
Make DecodeHexTx return a CMutableTransaction
Pieter Wuille
2016-12-02
Switch GetTransaction to returning a CTransactionRef
Pieter Wuille
2016-12-02
Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...
Pieter Wuille
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-11-29
Disable fee estimates for a confirm target of 1 block
Alex Morcos
[next]