index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockch...
MarcoFalke
2020-09-22
1
-2
/
+2
|
\
|
*
Assert that RPCArg names are equal to CRPCCommand ones (blockchain)
MarcoFalke
2020-08-31
1
-2
/
+2
*
|
Remove mempool global
MarcoFalke
2020-09-05
1
-2
/
+2
|
/
*
rpc: Avoid useless mempool query in gettxoutproof
MarcoFalke
2020-07-26
1
-7
/
+29
*
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-06-24
1
-4
/
+4
*
Merge #18740: Remove g_rpc_node global
MarcoFalke
2020-05-21
1
-20
/
+25
|
\
|
*
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-05-13
1
-20
/
+25
*
|
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
MarcoFalke
2020-05-20
1
-7
/
+2
|
\
\
|
|
/
|
/
|
|
*
Convert everything except wallet/qt to new serialization
Pieter Wuille
2020-03-30
1
-7
/
+2
*
|
Merge #18810: doc: update rest info on block size and json
Wladimir J. van der Laan
2020-04-30
1
-1
/
+1
|
\
\
|
*
|
fix: update rest info on block size and json
Chris Abrams
2020-04-28
1
-1
/
+1
|
|
/
*
/
Prevent valgrind false positive in rest_blockhash_by_height
Russell Yanofsky
2020-04-26
1
-1
/
+1
|
/
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
rest: Use mempool from node context instead of global
MarcoFalke
2019-12-16
1
-7
/
+32
*
Remove unused includes
practicalswift
2019-10-15
1
-1
/
+0
*
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-08-06
1
-2
/
+2
*
rpc: migrate JSONRPCRequest functionality into request.cpp
Karl-Johan Alm
2019-07-05
1
-0
/
+1
*
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
1
-10
/
+10
*
rpc: Pass mempool into MempoolToJSON
MarcoFalke
2019-02-25
1
-2
/
+2
*
Merge #15159: [RPC] Remove lookup to UTXO set from GetTransaction
MarcoFalke
2019-01-30
1
-1
/
+1
|
\
|
*
[RPC] Update getrawtransaction interface
Amiti Uttarwar
2019-01-26
1
-1
/
+1
*
|
Merge #14353: REST: add blockhash call, fetch blockhash by height
Jonas Schnelli
2019-01-22
1
-0
/
+47
|
\
\
|
|
/
|
/
|
|
*
REST: add "blockhashbyheight" call, fetch blockhash by height
Jonas Schnelli
2019-01-21
1
-0
/
+47
*
|
Merge #12151: rpc: Remove cs_main lock from blockToJSON and blockheaderToJSON
MarcoFalke
2019-01-04
1
-10
/
+7
|
\
\
|
*
|
rpc: Remove cs_main lock from blockToJSON and blockHeaderToJSON
João Barbosa
2018-09-09
1
-10
/
+7
*
|
|
Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ...
practicalswift
2018-11-05
1
-2
/
+3
*
|
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
|
|
/
|
/
|
*
|
Consolidate redundant implementations of ParseHashStr
Ben Woosley
2018-09-25
1
-9
/
+0
*
|
[REST] improve performance for JSON calls
Antoine Le Calvez
2018-09-23
1
-11
/
+20
|
/
*
Increase signal to noise in appveyor build output by reducing the MSVC warnin...
practicalswift
2018-09-03
1
-1
/
+1
*
Cleanup StartRest()
DesWurstes
2018-08-11
1
-2
/
+1
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
refactor: add a function for determining if a block is pruned or not
Karl-Johan Alm
2018-05-30
1
-1
/
+1
*
Remove enum specifier (to avoid re-declare scoped enum as unscoped)
donaloconnor
2018-05-06
1
-2
/
+2
*
[rpc] Public interfaces to GetTransaction block until synced.
Jim Posen
2018-04-25
1
-0
/
+5
*
Merge #12717: [REST] Handle UTXO retrieval when ignoring the mempool
Wladimir J. van der Laan
2018-03-27
1
-18
/
+20
|
\
|
*
[REST] Handle UTXO retrieval when ignoring the mempool
Roman Zeyde
2018-03-25
1
-18
/
+20
*
|
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-27
1
-27
/
+27
|
\
\
|
|
/
|
/
|
|
*
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-27
/
+27
*
|
Add LookupBlockIndex function
João Barbosa
2018-03-06
1
-4
/
+4
|
/
*
Remove useless string initialization.
Alin Rus
2018-02-13
1
-1
/
+1
*
scripted-diff: Use UniValue.pushKV instead of push_back(Pair())
Karel Bilek
2018-02-10
1
-7
/
+7
*
Use the character based overload for std::string::find.
Alin Rus
2018-01-11
1
-2
/
+2
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-14
/
+14
*
Add missing cs_main locks when calling blockToJSON/blockheaderToJSON
practicalswift
2017-11-07
1
-3
/
+10
*
Remove duplicate uriParts.size() > 0 check
practicalswift
2017-10-02
1
-3
/
+1
*
Merge #10845: Remove unreachable code
Wladimir J. van der Laan
2017-09-06
1
-21
/
+0
|
\
|
*
Remove unreachable code
practicalswift
2017-07-16
1
-21
/
+0
*
|
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-1
/
+1
[next]