index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
/
client.cpp
Age
Commit message (
Expand
)
Author
2019-03-14
wallet/rpc: add maxfeerate parameter to testmempoolaccept
Karl-Johan Alm
2019-03-14
wallet/rpc: add maxfeerate parameter to sendrawtransaction
Karl-Johan Alm
2019-03-02
Merge #15492: [rpc] remove deprecated generate method
MarcoFalke
2019-03-01
[rpc] deriveaddresses: add range to CRPCConvertParam
Sjors Provoost
2019-02-27
[rpc] remove deprecated generate method
Sjors Provoost
2019-02-16
Implement joinpsbts RPC and tests
Andrew Chow
2019-02-11
Merge #15226: Allow creating blank (empty) wallets (alternative)
MeshCollider
2019-02-10
[wallet] Support creating a blank wallet
Andrew Chow
2019-02-08
Merge #14667: Add deriveaddresses RPC util method
MeshCollider
2019-02-04
remove deprecated mentions of signrawtransaction from fundraw help
Gregory Sanders
2019-01-29
[rpc] util: add deriveaddresses method
Sjors Provoost
2018-11-23
rpc: Add wait argument to stop
João Barbosa
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-24
Merge #14296: [wallet] Remove addwitnessaddress
MarcoFalke
2018-10-14
Fix listreceivedbyaddress not taking address as a string
Eric Scrivner
2018-09-23
[wallet] Remove deprecated addwitnessaddress RPC method
John Newbery
2018-09-17
[rpc] Add getnodeaddresses RPC command
chris-belcher
2018-09-10
Merge #14008: Preserve a format of RPC command definitions
Wladimir J. van der Laan
2018-08-27
[wallet] Remove wallet account RPCs
John Newbery
2018-08-20
walletcreatefundedpsbt: remove duplicate replaceable arg
Gregory Sanders
2018-08-20
Preserve a format of RPC command definitions
Kostiantyn Stepaniuk
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-20
Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...
Wladimir J. van der Laan
2018-07-18
Merge #13557: BIP 174 PSBT Serializations and RPCs
Wladimir J. van der Laan
2018-07-17
Merge #12196: Add scantxoutset RPC method
Wladimir J. van der Laan
2018-07-16
Create wallet RPCs for PSBT
Andrew Chow
2018-07-16
Create utility RPCs for PSBT
Andrew Chow
2018-07-15
Blockchain/RPC: Add scantxoutset method to scan UTXO set
Jonas Schnelli
2018-07-12
Add disable privatekeys option to createwallet
Jonas Schnelli
2018-06-11
Merge #13060: [wallet] [rpc] Remove getlabeladdress RPC
Wladimir J. van der Laan
2018-05-23
Merge #10757: RPC: Introduce getblockstats to plot things
Wladimir J. van der Laan
2018-05-22
RPC: Introduce getblockstats
Jorge Timón
2018-05-16
[wallet] [rpc] Remove getlabeladdress RPC
John Newbery
2018-05-12
Add 'sethdseed' RPC to initialize or replace HD seed
Chris Moore
2018-04-10
[wallet] [rpc] introduce 'label' API for wallet
Wladimir J. van der Laan
2018-03-24
rpc: Add testmempoolaccept
MarcoFalke
2018-03-19
Rename account to label where appropriate
Russell Yanofsky
2018-03-07
Add address filtering to listreceivedbyaddress
Jeremy Rubin
2018-02-17
Split signrawtransaction into wallet and non-wallet
Andrew Chow
2018-02-05
[rpc] remove deprecated estimatefee RPC
John Newbery
2018-01-11
Use the character based overload for std::string::find.
Alin Rus
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-19
Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCs
Wladimir J. van der Laan
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-13
Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"
Jonas Schnelli
2017-10-12
[Wallet] add rescanblockchain <start_height> <stop_height> RPC command
Jonas Schnelli
2017-09-28
Support BIP173 in addwitnessaddress
Pieter Wuille
2017-09-08
rpc: make estimatesmartfee argument naming consistent with documentation
Wladimir J. van der Laan
2017-09-08
rpc: update cli for estimatefee argument rename
Wladimir J. van der Laan
[next]