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-03-15
Add static_assert to prevent VARINT(<signed value>)
Russell Yanofsky
2018-03-13
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-06
Merge #12479: RPC: Add child transactions to getrawmempool verbose output
Wladimir J. van der Laan
2018-03-06
Add LookupBlockIndex function
João Barbosa
2018-02-25
[RPC] Add list of child transactions to verbose output of getrawmempool
Conor Scott
2018-02-15
rpc: Refactor blockhash parse in getchaintxstats
João Barbosa
2018-02-15
Merge #12356: Fix 'mempool min fee not met' debug output
Wladimir J. van der Laan
2018-02-10
scripted-diff: Use UniValue.pushKV instead of push_back(Pair())
Karel Bilek
2018-02-08
Consistently use FormatStateMessage in RPC error output
Ben Woosley
2018-02-02
Document method for reviewers to verify chainTxData
John Newbery
2018-01-17
qa: Sync with validationinterface queue in sync_mempools
MarcoFalke
2018-01-04
Merge #12001: [RPC] Adding ::minRelayTxFee amount to getmempoolinfo and updat...
Wladimir J. van der Laan
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-29
[rpc] Adding ::minRelayTxFee amount to getmempoolinfo and updating mempoolmin...
Jeff Rade
2017-12-23
Merge #11748: [Tests] Adding unit tests for GetDifficulty in blockchain.cpp.
Wladimir J. van der Laan
2017-12-23
Merge #11475: [rpc] mempoolinfo should take ::minRelayTxFee into account
Wladimir J. van der Laan
2017-11-30
Merge #10874: [RPC] getblockchaininfo: Loop through the bip9 soft fork deploy...
Wladimir J. van der Laan
2017-11-30
Loop through the bip9 soft fork deployments instead of hard coding
Andrew Chow
2017-11-22
[Tests] Adding unit tests for GetDifficulty in blockchain.cpp.
sean
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-10
Merge #11258: [rpc] Add initialblockdownload to getblockchaininfo
Pieter Wuille
2017-11-09
Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree
practicalswift
2017-11-07
Add missing cs_main locks when calling blockToJSON/blockheaderToJSON
practicalswift
2017-10-26
[trivial] (whitespace only) fix getblockchaininfo alignment
John Newbery
2017-10-26
[rpc] Add initialblockdownload to getblockchaininfo
John Newbery
2017-10-11
[rpc] mempoolinfo should take ::minRelayTxFee into account
Cristian Mircea Messel
2017-10-09
Merge #11367: [rpc] getblockchaininfo: add size_on_disk, prune_target_size
Wladimir J. van der Laan
2017-10-02
Merge #11021: [rpc] fix getchaintxstats()
Wladimir J. van der Laan
2017-09-29
[rpc] getblockchaininfo: add size_on_disk, prune_target_size, automatic_pruning
Daniel Edgecumbe
2017-09-27
Unify help text for GetWarnings output in get*info RPCs
Andrew Chow
2017-09-27
Add warnings field to getblockchaininfo
Andrew Chow
2017-09-06
Merge #11238: Add assertions before potential null deferences
Wladimir J. van der Laan
2017-09-06
Merge #11099: [RPC][mempool]: Add savemempool RPC
MarcoFalke
2017-09-06
Merge #11203: rpc: add wtxid to mempool entry output
Wladimir J. van der Laan
2017-09-06
Add savemempool RPC
Lawrence Nahum
2017-09-05
Merge #11173: RPC: Fix currency unit string in the help text
MarcoFalke
2017-09-05
Merge #11179: rpc: Push down safe mode checks
Wladimir J. van der Laan
2017-09-05
Fix currency/fee-rate unit string in the help text
Akio Nakamura
2017-08-31
RPC: add wtxid to mempool entry output
Suhas Daftuar
2017-08-29
rpc: Push down safe mode checks
Andrew Chow
2017-08-28
Merge #10859: RPC: gettxout: Slightly improve doc and tests
MarcoFalke
2017-08-29
RPC: gettxout: Slightly improve doc and tests
Jorge Timón
2017-08-25
Fix getchaintxstats()
Akio Nakamura
2017-08-23
Fix potential null dereferences
MeshCollider
2017-08-22
Merge #11050: Avoid treating null RPC arguments different from missing arguments
Wladimir J. van der Laan
2017-08-21
Merge #11027: [RPC] Only return hex field once in getrawtransaction
Wladimir J. van der Laan
2017-08-17
Pass serialization flags and whether to include hex to TxToUniv
Andrew Chow
2017-08-14
Get rid of redundant RPC params.size() checks
Russell Yanofsky
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
[next]