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-04-10
Merge #15638: Move-only: Pull wallet code out of libbitcoin_server
Wladimir J. van der Laan
2019-04-10
Merge #15754: rpc: getrpcinfo docs
MarcoFalke
2019-04-09
Merge #15746: rpc: RPCHelpMan: Always name dictionary keys
MarcoFalke
2019-04-09
[build] Move AnalyzePSBT from psbt.cpp to node/psbt.cpp
Russell Yanofsky
2019-04-09
[build] Add several util units
John Newbery
2019-04-09
[build] Move rpc rawtransaction util functions to rpc/rawtransaction_util.cpp
John Newbery
2019-04-09
[build] Move rpc utility methods to rpc/util
John Newbery
2019-04-09
[build] Move policy settings to new src/policy/settings unit
John Newbery
2019-04-08
Merge #15760: doc: Clarify sendrawtransaction::maxfeerate==0 help
MarcoFalke
2019-04-06
doc: Clarify sendrawtransaction::maxfeerate==0 help
MarcoFalke
2019-04-06
Merge #15508: Refactor analyzepsbt for use outside RPC code
Pieter Wuille
2019-04-05
Remove unused var
Peter Bushnell
2019-04-05
rpc: getrpcinfo docs
Ben Carman
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-04-03
Merge #15685: doc: rpc-mining: Clarify error messages
MarcoFalke
2019-03-29
Merge #15669: rpc: Fix help text for signtransactionwithXXX
MarcoFalke
2019-03-28
Merge #15616: rpc: Clarify decodescript RPCResult doc
MarcoFalke
2019-03-28
doc: rpc-mining: Clarify error messages
MarcoFalke
2019-03-28
rpc: Fix help text for signtransactionwithXXX
Torkel Rogstad
2019-03-27
Merge #15620: rpc: Uncouple non-wallet rpcs from maxTxFee global
MarcoFalke
2019-03-26
Refactor analyzepsbt for use outside RPC code
Glenn Willen
2019-03-24
rpc: Rename size to vsize in mempool related calls
Miguel Herranz
2019-03-22
[rpc] Remove deprecated functionality message from validateaddress help
John Newbery
2019-03-22
[rpc] Remove signrawtransaction warning
John Newbery
2019-03-21
Merge #10973: Refactor: separate wallet from node
MeshCollider
2019-03-19
doc: Add release notes for 15620
MarcoFalke
2019-03-19
rpc: Mention all output types in decodescript doc
MarcoFalke
2019-03-18
rpc: Uncouple rpcs from maxTxFee global
MarcoFalke
2019-03-18
rpc: Use IsValidNumArgs over hardcoded size checks
MarcoFalke
2019-03-18
Merge #13541: wallet/rpc: sendrawtransaction maxfeerate
MarcoFalke
2019-03-17
rpc: decodescript use IsValidNumArgs over hardcoded check
MarcoFalke
2019-03-17
rpc: Clarify decodescript RPCResult doc
MarcoFalke
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-13
Merge #15559: doc: correct analyzepsbt rpc doc
Wladimir J. van der Laan
2019-03-12
rpc: return a number for estimated_feerate in analyzepsbt
fanquake
2019-03-12
doc: correct analysepsbt rpc doc
fanquake
2019-03-11
Fix overflow bug in analyzepsbt fee: CAmount instead of int
Pieter Wuille
2019-03-07
Merge #15402: Granular invalidateblock and RewindBlockIndex
Wladimir J. van der Laan
2019-03-06
Merge #15473: bench: Benchmark MempoolToJSON
MarcoFalke
2019-03-05
Remove use of CCoinsViewMemPool::GetCoin in wallet code
Russell Yanofsky
2019-03-05
Remove use of CRPCTable::appendCommand in wallet code
Russell Yanofsky
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
[next]