bitcoin/src/rpc
Wladimir J. van der Laan 9c9af5ab2d
Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compact-block-reconstruction
c594580 Add braces around AddToCompactExtraTransactions (Matt Corallo)
1ccfe9b Clarify comment about mempool/extra conflicts (Matt Corallo)
fac4c78 Make PartiallyDownloadedBlock::InitData's second param const (Matt Corallo)
b55b416 Add extra_count lower bound to compact reconstruction debug print (Matt Corallo)
863edb4 Consider all (<100k memusage) txn for compact-block-extra-txn cache (Matt Corallo)
7f8c8ca Consider all orphan txn for compact-block-extra-txn cache (Matt Corallo)
93380c5 Use replaced transactions in compact block reconstruction (Matt Corallo)
1531652 Keep shared_ptrs to recently-replaced txn for compact blocks (Matt Corallo)
edded80 Make ATMP optionally return the CTransactionRefs it replaced (Matt Corallo)
c735540 Move ORPHAN constants from validation.h to net_processing.h (Matt Corallo)
2017-01-19 09:03:46 +01:00
..
blockchain.cpp Replace FindLatestBefore used by importmuti with FindEarliestAtLeast. 2017-01-12 14:21:43 +00:00
client.cpp Add pruneblockchain RPC to enable manual block file pruning. 2017-01-10 08:14:50 -05:00
client.h rpc: Named argument support for bitcoin-cli 2017-01-10 12:04:54 +01:00
mining.cpp Merge #8811: rpc: Add support for JSON-RPC named arguments 2017-01-10 14:14:50 +01:00
misc.cpp Update RPC argument names 2017-01-10 12:04:54 +01:00
net.cpp RPC help updated 2017-01-11 22:05:23 +01:00
protocol.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
protocol.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
rawtransaction.cpp Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compact-block-reconstruction 2017-01-19 09:03:46 +01:00
register.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
server.cpp rpc: Support named arguments 2017-01-05 11:30:20 +01:00
server.h rpc: Support named arguments 2017-01-05 11:30:20 +01:00