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-09-11
assumeUTXO: fix peers disconnection during sync
furszy
2024-08-13
Deduplicate list of chain strings in RPC help texts
Martin Saposnic
2024-08-12
doc: add missing "testnet4" network string in RPC/init help texts
Sebastian Falbesoner
2024-08-12
Merge bitcoin/bitcoin#30524: doc: rpc: Use "output script" consistently (2/2)
merge-script
2024-08-09
Merge bitcoin/bitcoin#30598: assumeutxo: Drop block height from metadata
Ava Chow
2024-08-08
assumeutxo: Drop block height from metadata
Fabian Jahr
2024-08-07
Merge bitcoin/bitcoin#30525: doc, rpc : `#30275` followups
Ava Chow
2024-08-05
rpc: clarify ALREADY_IN_CHAIN rpc errors
willcl-ark
2024-08-05
Merge bitcoin/bitcoin#29656: chainparams: Change nChainTx type to uint64_t
glozow
2024-08-04
Merge bitcoin/bitcoin#29798: Logging cleanup
Ryan Ofsky
2024-08-04
scripted-diff: Modernize naming of nChainTx and nTxCount
Fabian Jahr
2024-08-04
rpc: make logging method reject "0" category and correct the help text
Vasil Dimov
2024-08-02
Merge bitcoin/bitcoin#30352: policy: Add PayToAnchor(P2A), `OP_1 <0x4e73>` as...
glozow
2024-08-02
[rpc, fees]: add more detail on the fee estimation modes
ismaelsadeeq
2024-08-02
Merge bitcoin/bitcoin#30544: rpc: fix maybe-uninitialized compile warning in ...
merge-script
2024-07-30
policy: Add OP_1 <0x4e73> as a standard output type
Greg Sanders
2024-07-29
rpc: fix maybe-uninitialized compile warning in getchaintxstats
Michael Dietz
2024-07-28
Merge bitcoin/bitcoin#30515: rpc: add utxo's blockhash and number of confirma...
merge-script
2024-07-27
rpc: add utxo's blockhash and number of confirmations to scantxoutset output
Luis Schwab
2024-07-25
doc: rpc: Use "output script" consistently (2/2)
MarcoFalke
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
[next]