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
2019-01-30
Merge #15159: [RPC] Remove lookup to UTXO set from GetTransaction
MarcoFalke
2019-01-26
[RPC] Update getrawtransaction interface
Amiti Uttarwar
2019-01-25
RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-08
Merge #12153: Avoid permanent cs_main lock in getblockheader
Wladimir J. van der Laan
2019-01-07
Merge #15057: [rpc] Correct reconsiderblock help text, add test
Wladimir J. van der Laan
2019-01-04
rpc: Avoid permanent cs_main lock in getblockheader
João Barbosa
2019-01-04
Merge #12151: rpc: Remove cs_main lock from blockToJSON and blockheaderToJSON
MarcoFalke
2019-01-01
[rpc] Correct reconsiderblock help text, add test
MarcoFalke
2018-12-10
Merge #14877: rpc: Document default values for optional arguments
MarcoFalke
2018-12-07
rpc: Document default values for optional arguments
MarcoFalke
2018-12-07
Merge #14863: refactor: Add and use HaveTxsDownloaded() where appropriate
Wladimir J. van der Laan
2018-12-05
Merge #14796: rpc: Pass argument descriptions to RPCHelpMan
MarcoFalke
2018-12-04
validation: Add and use HaveTxsDownloaded where appropriate
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-09
rpc: Remove cs_main lock from blockToJSON and blockHeaderToJSON
João Barbosa
2018-09-09
rpc: Specify chain tip instead of chain in GetDifficulty
João Barbosa
2018-09-09
rpc: Fix SoftForkMajorityDesc and SoftForkDesc signatures
João Barbosa
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
[next]