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
2020-05-21
validation: Make ProcessNewBlock*() members of ChainstateManager
MarcoFalke
2020-05-21
Merge #18740: Remove g_rpc_node global
MarcoFalke
2020-05-19
Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" key
MarcoFalke
2020-05-19
refactor: Remove unused bool parameter in RPCNotifyBlockChange()
Hennadii Stepanov
2020-05-14
Merge #18742: miner: Avoid stack-use-after-return in validationinterface
fanquake
2020-05-13
miner: Avoid stack-use-after-return in validationinterface
MarcoFalke
2020-05-13
refactor: Remove g_rpc_node global
Russell Yanofsky
2020-05-13
scripted-diff: Remove g_rpc_node references
Russell Yanofsky
2020-05-13
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-05-13
Merge #18814: rpc: Relock wallet only if most recent callback
fanquake
2020-04-30
Merge #18809: rpc: Do not advertise dumptxoutset as a way to flush the chains...
MarcoFalke
2020-04-29
rpc: Add mutex to guard deadlineTimers
João Barbosa
2020-04-28
rpc: Do not advertise dumptxoutset as a way to flush the chainstate
MarcoFalke
2020-04-27
Merge #16528: Native Descriptor Wallets using DescriptorScriptPubKeyMan
Samuel Dobson
2020-04-26
Merge #18669: log: Use Join() helper when listing log categories
MarcoFalke
2020-04-23
add importdescriptors RPC and tests for native descriptor wallets
Hugo Nguyen
2020-04-23
Be able to create new wallets with DescriptorScriptPubKeyMans as backing
Andrew Chow
2020-04-23
Merge #17509: gui: save and load PSBT
Samuel Dobson
2020-04-20
Merge #17831: rpc: doc: Fix and extend getblockstats examples
MarcoFalke
2020-04-19
Merge #15761: Replace -upgradewallet startup option with upgradewallet RPC
MarcoFalke
2020-04-17
rpc: doc: Fix and extend getblockstats examples
Adam Soltys
2020-04-17
Merge #18607: rpc: Fix named arguments in documentation
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
log: Use Join() helper when listing log categories
MarcoFalke
2020-04-16
rpc: Document all aliases for second arg of getblock
MarcoFalke
2020-04-13
Add upgradewallet RPC
Andrew Chow
2020-04-13
Merge #18493: rpc: Remove deprecated "size" from mempool txs
MarcoFalke
2020-04-12
rpc: Rename first arg of generateblock RPC to "output"
MarcoFalke
2020-04-12
Merge #18495: rpc: Remove deprecated migration code
MarcoFalke
2020-04-10
rpc: Remove deprecated migration code
Vasil Dimov
2020-04-10
Merge #17693: rpc: Add generateblock to mine a custom set of transactions
MarcoFalke
2020-04-10
Merge #17737: Add ChainstateManager, remove BlockManager global
MarcoFalke
2020-04-10
Merge #17999: refactor: Add ChainClient setMockTime, getWallets methods
MarcoFalke
2020-04-10
Merge #18541: rpc: Make verifychain default values static, not depend on glob...
MarcoFalke
2020-04-07
Merge #18532: rpc: Avoid initialization-order-fiasco on static CRPCCommand ta...
MarcoFalke
2020-04-07
Merge #18484: rpc: Correctly compute redeemScript from witnessScript for sign...
MarcoFalke
2020-04-07
rpc: Make verifychain default values static, not depend on global args
MarcoFalke
2020-04-06
rpc: Avoid initialization-order-fiasco on static CRPCCommand tables
MarcoFalke
2020-04-02
Bugfix: RPC: JSON null is not "None"
Luke Dashjr
2020-04-02
Bugfix: RPC: Don't use a continuation elipsis after an elision elipsis
Luke Dashjr
2020-04-02
Bugfix: RPC: Add missing commas and correct indentation of explicit ELISION
Luke Dashjr
2020-04-01
rpc: Remove deprecated "size" from mempool txs
Vasil Dimov
2020-03-31
Correctly compute redeemScript from witnessScript for signrawtransaction
Andrew Chow
2020-03-28
Merge #18444: RPC: Remove final comma for last entry of fixed-size arrays/obj...
MarcoFalke
2020-03-28
Merge #18449: util: Remove unused itostr
Wladimir J. van der Laan
2020-03-28
Bugfix: RPC: Remove final comma for last entry of fixed-size Arrays and Objec...
Luke Dashjr
2020-03-27
Add generateblock rpc
Andrew Toth
2020-03-27
util: Replace i64tostr with ToString
MarcoFalke
2020-03-27
Move DEFAULT_MAX_RAW_TX_FEE_RATE to node/transaction.h
Sjors Provoost
2020-03-27
Merge #18398: rpc: fix broken RPCExamples for waitforblock(height)
fanquake
[next]