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
2024-07-25
Merge bitcoin/bitcoin#30482: rest: Reject truncated hex txid early in getutxo...
merge-script
2024-07-25
Merge bitcoin/bitcoin#30275: Fee Estimation: change `estimatesmartfee` defaul...
merge-script
2024-07-24
refactor: Replace ParseHashStr with FromHex
MarcoFalke
2024-07-23
Merge bitcoin/bitcoin#30408: rpc: doc: use "output script" terminology consis...
Ava Chow
2024-07-18
Merge bitcoin/bitcoin#30356: refactor: add coinbase constraints to BlockAssem...
Ryan Ofsky
2024-07-18
[fees]: change `estimatesmartfee` default mode to `economical`
ismaelsadeeq
2024-07-17
Merge bitcoin/bitcoin#29523: Wallet: Add `max_tx_weight` to transaction fund...
Ava Chow
2024-07-16
Merge bitcoin/bitcoin#30429: rpc: Use CHECK_NONFATAL over Assert
Ava Chow
2024-07-16
refactor: pass BlockCreateOptions to createNewBlock
Sjors Provoost
2024-07-16
refactor: use CHECK_NONFATAL to avoid single-use symbol
Sjors Provoost
2024-07-12
rpc: Use CHECK_NONFATAL over Assert
MarcoFalke
2024-07-11
Merge bitcoin/bitcoin#30406: refactor: modernize-use-equals-default
merge-script
2024-07-10
Merge bitcoin/bitcoin#29668: prune, rpc: Check undo data when finding prunehe...
Ava Chow
2024-07-09
Merge bitcoin/bitcoin#30396: random: add benchmarks and drop unnecessary Shuf...
Ava Chow
2024-07-08
rpc: doc: use "output script" terminology consistently in "asm"/"hex" results
Sebastian Falbesoner
2024-07-08
tidy: modernize-use-equals-default
MarcoFalke
2024-07-06
random: drop ad-hoc Shuffle in favor of std::shuffle
Pieter Wuille
2024-07-05
rpc: Use untranslated error strings in loadtxoutset
MarcoFalke
2024-07-05
refactor: Use named arguments to get path arg in loadtxoutset
MarcoFalke
2024-07-02
Merge bitcoin/bitcoin#29720: rpc: Avoid getchaintxstats invalid results
Ava Chow
2024-07-02
Merge bitcoin/bitcoin#30267: assumeutxo: Check snapshot base block is not in ...
Ava Chow
2024-07-02
Merge bitcoin/bitcoin#30344: kernel: remove mempool_persist
glozow
2024-07-02
rpc: Reorder getchaintxstats output
MarcoFalke
2024-07-02
rpc: Avoid getchaintxstats invalid results
MarcoFalke
2024-06-27
Merge bitcoin/bitcoin#30335: Mining interface followups, reduce cs_main locki...
Ryan Ofsky
2024-06-27
Merge bitcoin/bitcoin#28167: init: Add option for rpccookie permissions (repl...
Ryan Ofsky
2024-06-27
[wallet, rpc]: add `max_tx_weight` to tx funding options
ismaelsadeeq
2024-06-27
init: add option for rpccookie permissions
willcl-ark
2024-06-27
Have testBlockValidity hold cs_main instead of caller
Sjors Provoost
2024-06-27
refactor: use CHECK_NONFATAL to avoid single-use symbol
Sjors Provoost
2024-06-26
mempool: move LoadMempool/DumpMempool to node
Cory Fields
2024-06-26
refactor: testBlockValidity make out argument last
Sjors Provoost
2024-06-23
doc: Add note to getblockfrompeer on missing undo data
Fabian Jahr
2024-06-23
rpc: Make pruneheight also reflect undo data presence
Fabian Jahr
2024-06-21
refactor, blockstorage: Generalize GetFirstStoredBlock
Fabian Jahr
2024-06-19
refactor: Move early loadtxoutset checks into ActiveSnapshot
Fabian Jahr
2024-06-18
rpc: call IsInitialBlockDownload via miner interface
Sjors Provoost
2024-06-18
rpc: minize getTipHash() calls in gbt
Sjors Provoost
2024-06-18
rpc: call processNewBlock via miner interface
Sjors Provoost
2024-06-18
rpc: getTransactionsUpdated via miner interface
Sjors Provoost
2024-06-18
rpc: call CreateNewBlock via miner interface
Sjors Provoost
2024-06-18
rpc: getblocktemplate getTipHash() via Miner interface
Sjors Provoost
2024-06-18
rpc: call TestBlockValidity via miner interface
Sjors Provoost
2024-06-18
Introduce Mining interface
Sjors Provoost
2024-06-13
refactor: remove warnings globals
stickies-v
2024-06-13
move-only: move warnings from common to node
stickies-v
2024-06-12
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
Ava Chow
2024-06-12
Merge bitcoin/bitcoin#29325: consensus: Store transaction nVersion as uint32_t
merge-script
2024-06-07
refactor: Rename CTransaction::nVersion to version
Ava Chow
2024-06-07
consensus: Store transaction nVersion as uint32_t
Ava Chow
[next]