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-11-06
Merge #17382: rpc: Remove unused boost::this_thread::interruption_point
Wladimir J. van der Laan
2019-11-05
rpc: Remove unused boost::this_thread::interruption_point
MarcoFalke
2019-11-05
Merge #16899: UTXO snapshot creation (dumptxoutset)
Wladimir J. van der Laan
2019-11-05
rpc: add dumptxoutset
James O'Beirne
2019-11-04
Merge #17318: replace asserts in RPC code with CHECK_NONFATAL and add linter
MarcoFalke
2019-11-04
Merge #17351: doc: Fix some misspellings
MarcoFalke
2019-11-04
Merge #17297: refactor: Remove addrdb.h dependency from node.h
Wladimir J. van der Laan
2019-11-04
doc: Fix some misspellings
randymcmillan
2019-11-02
Merge #17285: doc: Bip70 removal follow-up
Wladimir J. van der Laan
2019-11-01
doc: Remove explicit network name references
Fabian Jahr
2019-10-30
replace asserts in RPC code with CHECK_NONFATAL and add linter
Adam Jonas
2019-10-30
Merge #15921: validation: Tidy up ValidationState interface
Wladimir J. van der Laan
2019-10-30
Merge #16943: test: Add generatetodescriptor RPC
Wladimir J. van der Laan
2019-10-30
rpc: Add generatetodescriptor
MarcoFalke
2019-10-30
Merge #16839: Replace Connman and BanMan globals with NodeContext local
Wladimir J. van der Laan
2019-10-29
[validation] Remove fMissingInputs from AcceptToMemoryPool()
John Newbery
2019-10-29
[validation] Remove unused first_invalid parameter from ProcessNewBlockHeaders()
John Newbery
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-10-29
refactor: Remove addrdb.h dependency from node.h
Hennadii Stepanov
2019-10-28
Avoid using g_rpc_node global in wallet code
Russell Yanofsky
2019-10-28
scripted-diff: Remove g_connman, g_banman globals
Russell Yanofsky
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
scripted-diff: Rename InitInterfaces to NodeContext
Russell Yanofsky
2019-10-28
refactor: Remove redundant c_str() calls in formatting
Wladimir J. van der Laan
2019-10-28
Merge #17192: util: Add CHECK_NONFATAL and use it in src/rpc
Wladimir J. van der Laan
2019-10-24
Merge #17004: validation: Remove REJECT code from CValidationState
Wladimir J. van der Laan
2019-10-18
util: Add CHECK_NONFATAL and use it in src/rpc
MarcoFalke
2019-10-17
Merge #17119: doc: Fix broken bitcoin-cli examples
Wladimir J. van der Laan
2019-10-15
Remove unused includes
practicalswift
2019-10-14
[rpc] Fix broken bitcoin-cli examples
Andrew Toth
2019-10-10
[logging] Don't log REJECT code when transaction is rejected
John Newbery
2019-10-02
Merge #16908: txmempool: Make entry time type-safe (std::chrono)
Wladimir J. van der Laan
2019-09-27
Merge #16817: rpc: Fix casing in getblockchaininfo to be inline with other fi...
Wladimir J. van der Laan
2019-09-26
[RPC] Fix casing in getblockchaininfo to be inline with the rest of the response
Dan Gershony
2019-09-23
txmempool: Make entry time type-safe (std::chrono)
MarcoFalke
2019-09-21
doc: improve rawtransaction code/test docs
Jon Atack
2019-09-20
Merge #16900: doc: Fix doxygen comment for SignTransaction in rpc/rawtransact...
fanquake
2019-09-19
doc: Fix doxygen comment for SignTransaction in rpc/rawtransaction_util
MarcoFalke
2019-09-18
Merge #16521: rpc: Use the default maxfeerate value as BTC/kB
Wladimir J. van der Laan
2019-09-18
Merge #16512: rpc: Shuffle inputs and outputs after joining psbts
Wladimir J. van der Laan
2019-09-13
[wallet] Rename 'decode' argument in gettransaction method to 'verbose'
John Newbery
2019-09-11
Merge #16251: Improve signrawtransaction error reporting
fanquake
2019-09-10
Merge #16787: rpc: Human readable network services
Wladimir J. van der Laan
2019-09-10
signrawtransaction*: improve error for partial signing
Anthony Towns
2019-09-10
signrawtransactionwithkey: better error messages for bad redeemScript/witness...
Anthony Towns
2019-09-10
Merge #16489: log: harmonize bitcoind logging
fanquake
2019-09-09
Merge #16285: rpc: Improve scantxoutset response and help message
Wladimir J. van der Laan
2019-09-09
rpc: Improve scantxoutset response and help message
João Barbosa
2019-09-07
Merge #16798: Refactor rawtransaction_util's SignTransaction to separate prev...
fanquake
2019-09-05
rpc/net: decode the services flags in a new entry
darosior
[next]