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
/
rest.cpp
Age
Commit message (
Expand
)
Author
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2022-01-02
Merge bitcoin/bitcoin#23836: rest: Expose block filters follow-ups
fanquake
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-22
[rest] drop superfluous rpc serializations flags for block filters
Niklas Gögge
2021-12-22
[rest] add a more verbose error message for invalid header counts
Niklas Gögge
2021-12-22
[refactor] various style fix-ups
Niklas Gögge
2021-12-20
Merge bitcoin/bitcoin#17631: Expose block filters over REST
MarcoFalke
2021-12-02
rpc: move Ensure* helpers to server_util.h
Sjors Provoost
2021-10-19
Merge bitcoin/bitcoin#22918: rpc: Add level 3 verbosity to getblock RPC call ...
W. J. van der Laan
2021-10-17
Expose block filters over REST.
Matt Corallo
2021-10-12
rest: Return error when header count is not integral
MarcoFalke
2021-10-05
rpc: Add level 3 verbosity to getblock RPC call.
fyquah
2021-10-05
rpc: Replace boolean argument for tx details with enum class.
fyquah
2021-07-05
Use C++17 [[fallthrough]] attribute, and drop -Wno-implicit-fallthrough
Hennadii Stepanov
2021-06-10
validation: Farewell, global Chainstate!
Carl Dong
2021-05-27
rest: Add GetChainman function and use it
Carl Dong
2021-04-17
Merge #21391: [Bundle 5/n] Prune g_chainman usage in RPC modules
MarcoFalke
2021-04-14
rpc/rest: Take and reuse local Chain/ChainState obj
Carl Dong
2021-04-14
rpc: Tidy up local references (see commit message)
Carl Dong
2021-04-14
scripted-diff: rest/rpc: Use renamed EnsureAny*()
Carl Dong
2021-04-13
Merge #21575: refactor: Create blockstorage module
fanquake
2021-04-07
Drop JSONRPCRequest constructors after #21366
Russell Yanofsky
2021-04-05
move-only: Move *Disk functions to blockstorage
MarcoFalke
2021-04-05
rest: Use existing NodeContext
Carl Dong
2021-04-05
rest: Pass in NodeContext to rest_block
Carl Dong
2021-03-29
refactor: replace util::Ref by std::any (C++17)
Sebastian Falbesoner
2021-02-18
Merge #20429: refactor: replace (sizeof(a)/sizeof(a[0])) with C++17 std::size
MarcoFalke
2021-01-31
refactor: iterate arrays via C++11 range-based for loops if idx is not needed
Sebastian Falbesoner
2021-01-28
scripted-diff: Use BlockManager::LookupBlockIndex
Carl Dong
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-09-22
Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockch...
MarcoFalke
2020-09-05
Remove mempool global
MarcoFalke
2020-08-31
Assert that RPCArg names are equal to CRPCCommand ones (blockchain)
MarcoFalke
2020-07-26
rpc: Avoid useless mempool query in gettxoutproof
MarcoFalke
2020-06-24
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-05-21
Merge #18740: Remove g_rpc_node global
MarcoFalke
2020-05-20
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
MarcoFalke
2020-05-13
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-04-30
Merge #18810: doc: update rest info on block size and json
Wladimir J. van der Laan
2020-04-28
fix: update rest info on block size and json
Chris Abrams
2020-04-26
Prevent valgrind false positive in rest_blockhash_by_height
Russell Yanofsky
2020-03-30
Convert everything except wallet/qt to new serialization
Pieter Wuille
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-16
rest: Use mempool from node context instead of global
MarcoFalke
2019-10-15
Remove unused includes
practicalswift
2019-08-06
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-07-05
rpc: migrate JSONRPCRequest functionality into request.cpp
Karl-Johan Alm
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-02-25
rpc: Pass mempool into MempoolToJSON
MarcoFalke
2019-01-30
Merge #15159: [RPC] Remove lookup to UTXO set from GetTransaction
MarcoFalke
[next]