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
2017-10-02
Merge #11021: [rpc] fix getchaintxstats()
Wladimir J. van der Laan
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
2017-08-11
[RPC] trivial: gettxout no longer shows version of tx
Felix Weis
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-17
check for null values in rpc args and handle appropriately
Gregory Sanders
2017-07-07
Avoid dereference-of-casted-pointer
Pieter Wuille
2017-06-27
Clarify CCoinsViewMemPool documentation.
Matt Corallo
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-12
Merge #10550: Don't return stale data from CCoinsViewCache::Cursor()
Wladimir J. van der Laan
2017-06-07
Don't return stale data from CCoinsViewCache::Cursor()
Russell Yanofsky
2017-06-05
Replace bytes_serialized with bogosize
Pieter Wuille
2017-06-05
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-01
Merge #10195: Switch chainstate db and cache to per-txout model
Pieter Wuille
2017-06-01
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-06-01
Refactor GetUTXOStats in preparation for per-COutPoint iteration
Pieter Wuille
2017-06-01
Replace CCoins-based CTxMemPool::pruneSpent with isSpent
Pieter Wuille
2017-06-01
Merge #10475: [RPC] getmempoolinfo mempoolminfee is a BTC/KB feerate
Wladimir J. van der Laan
2017-05-29
getmempool mempoolminfee is a BTC/KB feerate
Gregory Sanders
2017-05-26
Report on-disk size in gettxoutsetinfo
Pieter Wuille
2017-05-26
Remove/ignore tx version in utxo and undo
Pieter Wuille
2017-05-23
Merge #9571: RPC: getblockchaininfo returns BIP signaling statistics
Wladimir J. van der Laan
2017-05-15
Merge #8704: [RPC] Transaction details in getblock
Wladimir J. van der Laan
2017-05-12
Use a verbosity instead of two verbose parameters
Andrew Chow
2017-05-09
Merge #9279: Consensus: Move CFeeRate out of libconsensus
Wladimir J. van der Laan
2017-05-08
Merge #10310: [doc] Add hint about getmempoolentry to getrawmempool help.
MarcoFalke
2017-05-06
[doc] Add hint about getmempoolentry to getrawmempool help.
Karl-Johan Alm
2017-05-03
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
Jorge Timón
2017-05-03
Add getchaintxstats RPC
Pieter Wuille
[next]