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
*
Shuffle inputs and outputs after joining psbts
Andrew Chow
2019-09-24
1
-1
/
+24
*
rpc: Fix getblocktemplate CLI example (#16594)
Emil Engler
2019-09-24
1
-1
/
+1
*
[rpc] walletcreatefundedpsbt: use wallet default RBF
Sjors Provoost
2019-08-17
2
-8
/
+14
*
signrawtransactionwithkey: report error when missing redeemScript/witnessScri...
Anthony Towns
2019-07-05
1
-0
/
+3
*
Make and get the multisig redeemscript and destination in one function instea...
Andrew Chow
2019-06-21
3
-9
/
+22
*
rpc: bugfix: Properly use iswitness in converttopsbt
MarcoFalke
2019-06-18
1
-9
/
+16
*
rpc: Switch touched RPCs to IsValidNumArgs
MarcoFalke
2019-06-18
1
-8
/
+12
*
Add example 2nd arg to signrawtransactionwithkey
Chris Moore
2019-06-17
1
-2
/
+2
*
Fix RPC/pruneblockchain returned prune height
Jonas Schnelli
2019-06-14
1
-1
/
+6
*
net: Rename ::fRelayTxes to ::g_relay_txes
MarcoFalke
2019-05-16
1
-1
/
+1
*
rpc: getrpcinfo docs
Ben Carman
2019-04-11
1
-2
/
+14
*
[rpc] Remove deprecated functionality message from validateaddress help
John Newbery
2019-03-22
1
-5
/
+1
*
Fix overflow bug in analyzepsbt fee: CAmount instead of int
Pieter Wuille
2019-03-13
1
-2
/
+2
*
rpc: return a number for estimated_feerate in analyzepsbt
fanquake
2019-03-13
1
-1
/
+1
*
doc: correct analysepsbt rpc doc
fanquake
2019-03-13
1
-7
/
+7
*
Merge #15552: 0.18: Granular invalidateblock and RewindBlockIndex
Wladimir J. van der Laan
2019-03-07
1
-3
/
+3
|
\
|
*
Call InvalidateBlock without cs_main held
Pieter Wuille
2019-02-24
1
-3
/
+3
*
|
[rpc] deriveaddresses: add range to CRPCConvertParam
Sjors Provoost
2019-03-01
2
-3
/
+2
*
|
Make deriveaddresses use stop/[start,stop] notation for ranges
Pieter Wuille
2019-02-28
1
-16
/
+16
*
|
Add support for stop/[start,stop] ranges to scantxoutset
Pieter Wuille
2019-02-28
1
-6
/
+9
*
|
Support ranges arguments in RPC help
Pieter Wuille
2019-02-28
2
-0
/
+9
*
|
Add ParseRange function to parse args of the form int/[int,int]
Pieter Wuille
2019-02-28
2
-0
/
+17
*
|
refactor: Use RPCHelpMan::IsValidNumArgs in getrawtransaction
MarcoFalke
2019-02-25
1
-5
/
+7
*
|
doc: Remove misleading hint in getrawtransaction
MarcoFalke
2019-02-25
1
-2
/
+1
*
|
Merge #15401: rpc: Actually throw help when passed invalid number of params
Wladimir J. van der Laan
2019-02-25
4
-22
/
+41
|
\
\
|
|
/
|
/
|
|
*
rpc: Actually throw help when passed invalid number of params
MarcoFalke
2019-02-20
2
-13
/
+13
|
*
rpc: Add RPCHelpMan::IsValidNumArgs()
MarcoFalke
2019-02-20
2
-9
/
+28
*
|
Merge #15435: rpc: Add missing #include
MarcoFalke
2019-02-22
2
-1
/
+1
|
\
\
|
*
|
Add missing #include.
Daniel Kraft
2019-02-18
2
-1
/
+1
|
|
/
*
|
Merge #15408: Remove unused TransactionError constants
MarcoFalke
2019-02-22
1
-4
/
+5
|
\
\
|
|
/
|
/
|
|
*
Remove unused TransactionError constants
MarcoFalke
2019-02-14
1
-4
/
+5
*
|
Merge #15368: Descriptor checksums
Wladimir J. van der Laan
2019-02-16
1
-2
/
+43
|
\
\
|
*
|
Make descriptor checksums mandatory in deriveaddresses and importmulti
Pieter Wuille
2019-02-15
1
-2
/
+2
|
*
|
Add getdescriptorinfo to compute checksum
Pieter Wuille
2019-02-15
1
-0
/
+41
*
|
|
Merge #13932: Additional utility RPCs for PSBT
Wladimir J. van der Laan
2019-02-16
2
-0
/
+339
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Implement analyzepsbt RPC and tests
Andrew Chow
2019-02-16
1
-0
/
+198
|
*
|
Implement joinpsbts RPC and tests
Andrew Chow
2019-02-16
2
-0
/
+76
|
*
|
Implement utxoupdatepsbt RPC and tests
Andrew Chow
2019-02-16
1
-0
/
+65
|
|
/
*
|
Merge #15383: [rpc] mining: Omit uninitialized currentblockweight, currentblo...
MarcoFalke
2019-02-15
1
-14
/
+14
|
\
\
|
*
|
[rpc] mining: Omit uninitialized currentblockweight, currentblocktx
MarcoFalke
2019-02-12
1
-14
/
+14
*
|
|
Merge #14021: Import key origin data through descriptors in importmulti
MeshCollider
2019-02-15
1
-0
/
+1
|
\
\
\
|
*
|
|
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
Andrew Chow
2019-02-14
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge #14481: Add P2SH-P2WSH support to listunspent RPC
Wladimir J. van der Laan
2019-02-14
1
-5
/
+16
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Make listunspent and signrawtransaction RPCs support witnessScript
MeshCollider
2019-02-13
1
-5
/
+16
*
|
|
Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...
MeshCollider
2019-02-14
3
-93
/
+59
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Factor out combine / finalize / extract PSBT helpers
Glenn Willen
2019-02-11
2
-26
/
+16
|
*
|
Remove op== on PSBTs; check compatibility in Merge
Glenn Willen
2019-02-11
1
-2
/
+1
|
*
|
Switch away from exceptions in refactored tx code
Glenn Willen
2019-02-11
3
-1
/
+38
|
*
|
Move PSBT definitions and code to separate files
Glenn Willen
2019-02-11
1
-0
/
+1
|
*
|
Factor BroadcastTransaction out of sendrawtransaction
Glenn Willen
2019-02-11
1
-65
/
+4
[next]