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
2023-03-15
Merge bitcoin/bitcoin#26207: rest: add verbose and mempool_sequence query par...
Andrew Chow
2023-01-26
Use DataStream where possible
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-06
rest: reduce LOCK(cs_main) scope in rest_block
Andrew Toth
2022-10-13
Merge bitcoin/bitcoin#25412: rest: add `/deploymentinfo` endpoint
Andrew Chow
2022-10-05
rest: add verbose and mempool_sequence query params for mempool/contents
Andrew Toth
2022-08-16
rest: add `/deploymentinfo`
brunoerg
2022-08-16
Fix logical race in rest_getutxos
MacroFake
2022-08-05
rest: clean-up for `mempool` endpoints
brunoerg
2022-06-15
rest/getutxos: Don't construct empty mempool
Carl Dong
2022-05-18
Do not call global Params() when chainman is in scope
MacroFake
2022-04-26
Merge bitcoin/bitcoin#22953: refactor: introduce single-separator split helpe...
fanquake
2022-04-19
move-mostly: Make fHavePruned a BlockMan member
Carl Dong
2022-04-11
refactor: introduce single-separator split helper `SplitString`
Sebastian Falbesoner
2022-04-06
doc: Convert remaining comments to clang-tidy format
MarcoFalke
2022-04-06
Merge bitcoin/bitcoin#24098: rest: Use query parameters to control resource l...
MarcoFalke
2022-04-05
Update /<count>/ endpoints to use a '?count=' query parameter instead
stickies-v
2022-03-30
refactor: use named args when ScriptToUniv or TxToUniv are invoked
Michael Dietz
2022-03-30
refactor: merge ScriptPubKeyToUniv & ScriptToUniv into one function
Michael Dietz
2022-03-17
Merge bitcoin/bitcoin#24515: Only load BlockMan in BlockMan member functions
MarcoFalke
2022-03-11
rpc: Move mempool RPCs to new file
MarcoFalke
2022-03-10
Handle query string when parsing data format
stickies-v
2022-03-10
scripted-diff: rename RetFormat to RESTResponseFormat
stickies-v
2022-03-10
Refactoring: move declarations to rest.h
stickies-v
2022-03-09
refactor: more const annotations for uses of CBlockIndex*
Anthony Towns
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
[next]