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
2024-05-20
rpc: avoid copying into UniValue
Cory Fields
2024-03-29
Merge bitcoin/bitcoin#29130: wallet: Add `createwalletdescriptor` and `gethdk...
Ryan Ofsky
2024-03-20
wallet, rpc: Add createwalletdescriptor RPC
Ava Chow
2024-03-20
wallet, rpc: Add gethdkeys RPC
Ava Chow
2024-03-13
RPC: Add maxfeerate and maxburnamount args to submitpackage
Greg Sanders
2024-01-29
Merge bitcoin/bitcoin#24748: test/BIP324: functional tests for v2 P2P encryption
Ava Chow
2024-01-23
[rpc/net] Allow v2 p2p support in addconnection
stratospher
2024-01-04
RPC/Blockchain: scanblocks: Accept named param for filter_false_positives
Luke Dashjr
2023-10-02
rpc: addnode arg to use BIP324 v2 p2p
dhruv
2023-09-26
rpc: bumpfee, improve doc for 'reduce_output' arg
furszy
2023-08-22
rpc: add test-only sendmsgtopeer rpc
Martin Zumsande
2023-08-07
Add importmempool RPC
MarcoFalke
2023-07-20
Merge bitcoin/bitcoin#26467: bumpfee: Allow the user to choose which output i...
fanquake
2023-06-26
bumpfee: Allow original change position to be specified
Andrew Chow
2023-06-20
scripted-diff: Following the C++ Standard rules for identifiers with _.
Brotcrunsher
2023-06-02
Merge bitcoin/bitcoin#27256: refactor: rpc: Remove unnecessary uses of ParseN...
fanquake
2023-06-01
Merge bitcoin/bitcoin#26485: RPC: Accept options as named-only parameters
Andrew Chow
2023-05-04
rpc: add descriptorprocesspsbt rpc
ishaanam
2023-05-03
RPC: Allow RPC methods accepting options to take named parameters
Ryan Ofsky
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-03-23
refactor: rpc: hide and rename ParseNonRFCJSONValue()
stickies-v
2023-03-10
rpc: Add submit option to generateblock
MarcoFalke
2023-03-03
Merge bitcoin/bitcoin#26612: refactor: RPC: pass named argument value as stri...
fanquake
2023-02-20
Add test for unspendable transactions and parameter 'maxburnamount' to sendra...
David Gumberg
2023-01-18
refactor: use string_view for RPC named argument values
stickies-v
2023-01-18
refactor: reduce unnecessary complexity in ParseNonRFCJSONValue
stickies-v
2023-01-18
Merge bitcoin/bitcoin#26506: refactor: rpc: use convenience fn to auto parse ...
MarcoFalke
2023-01-06
rpc: Return accurate results for scanblocks
Aurèle Oulès
2023-01-04
refactor: use convenience fn to auto parse non-string parameters
stickies-v
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-13
Merge bitcoin/bitcoin#23319: rpc: Return fee and prevout (utxos) to getrawtra...
Andrew Chow
2022-12-02
bitcoin-cli: Make it an error to specify the "args" parameter two different ways
Ryan Ofsky
2022-11-05
rpc: Allow named and positional arguments to be used together
Ryan Ofsky
2022-10-30
rpc: Return fee and prevout(s) to getrawtransaction
Douglas Chimento
2022-10-04
rpc: add scanblocks - scan for relevant blocks with descriptors
Jonas Schnelli
2022-08-16
Merge bitcoin/bitcoin#25504: RPC: allow to track coins by parent descriptors
Andrew Chow
2022-08-16
rpc: add an include_change parameter to listsinceblock
Antoine Poinsot
2022-08-05
rpc/wallet: add simulaterawtransaction RPC
Karl-Johan Alm
2022-06-23
[rpc] add new submitpackage RPC
glozow
2022-05-05
Add RPC to get mempool txs spending outputs
t-bast
2022-03-29
Add sendall RPC née sweep
Murch
2022-01-25
Merge bitcoin/bitcoin#23706: rpc: getblockfrompeer followups
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-24
rpc: use peer_id, block_hash for FetchBlock
Sjors Provoost
2021-12-08
Merge bitcoin/bitcoin#20295: rpc: getblockfrompeer
MarcoFalke
2021-12-06
Include coinbase transactions in receivedby wallet rpcs
Andrew Toth
2021-12-02
rpc: getblockfrompeer
Sjors Provoost
2021-09-28
psbt: sign without finalizing
Andrew Chow
2021-09-25
Allow lockunspent to store the lock in the wallet DB
Samuel Dobson
2021-09-15
Allow passing "tried" to rpc addpeeraddress to call CAddrMan::Good()
Jon Atack
[next]