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
Age
Commit message (
Expand
)
Author
2019-03-06
Merge #15473: bench: Benchmark MempoolToJSON
MarcoFalke
2019-03-04
Merge #15288: Remove wallet -> node global function calls
MarcoFalke
2019-03-02
Merge #15492: [rpc] remove deprecated generate method
MarcoFalke
2019-03-01
[rpc] deriveaddresses: add range to CRPCConvertParam
Sjors Provoost
2019-02-28
Make deriveaddresses use stop/[start,stop] notation for ranges
Pieter Wuille
2019-02-28
Add support for stop/[start,stop] ranges to scantxoutset
Pieter Wuille
2019-02-28
Support ranges arguments in RPC help
Pieter Wuille
2019-02-28
Add ParseRange function to parse args of the form int/[int,int]
Pieter Wuille
2019-02-27
[rpc] remove deprecated generate method
Sjors Provoost
2019-02-25
refactor: Use RPCHelpMan::IsValidNumArgs in getrawtransaction
MarcoFalke
2019-02-25
doc: Remove misleading hint in getrawtransaction
MarcoFalke
2019-02-25
rpc: Pass mempool into MempoolToJSON
MarcoFalke
2019-02-25
Merge #15401: rpc: Actually throw help when passed invalid number of params
Wladimir J. van der Laan
2019-02-22
Merge #15435: rpc: Add missing #include
MarcoFalke
2019-02-22
Remove uses of fee globals in wallet code
Russell Yanofsky
2019-02-22
Merge #15408: Remove unused TransactionError constants
MarcoFalke
2019-02-20
rpc: Actually throw help when passed invalid number of params
MarcoFalke
2019-02-20
rpc: Add RPCHelpMan::IsValidNumArgs()
MarcoFalke
2019-02-18
Add missing #include.
Daniel Kraft
2019-02-16
Merge #15368: Descriptor checksums
Wladimir J. van der Laan
2019-02-16
Merge #13932: Additional utility RPCs for PSBT
Wladimir J. van der Laan
2019-02-16
Implement analyzepsbt RPC and tests
Andrew Chow
2019-02-15
Make descriptor checksums mandatory in deriveaddresses and importmulti
Pieter Wuille
2019-02-15
Add getdescriptorinfo to compute checksum
Pieter Wuille
2019-02-16
Implement joinpsbts RPC and tests
Andrew Chow
2019-02-16
Implement utxoupdatepsbt RPC and tests
Andrew Chow
2019-02-15
Merge #15383: [rpc] mining: Omit uninitialized currentblockweight, currentblo...
MarcoFalke
2019-02-15
Merge #14021: Import key origin data through descriptors in importmulti
MeshCollider
2019-02-14
Merge #14481: Add P2SH-P2WSH support to listunspent RPC
Wladimir J. van der Laan
2019-02-14
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
Andrew Chow
2019-02-14
Remove unused TransactionError constants
MarcoFalke
2019-02-14
Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...
MeshCollider
2019-02-13
Make listunspent and signrawtransaction RPCs support witnessScript
MeshCollider
2019-02-12
Merge #14918: RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-12
[rpc] mining: Omit uninitialized currentblockweight, currentblocktx
MarcoFalke
2019-02-11
Factor out combine / finalize / extract PSBT helpers
Glenn Willen
2019-02-11
Remove op== on PSBTs; check compatibility in Merge
Glenn Willen
2019-02-11
Switch away from exceptions in refactored tx code
Glenn Willen
2019-02-11
Move PSBT definitions and code to separate files
Glenn Willen
2019-02-11
Factor BroadcastTransaction out of sendrawtransaction
Glenn Willen
2019-02-11
Split DecodePSBT into Base64 and Raw versions
Glenn Willen
2019-02-11
RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-11
Merge #15373: Move ParseConfirmTarget from rpc/mining to rpc/util
MarcoFalke
2019-02-11
Merge #15337: rpc: Fix for segfault if combinepsbt called with empty inputs
MarcoFalke
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
Move ParseConfirmTarget from rpc/mining to rpc/util
Russell Yanofsky
2019-02-08
Merge #14667: Add deriveaddresses RPC util method
MeshCollider
2019-02-05
Merge #15332: [Docs] Small updates to getrawtransaction description
MarcoFalke
2019-02-05
Merge #15245: remove deprecated mentions of signrawtransaction from fundraw help
MarcoFalke
[next]