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
/
rpc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Additionally treat Tx.nVersion as unsigned in joinpsbts
Matt Corallo
2019-09-03
1
-4
/
+4
*
|
|
|
Merge #19386: rpc: Assert that RPCArg names are equal to CRPCCommand ones (se...
MarcoFalke
2020-07-15
4
-45
/
+85
|
\
\
\
\
|
*
|
|
|
rpc: Update server to use new RPCHelpMan
MarcoFalke
2020-07-03
2
-23
/
+28
|
*
|
|
|
rpc: Add option to hide RPCArg
MarcoFalke
2020-07-03
2
-20
/
+13
|
*
|
|
|
rpc: Assert that passed arg names are equal to hardcoded ones
MarcoFalke
2020-07-03
1
-0
/
+2
|
*
|
|
|
rpc: Add CRPCCommand constructor which takes RPCHelpMan
MarcoFalke
2020-06-30
3
-2
/
+39
|
*
|
|
|
rpc: Check that left section is not multiline
MarcoFalke
2020-06-26
1
-0
/
+3
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Increment input value sum only once per UTXO in decodepsbt
Andrew Chow
2020-07-14
1
-17
/
+16
*
|
|
|
Merge #19323: gui: Fix regression in *txoutset* in GUI console
MarcoFalke
2020-07-14
1
-6
/
+12
|
\
\
\
\
|
*
|
|
|
gui: Fix regression in GUI console
Hennadii Stepanov
2020-07-08
1
-6
/
+12
*
|
|
|
|
Merge #19474: doc: Use precise permission flags where possible
MarcoFalke
2020-07-11
1
-4
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
doc: Use precise permission flags where possible
MarcoFalke
2020-07-10
1
-4
/
+2
|
|
/
/
/
/
*
/
/
/
/
rpc: deprecate banscore field in rpc getpeerinfo
Jon Atack
2020-07-08
1
-2
/
+5
|
/
/
/
/
*
|
|
|
Merge #19219: Replace automatic bans with discouragement filter
Pieter Wuille
2020-07-07
1
-6
/
+4
|
\
\
\
\
|
*
|
|
|
Clean up separated ban/discourage interface
Pieter Wuille
2020-07-03
1
-4
/
+3
|
*
|
|
|
Replace automatic bans with discouragement filter
Pieter Wuille
2020-07-03
1
-5
/
+4
*
|
|
|
|
Merge #19328: Add gettxoutsetinfo hash_type option
MarcoFalke
2020-07-06
3
-6
/
+32
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
rpc: Add hash_type NONE to gettxoutsetinfo
Fabian Jahr
2020-06-22
2
-2
/
+4
|
*
|
|
|
rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)
Fabian Jahr
2020-06-22
3
-6
/
+30
*
|
|
|
|
Merge #19277: util: Add Assert identity function
MarcoFalke
2020-07-04
1
-1
/
+4
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
refactor: Remove unused EnsureChainman
MarcoFalke
2020-06-15
1
-1
/
+4
|
|
/
/
/
*
|
|
|
Merge #19413: refactor: Remove confusing BlockIndex global
MarcoFalke
2020-07-03
1
-12
/
+10
|
\
\
\
\
|
*
|
|
|
refactor: Remove confusing BlockIndex global
MarcoFalke
2020-06-29
1
-12
/
+10
*
|
|
|
|
Merge #19215: psbt: Include and allow both non_witness_utxo and witness_utxo ...
Samuel Dobson
2020-07-03
1
-2
/
+7
|
\
\
\
\
\
|
*
|
|
|
|
rpc: show both UTXOs in decodepsbt
Andrew Chow
2020-06-24
1
-2
/
+7
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge #19399: refactor: Replace RecursiveMutex with Mutex in rpc/server.cpp
Wladimir J. van der Laan
2020-06-29
1
-7
/
+7
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
refactor: Replace RecursiveMutex with Mutex in rpc/server.cpp
Hennadii Stepanov
2020-06-28
1
-7
/
+7
|
|
/
/
/
*
|
|
|
Merge #19114: scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-28
1
-9
/
+9
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-21
1
-7
/
+7
|
*
|
|
rpc: Properly use underlying type in GetAllOutputTypes
MarcoFalke
2020-06-21
1
-1
/
+2
|
*
|
|
rpc: Simplify GetAllOutputTypes with the Join helper
MarcoFalke
2020-06-21
1
-4
/
+3
*
|
|
|
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-06-24
6
-12
/
+12
*
|
|
|
Merge #19133: rpc, cli, test: add bitcoin-cli -generate command
Samuel Dobson
2020-06-21
3
-11
/
+20
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
rpc: add missing space in JSON parsing error message, update test
Jon Atack
2020-06-02
1
-1
/
+1
|
*
|
|
rpc: make generatetoaddress locals const
Jon Atack
2020-06-02
1
-6
/
+3
|
*
|
|
rpc: create rpc/mining.h, hoist default max tries values to constant
Jon Atack
2020-06-01
2
-5
/
+17
*
|
|
|
Prefer explicit uint160 conversion
Ben Woosley
2020-06-19
1
-1
/
+1
*
|
|
|
RPC: Rephrase generatetoaddress help, and use PACKAGE_NAME
Luke Dashjr
2020-06-15
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Make GetWarnings() return bilingual_str
Hennadii Stepanov
2020-06-10
3
-3
/
+6
*
|
|
refactor: Error message bilingual_str consistency
Wladimir J. van der Laan
2020-06-09
1
-1
/
+2
*
|
|
Merge #19005: doc: Add documentation for 'checklevel' argument in 'verifychai...
MarcoFalke
2020-06-07
1
-1
/
+2
|
\
\
\
|
*
|
|
doc: Add documentation for 'checklevel' argument in 'verifychain' RPC call
Calvin Kim
2020-06-07
1
-1
/
+2
*
|
|
|
Merge #19096: Remove g_rpc_chain global
MarcoFalke
2020-06-05
1
-0
/
+10
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Remove g_rpc_chain global
Russell Yanofsky
2020-05-28
1
-0
/
+10
*
|
|
|
Merge #19111: Limit scope of all global std::once_flag
MarcoFalke
2020-06-02
1
-2
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Limit scope of all global std::once_flag
MarcoFalke
2020-05-29
1
-2
/
+2
*
|
|
|
Merge #19072: doc: Expand section on Getting Started
fanquake
2020-06-01
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
doc: Fix unrelated typos reported by codespell
MarcoFalke
2020-05-27
1
-1
/
+1
*
|
|
|
|
Merge #18807: [doc / test / mempool] unbroadcast follow-ups
MarcoFalke
2020-05-30
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
[doc] Update unbroadcast description in RPC results
Amiti Uttarwar
2020-05-25
1
-1
/
+1
[prev]
[next]