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
/
client.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
wallet: introduce fee_rate (sat/vB) param/option
Jon Atack
2020-11-11
1
-3
/
+6
*
[send] Make send RPCs return fee reason
Sishir Giri
2020-09-26
1
-0
/
+2
*
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-22
1
-0
/
+1
*
[rpc] add send method
Sjors Provoost
2020-09-10
1
-0
/
+3
*
Add loadwallet and createwallet RPC load_on_startup options
Russell Yanofsky
2020-08-13
1
-0
/
+3
*
Merge #18654: rpc: separate bumpfee's psbt creation function into psbtbumpfee
Samuel Dobson
2020-08-13
1
-0
/
+1
|
\
|
*
Add psbtbumpfee RPC
Andrew Chow
2020-06-25
1
-0
/
+1
*
|
[net] Add addpeeraddress RPC method
John Newbery
2020-08-12
1
-0
/
+1
|
/
*
rpc: add missing space in JSON parsing error message, update test
Jon Atack
2020-06-02
1
-1
/
+1
*
add importdescriptors RPC and tests for native descriptor wallets
Hugo Nguyen
2020-04-23
1
-0
/
+1
*
Be able to create new wallets with DescriptorScriptPubKeyMans as backing
Andrew Chow
2020-04-23
1
-0
/
+1
*
Merge #15761: Replace -upgradewallet startup option with upgradewallet RPC
MarcoFalke
2020-04-19
1
-0
/
+1
|
\
|
*
Add upgradewallet RPC
Andrew Chow
2020-04-13
1
-0
/
+1
*
|
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
|
/
*
Merge #18495: rpc: Remove deprecated migration code
MarcoFalke
2020-04-12
1
-2
/
+0
|
\
|
*
rpc: Remove deprecated migration code
Vasil Dimov
2020-04-10
1
-2
/
+0
*
|
Add generateblock rpc
Andrew Toth
2020-03-27
1
-0
/
+1
|
/
*
[rpc] expose ability to mock scheduler via the rpc
Amiti Uttarwar
2020-02-17
1
-0
/
+1
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
rpc: Add generatetodescriptor
MarcoFalke
2019-10-30
1
-0
/
+2
*
Remove unused includes
practicalswift
2019-10-15
1
-1
/
+0
*
[wallet] Rename 'decode' argument in gettransaction method to 'verbose'
John Newbery
2019-09-13
1
-1
/
+1
*
gettransaction: add an argument to decode the transaction
darosior
2019-08-30
1
-0
/
+1
*
[RPC] add new utxoupdatepsbt arguments to the CRPCCommand and CPRCConvertPara...
John Newbery
2019-07-04
1
-0
/
+1
*
wallet/rpc: add 'avoid_reuse' option to RPC commands
Karl-Johan Alm
2019-05-29
1
-0
/
+3
*
wallet/rpc: add setwalletflag RPC and MUTABLE_WALLET_FLAGS
Karl-Johan Alm
2019-05-29
1
-0
/
+1
*
wallet/rpc: add maxfeerate parameter to testmempoolaccept
Karl-Johan Alm
2019-03-14
1
-0
/
+1
*
wallet/rpc: add maxfeerate parameter to sendrawtransaction
Karl-Johan Alm
2019-03-14
1
-0
/
+1
*
Merge #15492: [rpc] remove deprecated generate method
MarcoFalke
2019-03-02
1
-2
/
+0
|
\
|
*
[rpc] remove deprecated generate method
Sjors Provoost
2019-02-27
1
-2
/
+0
*
|
[rpc] deriveaddresses: add range to CRPCConvertParam
Sjors Provoost
2019-03-01
1
-2
/
+1
|
/
*
Implement joinpsbts RPC and tests
Andrew Chow
2019-02-16
1
-0
/
+1
*
Merge #15226: Allow creating blank (empty) wallets (alternative)
MeshCollider
2019-02-11
1
-0
/
+1
|
\
|
*
[wallet] Support creating a blank wallet
Andrew Chow
2019-02-10
1
-0
/
+1
*
|
Merge #14667: Add deriveaddresses RPC util method
MeshCollider
2019-02-08
1
-0
/
+2
|
\
\
|
*
|
[rpc] util: add deriveaddresses method
Sjors Provoost
2019-01-29
1
-0
/
+2
|
|
/
*
/
remove deprecated mentions of signrawtransaction from fundraw help
Gregory Sanders
2019-02-04
1
-2
/
+0
|
/
*
rpc: Add wait argument to stop
João Barbosa
2018-11-23
1
-0
/
+1
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
*
Merge #14296: [wallet] Remove addwitnessaddress
MarcoFalke
2018-10-24
1
-1
/
+0
|
\
|
*
[wallet] Remove deprecated addwitnessaddress RPC method
John Newbery
2018-09-23
1
-1
/
+0
*
|
Fix listreceivedbyaddress not taking address as a string
Eric Scrivner
2018-10-14
1
-1
/
+0
|
/
*
[rpc] Add getnodeaddresses RPC command
chris-belcher
2018-09-17
1
-0
/
+1
*
Merge #14008: Preserve a format of RPC command definitions
Wladimir J. van der Laan
2018-09-10
1
-0
/
+2
|
\
|
*
Preserve a format of RPC command definitions
Kostiantyn Stepaniuk
2018-08-20
1
-0
/
+2
*
|
[wallet] Remove wallet account RPCs
John Newbery
2018-08-27
1
-10
/
+0
*
|
walletcreatefundedpsbt: remove duplicate replaceable arg
Gregory Sanders
2018-08-20
1
-3
/
+2
|
/
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
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
[next]