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-02-27
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-25
Merge #17577: refactor: deduplicate the message sign/verify code
Samuel Dobson
2020-02-20
Merge #18122: rpc: update validateaddress RPCExamples to bech32
fanquake
2020-02-17
Merge #18037: Util: Allow scheduler to be mocked
MarcoFalke
2020-02-17
[rpc] expose ability to mock scheduler via the rpc
Amiti Uttarwar
2020-02-14
Deduplicate the message signing code
Vasil Dimov
2020-02-14
Deduplicate the message verifying code
Vasil Dimov
2020-02-13
rpc: update validateaddress RPCExamples to bech32
Sebastian Falbesoner
2020-02-09
scripted-diff: Add missing spaces in RPCResult, Fix type names
MarcoFalke
2020-02-09
Merge #18032: rpc: Output a descriptor in createmultisig and addmultisigaddress
MarcoFalke
2020-02-05
Merge #17804: doc: Misc RPC help fixes
Wladimir J. van der Laan
2020-01-30
Output a descriptor in createmultisig and addmultisigaddress
Andrew Chow
2020-01-29
Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrman
Wladimir J. van der Laan
2020-01-29
Merge #17156: psbt: check that various indexes and amounts are within bounds
fanquake
2020-01-23
Return mapped AS in RPC call getpeerinfo
Gleb Naumenko
2020-01-23
doc: Properly document proxy_randomize_credentials as bool in getnetworkinfo
MarcoFalke
2020-01-23
doc: Fix syntax error (trailing square bracket) in finalizepsbt
MarcoFalke
2020-01-23
doc: Add missing "optional" to "long" estimaterawfee RPC help
MarcoFalke
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
Don't calculate tx fees for PSBTs with invalid money values
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
[next]