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 AuxPoW support from Namecore
Ross Nicoll
2019-07-13
5
-10
/
+381
*
Scrypt n=1024 PoW hash
Ross Nicoll
2019-04-03
1
-1
/
+1
*
fix converttopsbt permitsigdata arg, add basic test
Gregory Sanders
2018-12-05
1
-1
/
+1
*
Simplify arguments to SignPSBTInput
Glenn Willen
2018-12-03
1
-3
/
+1
*
Add bool PSBTInputSigned
Glenn Willen
2018-12-03
1
-2
/
+5
*
More concise conversion of CDataStream to string
Glenn Willen
2018-12-03
1
-2
/
+2
*
Bugfix: RPC: Add address_type named param for createmultisig
Luke Dashjr
2018-11-29
1
-1
/
+1
*
Fix listreceivedbyaddress not taking address as a string
Eric Scrivner
2018-11-28
1
-1
/
+0
*
[doc] getblocktemplate: use SegWit in example
Sjors Provoost
2018-10-18
1
-2
/
+2
*
Adjust TODO link
Pieter Wuille
2018-09-06
1
-1
/
+1
*
walletcreatefundedpsbt: remove duplicate replaceable arg
Gregory Sanders
2018-08-21
1
-3
/
+2
*
Allow ConstructTransaction to not throw error with 0-input txn
Gregory Sanders
2018-08-21
1
-1
/
+1
*
Merge #13918: rpc: Replace median fee rate with feerate percentiles in getblo...
MarcoFalke
2018-08-13
2
-8
/
+60
|
\
|
*
Replace median fee rate with feerate percentiles
Marcin Jachymiak
2018-08-11
2
-8
/
+60
*
|
Use pushKV in some new PSBT RPCs.
Daniel Kraft
2018-08-09
1
-3
/
+3
|
/
*
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
14
-14
/
+14
|
\
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
14
-14
/
+14
*
|
Merge #13697: Support output descriptors in scantxoutset
Wladimir J. van der Laan
2018-08-01
1
-120
/
+48
|
\
\
|
*
|
Support h instead of ' in hardened descriptor paths
Pieter Wuille
2018-07-27
1
-1
/
+2
|
*
|
Add experimental warning to scantxoutset
Jonas Schnelli
2018-07-27
1
-0
/
+1
|
*
|
Swap in descriptors support into scantxoutset
Pieter Wuille
2018-07-27
1
-120
/
+46
|
|
/
*
/
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
2
-3
/
+2
|
/
*
Merge #12764: doc: Remove field in getblocktemplate help that has never been ...
MarcoFalke
2018-07-22
1
-1
/
+0
|
\
|
*
[RPC] Remove field in getblocktemplate help that has never been used
Conor Scott
2018-03-26
1
-1
/
+0
*
|
Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...
Wladimir J. van der Laan
2018-07-20
1
-0
/
+1
|
\
\
|
*
|
Add disable privatekeys option to createwallet
Jonas Schnelli
2018-07-12
1
-0
/
+1
*
|
|
Merge #13557: BIP 174 PSBT Serializations and RPCs
Wladimir J. van der Laan
2018-07-18
3
-81
/
+643
|
\
\
\
|
*
|
|
Create wallet RPCs for PSBT
Andrew Chow
2018-07-16
2
-17
/
+9
|
*
|
|
Create utility RPCs for PSBT
Andrew Chow
2018-07-16
2
-0
/
+561
|
*
|
|
Refactor transaction creation and transaction funding logic
Andrew Chow
2018-07-13
2
-64
/
+73
*
|
|
|
Merge #12196: Add scantxoutset RPC method
Wladimir J. van der Laan
2018-07-17
2
-0
/
+290
|
\
\
\
\
|
*
|
|
|
scantxoutset: mention that scanning by address will miss P2PK txouts
Jonas Schnelli
2018-07-15
1
-0
/
+1
|
*
|
|
|
scantxoutset: support legacy P2PK script type
Jonas Schnelli
2018-07-15
1
-3
/
+8
|
*
|
|
|
scantxoutset: add support for scripts
Jonas Schnelli
2018-07-15
1
-3
/
+12
|
*
|
|
|
Blockchain/RPC: Add scantxoutset method to scan UTXO set
Jonas Schnelli
2018-07-15
2
-0
/
+246
|
*
|
|
|
Add FindScriptPubKey() to search the UTXO set
Jonas Schnelli
2018-07-12
1
-0
/
+29
*
|
|
|
|
Merge #13072: Update createmultisig RPC to support segwit
Pieter Wuille
2018-07-13
1
-5
/
+16
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
segwit support for createmultisig RPC
Anthony Towns
2018-07-10
1
-5
/
+16
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge #13547: Make signrawtransaction* give an error when amount is needed bu...
Wladimir J. van der Laan
2018-07-10
1
-1
/
+6
|
\
\
\
\
|
*
|
|
|
Error on missing amount in signrawtransaction*
Anthony Towns
2018-06-28
1
-1
/
+6
*
|
|
|
|
Merge #13452: rpc: have verifytxoutproof check the number of txns in proof st...
Wladimir J. van der Laan
2018-07-09
1
-4
/
+9
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
have verifytxoutproof check the number of txns in proof structure
Gregory Sanders
2018-06-14
1
-4
/
+9
*
|
|
|
|
Merge #13425: Moving final scriptSig construction from CombineSignatures to P...
Wladimir J. van der Laan
2018-07-05
1
-6
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
Replace CombineSignatures with ProduceSignature
Andrew Chow
2018-07-03
1
-5
/
+2
|
*
|
|
|
|
Make SignatureData able to store signatures and scripts
Andrew Chow
2018-07-03
1
-3
/
+3
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge #13235: Break circular dependency: init -> * -> init by extracting shut...
Wladimir J. van der Laan
2018-07-04
4
-6
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-06-25
2
-4
/
+4
|
*
|
|
|
|
Drop unused init.h includes
Ben Woosley
2018-06-25
2
-2
/
+0
|
|
/
/
/
/
*
|
|
|
|
Merge #13491: Improve handling of INVALID in IsMine
Wladimir J. van der Laan
2018-07-04
1
-3
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Add P2WSH destination helper and use it instead of manual hashing
Pieter Wuille
2018-06-17
1
-3
/
+1
[next]