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
2022-08-19
Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...
MacroFake
2022-08-17
Merge bitcoin/bitcoin#19391: RPC/Mining: Clean out pre-Segwit miner compatibi...
fanquake
2022-08-16
Merge bitcoin/bitcoin#25504: RPC: allow to track coins by parent descriptors
Andrew Chow
2022-08-16
rpc: add an include_change parameter to listsinceblock
Antoine Poinsot
2022-08-09
RPC/Mining: Clean out pre-Segwit miner compatibility code
Luke Dashjr
2022-08-05
Merge bitcoin/bitcoin#22751: rpc/wallet: add simulaterawtransaction RPC
Andrew Chow
2022-08-05
Merge bitcoin/bitcoin#24662: addrman: Use system time instead of adjusted net...
fanquake
2022-08-05
rpc/wallet: add simulaterawtransaction RPC
Karl-Johan Alm
2022-08-04
Merge bitcoin/bitcoin#24675: util: Use ArgsManager::GetPathArg more widely
fanquake
2022-08-02
Remove ::incrementalRelayFee and ::minRelayTxFee globals
MacroFake
2022-08-01
Merge bitcoin/bitcoin#25610: wallet, rpc: Opt in to RBF by default
MacroFake
2022-07-30
addrman: Use system time instead of adjusted network time
MarcoFalke
2022-07-27
refactor: Make const refs vars where applicable
Aurèle Oulès
2022-07-27
Merge bitcoin/bitcoin#24697: refactor address relay time
fanquake
2022-07-26
refactor: Use type-safe std::chrono for addrman time
MarcoFalke
2022-07-25
scripted-diff: Replace NullUniValue with UniValue::VNULL
MacroFake
2022-07-25
Merge bitcoin/bitcoin#25611: univalue: Avoid brittle, narrowing and verbose i...
fanquake
2022-07-25
RPC: Document "asm" and "hex" fields for scripts
Luke Dashjr
2022-07-25
Bugfix: RPC/blockchain: Correct type of "value" in getblock docs; add missing...
Jon Atack
2022-07-20
Merge bitcoin/bitcoin#25285: Add AutoFile without ser-type and ser-version an...
fanquake
2022-07-19
Remove unused includes in rpc/fees.cpp
MacroFake
2022-07-19
Add missing includes
MacroFake
2022-07-19
Merge bitcoin/bitcoin#25466: ci: add unused-using-decls to clang-tidy
MacroFake
2022-07-19
Merge bitcoin/bitcoin#25514: net processing: Move CNode::nServices and CNode:...
MacroFake
2022-07-18
refactor: remove unused using directives
fanquake
2022-07-18
Merge bitcoin/bitcoin#25487: [kernel 3b/n] Decouple `{Dump,Load}Mempool` from...
glozow
2022-07-15
Move {Load,Dump}Mempool to kernel namespace
Carl Dong
2022-07-15
rpc: Default rbf enabled
Andrew Chow
2022-07-15
scripted-diff: Rename m_is_loaded -> m_load_tried
Carl Dong
2022-07-15
DumpMempool: Pass in dump_path, stop using gArgs
Carl Dong
2022-07-14
fix gettxout help text
Marnix
2022-07-14
[net processing] Remove CNode::nServices
John Newbery
2022-07-14
univalue: Avoid narrowing and verbose int constructors
MacroFake
2022-07-13
Merge bitcoin/bitcoin#25472: build: Increase MS Visual Studio minimum version
fanquake
2022-07-12
Merge bitcoin/bitcoin#24944: rpc: add getblockfrompeer RPCTypeCheck and inval...
MacroFake
2022-07-08
Merge bitcoin/bitcoin#25353: Add a `-mempoolfullrbf` node setting
MacroFake
2022-07-07
rpc, refactor: Add `decodepsbt_outputs`
Hennadii Stepanov
2022-07-07
rpc, refactor: Add `decodepsbt_inputs`
Hennadii Stepanov
2022-07-07
rpc, refactor: Add `getblock_prevout`
Hennadii Stepanov
2022-07-06
Update getmempoolinfo RPC with `mempoolfullrbf`
Antoine Riard
2022-07-01
Merge bitcoin/bitcoin#25471: rpc: Disallow gettxoutsetinfo queries for a spec...
MacroFake
2022-06-30
Merge bitcoin/bitcoin#24836: add RPC (-regtest only) for testing package policy
fanquake
2022-06-29
Use AutoFile where possible
MacroFake
2022-06-29
Merge bitcoin/bitcoin#25290: [kernel 3a/n] Decouple `CTxMemPool` from `ArgsMa...
MacroFake
2022-06-28
rpc: Disallow gettxoutsetinfo queries for a specific block with use_index=false
Martin Zumsande
2022-06-28
mempool: Pass in -maxmempool instead of referencing gArgs
Carl Dong
2022-06-28
Merge bitcoin/bitcoin#25480: Replace CountSecondsDouble with Ticks<SecondsDou...
fanquake
2022-06-28
Merge bitcoin/bitcoin#22558: psbt: Taproot fields for PSBT
laanwj
2022-06-28
Merge bitcoin/bitcoin#25485: rpc: Use enum instead of string for `filtertype_...
MacroFake
2022-06-27
Implement decodepsbt for Taproot fields
Andrew Chow
[next]