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
/
blockchain.cpp
Age
Commit message (
Expand
)
Author
2018-12-07
rpc: Document default values for optional arguments
MarcoFalke
2018-12-05
Merge #14796: rpc: Pass argument descriptions to RPCHelpMan
MarcoFalke
2018-11-27
Merge #14477: Add ability to convert solvability info to descriptor
Pieter Wuille
2018-11-27
rpc: Pass argument descriptions to RPCHelpMan
MarcoFalke
2018-11-23
Merge #14726: Use RPCHelpMan for all RPCs
Wladimir J. van der Laan
2018-11-19
Merge #14718: Remove unreferenced boost headers
MarcoFalke
2018-11-16
Remove unreferenced boost headers
Murray Nesbitt
2018-11-14
Add matching descriptors to scantxoutset output + tests
Pieter Wuille
2018-11-14
Use RPCHelpMan for all RPCs
MarcoFalke
2018-11-13
rpc: Correctly name arguments
Jon Layton
2018-11-09
rpc: Include rpc/util.h where needed for RPCHelpMan
MarcoFalke
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-19
rpc: Always throw in getblockstats if -txindex is required
João Barbosa
2018-10-09
[rpc] Descriptions: Textual consistency fixes
Jon Layton
2018-09-24
Merge #13311: Don't edit Chainparams after initialization
MarcoFalke
2018-09-24
Merge #13424: Consistently validate txid / blockhash length and encoding in r...
MarcoFalke
2018-09-23
MOVEONLY: Move versionbits info out of versionbits.o
Jorge Timón
2018-09-11
Merge #13558: Drop unused GetType() from CSizeComputer
Wladimir J. van der Laan
2018-09-11
Drop unused GetType() from CSizeComputer
Ben Woosley
2018-09-10
Merge #14008: Preserve a format of RPC command definitions
Wladimir J. van der Laan
2018-09-05
Adjust TODO link
Pieter Wuille
2018-09-04
Merge #13249: Make objects in range declarations immutable by default. Avoid ...
Wladimir J. van der Laan
2018-08-31
scripted-diff: Small locking rename
Russell Yanofsky
2018-08-31
Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection
Wladimir J. van der Laan
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-26
Merge #12676: Show "bip125-replaceable" flag, when retrieving mempool entries
Wladimir J. van der Laan
2018-08-20
Preserve a format of RPC command definitions
Kostiantyn Stepaniuk
2018-08-11
Replace median fee rate with feerate percentiles
Marcin Jachymiak
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-07
Consistently use ParseHashV to validate hash inputs in rpc
Ben Woosley
2018-08-03
Use LOCK macros for non-recursive locks
Russell Yanofsky
2018-07-27
Support h instead of ' in hardened descriptor paths
Pieter Wuille
2018-07-27
Add experimental warning to scantxoutset
Jonas Schnelli
2018-07-27
Swap in descriptors support into scantxoutset
Pieter Wuille
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-17
Merge #12196: Add scantxoutset RPC method
Wladimir J. van der Laan
2018-07-15
scantxoutset: mention that scanning by address will miss P2PK txouts
Jonas Schnelli
2018-07-15
scantxoutset: support legacy P2PK script type
Jonas Schnelli
2018-07-15
scantxoutset: add support for scripts
Jonas Schnelli
2018-07-15
Blockchain/RPC: Add scantxoutset method to scan UTXO set
Jonas Schnelli
2018-07-12
Add FindScriptPubKey() to search the UTXO set
Jonas Schnelli
2018-06-15
cleanup: avoid hidden copies in range-for loops
Cory Fields
2018-06-13
expose CBlockIndex::nTx in getblock(header)
Gregory Sanders
2018-06-08
Merge #13259: refactoring: add a method for determining if a block is pruned ...
Wladimir J. van der Laan
2018-06-05
Merge #13288: rpc: Remove the need to include rpc/blockchain.cpp in order to ...
Wladimir J. van der Laan
2018-05-30
refactor: add a function for determining if a block is pruned or not
Karl-Johan Alm
2018-05-23
Merge #10757: RPC: Introduce getblockstats to plot things
Wladimir J. van der Laan
2018-05-22
RPC: Introduce getblockstats
Jorge Timón
2018-05-20
Drop the chain argument to GetDifficulty
Ben Woosley
2018-05-07
RPC Docs: gettxout*: clarify bestblock and unspent counts
David A. Harding
[next]