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
/
util.cpp
Age
Commit message (
Expand
)
Author
2019-09-05
rpc/net: decode the services flags in a new entry
darosior
2019-08-20
rpc: Use Join helper in rpc/util
MarcoFalke
2019-08-16
Give more errors for specific failure conditions
Andrew Chow
2019-08-16
Return an error from descriptor Parse that gives more information about what ...
Andrew Chow
2019-07-09
Move various SigningProviders to signingprovider.{cpp,h}
Andrew Chow
2019-07-09
scripted-diff: rename CBasicKeyStore to FillableSigningProvider
Andrew Chow
2019-07-09
Remove CKeyStore and squash into CBasicKeyStore
Andrew Chow
2019-07-02
Merge #15427: Add support for descriptors to utxoupdatepsbt
Wladimir J. van der Laan
2019-06-20
Make and get the multisig redeemscript and destination in one function instea...
Andrew Chow
2019-05-10
Abstract out EvalDescriptorStringOrObject from scantxoutset
Pieter Wuille
2019-05-10
Merge #15744: refactor: Extract ParseDescriptorRange
MarcoFalke
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-13
Extract ParseDescriptorRange
Ben Woosley
2019-04-10
Merge #15638: Move-only: Pull wallet code out of libbitcoin_server
Wladimir J. van der Laan
2019-04-09
[build] Move rpc utility methods to rpc/util
John Newbery
2019-04-04
rpc: RPCHelpMan: Always push_name when outer type is an object
MarcoFalke
2019-04-04
rpc: Add some doxygen comments to utils
MarcoFalke
2019-03-04
Merge #15288: Remove wallet -> node global function calls
MarcoFalke
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-25
Merge #15401: rpc: Actually throw help when passed invalid number of params
Wladimir J. van der Laan
2019-02-22
Remove uses of fee globals in wallet code
Russell Yanofsky
2019-02-20
rpc: Add RPCHelpMan::IsValidNumArgs()
MarcoFalke
2019-02-18
Add missing #include.
Daniel Kraft
2019-02-14
Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...
MeshCollider
2019-02-12
Merge #14918: RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-11
Factor out combine / finalize / extract PSBT helpers
Glenn Willen
2019-02-11
Switch away from exceptions in refactored tx code
Glenn Willen
2019-02-11
RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-08
Move ParseConfirmTarget from rpc/mining to rpc/util
Russell Yanofsky
2019-01-25
RPCHelpMan: Pass through Result and Examples
MarcoFalke
2018-12-10
RPCHelpMan: Support required arguments after optional ones
MarcoFalke
2018-12-07
rpc: Assert named arguments are unique in RPCHelpMan
João Barbosa
2018-12-04
RPCHelpMan: Add space after colons in extended description
MarcoFalke
2018-11-27
rpc: Pass argument descriptions to RPCHelpMan
MarcoFalke
2018-11-14
Use RPCHelpMan for all RPCs
MarcoFalke
2018-11-12
rpc: Add RPCHelpMan for machine-generated help
MarcoFalke
2018-11-06
Pass chain and client variables where needed
Russell Yanofsky
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-03-16
Merge #12542: Remove redundant includes. Conform to header include guidelines.
Pieter Wuille
2018-02-27
Remove redundant includes. Conform to header include guidelines.
practicalswift
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-16
[rpc] Move DescribeAddressVisitor to rpc/util
John Newbery
2018-01-11
Disallow using addresses in createmultisig
Andrew Chow