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
2021-02-23
Merge #21053: rpc, test: document {previous,next}blockhash as optional
MarcoFalke
2021-02-12
move-onlyish: break out CreateUTXOSnapshot from dumptxoutset
James O'Beirne
2021-02-12
Merge #19145: Add hash_type MUHASH for gettxoutsetinfo
Wladimir J. van der Laan
2021-02-10
Merge #21114: Deduplicate some block-to-JSON code
Wladimir J. van der Laan
2021-02-10
Deduplicate some block-to-JSON code.
Daniel Kraft
2021-02-08
Merge #20944: rpc: Return total fee in getmempoolinfo
MarcoFalke
2021-02-01
Merge #20749: [Bundle 1/n] Prune g_chainman usage related to ::LookupBlockIndex
Wladimir J. van der Laan
2021-01-30
rpc: Add hash_type MUHASH to gettxoutsetinfo
Fabian Jahr
2021-01-29
rpc, test: document {previous,next}blockhash as optional
Sebastian Falbesoner
2021-01-28
validation: Remove global ::ActivateBestChain
Carl Dong
2021-01-28
scripted-diff: Use BlockManager::LookupBlockIndex
Carl Dong
2021-01-28
rpc: Return total fee in mempool
MarcoFalke
2021-01-28
rpc: Remove duplicate name and argNames from CRPCCommand
MarcoFalke
2021-01-15
Replace fs::absolute calls with AbsPathJoin calls
Kiminuo
2021-01-12
doc, rpc: add missing signet mentions in network name lists
Sebastian Falbesoner
2021-01-07
Merge #20584: Declare de facto const reference variables/member functions as ...
MarcoFalke
2020-12-24
Merge #18772: rpc: calculate fees in getblock using BlockUndo data
MarcoFalke
2020-12-06
Don't declare de facto const reference variables as non-const
practicalswift
2020-12-03
Remove the remaining fee estimation globals
Antoine Poinsot
2020-11-01
docs: Correct getblockstats documentation for (sw)total_weight
Nadav Ivgi
2020-10-15
Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript)
Wladimir J. van der Laan
2020-10-12
Activate Taproot/Tapscript on regtest (BIP 341, BIP 342)
Pieter Wuille
2020-10-09
RPC: getblock: tx fee calculation for verbosity 2 via Undo data
Elliott Jin
2020-10-03
RPC: remove duplicate line in getblock help
Fabian Jahr
2020-09-22
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-22
Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockch...
MarcoFalke
2020-09-04
Remove mapLinks in favor of entry inlined structs with iterator type erasure
Jeremy Rubin
2020-08-31
Assert that RPCArg names are equal to CRPCCommand ones (blockchain)
MarcoFalke
2020-08-21
docs: Correct description for getblockstats's txs field
Nadav Ivgi
2020-08-19
doc: Fix getmempoolancestor RPC result doc
MarcoFalke
2020-08-02
refactor: Use C++11 range based for loops to simplify rpc code
MarcoFalke
2020-07-24
rpc: RPCResult Type of MempoolEntryDescription should be OBJ. If multiple ent...
Chris L
2020-07-14
Merge #19323: gui: Fix regression in *txoutset* in GUI console
MarcoFalke
2020-07-10
doc: Use precise permission flags where possible
MarcoFalke
2020-07-08
gui: Fix regression in GUI console
Hennadii Stepanov
2020-07-06
Merge #19328: Add gettxoutsetinfo hash_type option
MarcoFalke
2020-07-04
Merge #19277: util: Add Assert identity function
MarcoFalke
2020-06-29
refactor: Remove confusing BlockIndex global
MarcoFalke
2020-06-24
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-06-22
rpc: Add hash_type NONE to gettxoutsetinfo
Fabian Jahr
2020-06-22
rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)
Fabian Jahr
2020-06-15
refactor: Remove unused EnsureChainman
MarcoFalke
2020-06-10
Make GetWarnings() return bilingual_str
Hennadii Stepanov
2020-06-07
doc: Add documentation for 'checklevel' argument in 'verifychain' RPC call
Calvin Kim
2020-05-30
Merge #18807: [doc / test / mempool] unbroadcast follow-ups
MarcoFalke
2020-05-27
Merge #16127: More thread safety annotation coverage
MarcoFalke
2020-05-26
Merge #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptible
MarcoFalke
2020-05-25
[doc] Update unbroadcast description in RPC results
Amiti Uttarwar
2020-05-23
Merge #18698: Make g_chainman internal to validation
MarcoFalke
2020-05-22
rpc: Make gettxoutsetinfo/GetUTXOStats interruptible
MarcoFalke
[next]