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
...
*
|
|
|
|
|
Merge #14468: [wallet] Deprecate generate RPC method
MarcoFalke
2018-10-23
1
-0
/
+2
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
[rpc] add 'getnewaddress' hint to 'generatetoaddress' help text.
John Newbery
2018-10-23
1
-0
/
+2
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge #13878: utils: Add fstream wrapper to allow to pass unicode filename on...
Wladimir J. van der Laan
2018-10-18
1
-6
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Move boost/std fstream to fsbridge
Chun Kuan Lee
2018-09-26
1
-6
/
+4
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
[doc] getblocktemplate: use SegWit in example
Sjors Provoost
2018-10-13
1
-2
/
+2
|
|
/
/
/
|
/
|
|
|
*
|
|
|
[rpc] Descriptions: Textual consistency fixes
Jon Layton
2018-10-09
4
-23
/
+23
|
/
/
/
*
|
|
Merge #13311: Don't edit Chainparams after initialization
MarcoFalke
2018-09-24
2
-0
/
+2
|
\
\
\
|
*
|
|
MOVEONLY: Move versionbits info out of versionbits.o
Jorge Timón
2018-09-23
2
-0
/
+2
|
|
/
/
*
|
|
Merge #13424: Consistently validate txid / blockhash length and encoding in r...
MarcoFalke
2018-09-24
4
-30
/
+17
|
\
\
\
|
*
|
|
Consistently use ParseHashV to validate hash inputs in rpc
Ben Woosley
2018-08-07
4
-30
/
+17
*
|
|
|
[RPC] Remove warning for removed estimatefee RPC
John Newbery
2018-09-22
1
-7
/
+0
|
|
/
/
|
/
|
|
*
|
|
Merge #14214: convert C-style (void) parameter lists to C++ style ()
MarcoFalke
2018-09-20
2
-3
/
+3
|
\
\
\
|
*
|
|
convert C-style (void) parameter lists to C++ style ()
Arvid Norberg
2018-09-13
2
-3
/
+3
*
|
|
|
[rpc] Add getnodeaddresses RPC command
chris-belcher
2018-09-17
2
-0
/
+54
|
/
/
/
*
|
|
Merge #14192: utils: Convert fs::filesystem_error messages from local multiby...
Wladimir J. van der Laan
2018-09-13
1
-1
/
+1
|
\
\
\
|
*
|
|
utils: Convert fs error messages from multibyte to utf-8
Chun Kuan Lee
2018-09-11
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge #13983: rpc: Return more specific reject reason for submitblock
MarcoFalke
2018-09-13
1
-5
/
+1
|
\
\
\
|
*
|
|
rpc: Return more specific reject reason for submitblock
MarcoFalke
2018-08-15
1
-5
/
+1
*
|
|
|
Merge #13558: Drop unused GetType() from CSizeComputer
Wladimir J. van der Laan
2018-09-11
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
Drop unused GetType() from CSizeComputer
Ben Woosley
2018-09-11
1
-4
/
+4
*
|
|
|
|
Merge #14008: Preserve a format of RPC command definitions
Wladimir J. van der Laan
2018-09-10
7
-0
/
+14
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Preserve a format of RPC command definitions
Kostiantyn Stepaniuk
2018-08-20
7
-0
/
+14
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge #12490: [Wallet] [RPC] Remove deprecated wallet rpc features from bitco...
MarcoFalke
2018-09-06
2
-130
/
+17
|
\
\
\
\
|
*
|
|
|
[rpc] Remove deprecated sigrawtransaction rpc method.
John Newbery
2018-08-27
1
-105
/
+9
|
*
|
|
|
[RPC] Remove warning about wallet addresses in createmultisig()
John Newbery
2018-08-27
1
-2
/
+1
|
*
|
|
|
[rpc] Remove deprecated validateaddress usage.
John Newbery
2018-08-27
1
-23
/
+7
*
|
|
|
|
Merge #14096: Add reference documentation for descriptors language
Wladimir J. van der Laan
2018-09-06
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Adjust TODO link
Pieter Wuille
2018-09-05
1
-1
/
+1
*
|
|
|
|
|
Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by co...
MarcoFalke
2018-09-05
1
-1
/
+1
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix typos reported by codespell
practicalswift
2018-09-04
1
-1
/
+1
*
|
|
|
|
|
Merge #13249: Make objects in range declarations immutable by default. Avoid ...
Wladimir J. van der Laan
2018-09-04
3
-3
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-27
3
-3
/
+3
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
doc: correct GetDifficulty doc after #13288
fanquake
2018-09-03
1
-2
/
+1
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
scripted-diff: Small locking rename
Russell Yanofsky
2018-08-31
1
-1
/
+1
*
|
|
|
|
Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection
Wladimir J. van der Laan
2018-08-31
2
-5
/
+5
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Use LOCK macros for non-recursive locks
Russell Yanofsky
2018-08-03
2
-5
/
+5
*
|
|
|
|
Removes the Boost case_conv.hpp dependency.
251
2018-08-28
1
-4
/
+1
*
|
|
|
|
Merge #13723: PSBT key path cleanups
Wladimir J. van der Laan
2018-08-28
1
-13
/
+5
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Make SignPSBTInput operate on a private SignatureData object
Pieter Wuille
2018-08-13
1
-2
/
+1
|
*
|
|
|
Introduce KeyOriginInfo for fingerprint + path
Pieter Wuille
2018-08-13
1
-11
/
+4
*
|
|
|
|
[wallet] Remove wallet account RPCs
John Newbery
2018-08-27
1
-10
/
+0
*
|
|
|
|
Merge #13987: Report minfeefilter value in getpeerinfo rpc
MarcoFalke
2018-08-27
1
-0
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Report minfeefilter value in getpeerinfo rpc
Anthony Towns
2018-08-27
1
-0
/
+2
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge #12676: Show "bip125-replaceable" flag, when retrieving mempool entries
Wladimir J. van der Laan
2018-08-26
1
-1
/
+14
|
\
\
\
\
\
|
*
|
|
|
|
Add "bip125-replaceable" flag to mempool RPCs
dexX7
2018-04-25
1
-1
/
+14
*
|
|
|
|
|
Merge #13429: Return the script type from Solver
Wladimir J. van der Laan
2018-08-25
1
-2
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Return the script type from Solver
Ben Woosley
2018-07-22
1
-2
/
+1
*
|
|
|
|
|
|
Merge #12559: Avoid locking cs_main in some wallet RPC
Wladimir J. van der Laan
2018-08-23
1
-1
/
+0
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
rpc: Avoid locking cs_main in some wallet RPC
João Barbosa
2018-08-23
1
-1
/
+0
*
|
|
|
|
|
|
|
Merge #13968: [wallet] couple of walletcreatefundedpsbt fixes
Wladimir J. van der Laan
2018-08-21
2
-4
/
+3
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
[prev]
[next]