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-01-22
Merge #17754: net: Don't allow resolving of std::string with embedded NUL cha...
Wladimir J. van der Laan
2020-01-16
Fix doxygen errors
Ben Woosley
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2020-01-08
net: Avoid using C-style NUL-terminated strings as arguments in the netbase i...
practicalswift
2020-01-02
Merge #17781: rpc: Remove mempool global from miner
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-23
rpc: Remove mempool global from miner
MarcoFalke
2019-12-16
Merge #17750: util: change GetWarnings parameter to bool
MarcoFalke
2019-12-16
Merge #17564: rpc: Use mempool from node context instead of global
MarcoFalke
2019-12-15
util: change GetWarnings parameter to bool
John Newbery
2019-12-15
Merge #17728: rpc: require second argument only for scantxoutset start action
Wladimir J. van der Laan
2019-12-13
Merge #17617: doc: unify unix epoch time descriptions
Wladimir J. van der Laan
2019-12-13
qa: unify unix epoch time descriptions
Jon Atack
2019-12-11
rpc: require second argument only for scantxoutset start action
Andrew Chow
2019-12-10
rpc: add missing newline in analyzepsbt rpcresult
Jon Atack
2019-12-10
Merge #17524: psbt: handle unspendable psbts
MarcoFalke
2019-12-05
node: Use mempool from node context instead of global
MarcoFalke
2019-12-05
rpc: Use mempool from node context instead of global
MarcoFalke
2019-11-24
wallet: replace raw pointer with const reference in AddrToPubKey
Harris
2019-11-23
Merge #17371: Refactor: Require scriptPubKey to get wallet SigningProvider
Samuel Dobson
2019-11-22
Merge #17519: rpc: Remove unused COINBASE_FLAGS
Wladimir J. van der Laan
2019-11-20
refactor: Remove unused COINBASE_FLAGS
Neha Narula
2019-11-19
Have a PSBTAnalysis state that indicates invalid PSBT
Andrew Chow
2019-11-18
Accumulate result UniValue in SignTransaction
Andrew Chow
2019-11-15
node: Add reference to mempool in NodeContext
MarcoFalke
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
[next]