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
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
2019-01-26
[RPC] Update getrawtransaction interface
Amiti Uttarwar
2019-01-22
Merge #14353: REST: add blockhash call, fetch blockhash by height
Jonas Schnelli
2019-01-21
REST: add "blockhashbyheight" call, fetch blockhash by height
Jonas Schnelli
2019-01-04
Merge #12151: rpc: Remove cs_main lock from blockToJSON and blockheaderToJSON
MarcoFalke
2018-11-05
Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ...
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-09-25
Consolidate redundant implementations of ParseHashStr
Ben Woosley
2018-09-23
[REST] improve performance for JSON calls
Antoine Le Calvez
2018-09-09
rpc: Remove cs_main lock from blockToJSON and blockHeaderToJSON
João Barbosa
2018-09-03
Increase signal to noise in appveyor build output by reducing the MSVC warnin...
practicalswift
2018-08-11
Cleanup StartRest()
DesWurstes
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-30
refactor: add a function for determining if a block is pruned or not
Karl-Johan Alm
2018-05-06
Remove enum specifier (to avoid re-declare scoped enum as unscoped)
donaloconnor
[next]