index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-02-20
Merge bitcoin/bitcoin#29441: ci: Avoid CI failures from temp env file reuse
fanquake
2024-02-20
Merge bitcoin/bitcoin#26008: wallet: cache IsMine scriptPubKeys to improve pe...
fanquake
2024-02-19
Merge bitcoin/bitcoin#29434: rpc: Fixed signed integer overflow for large fee...
Ava Chow
2024-02-19
Merge bitcoin/bitcoin#29452: doc: document that BIP324 on by default for v27.0
glozow
2024-02-19
doc: document that BIP324 on by default for v27.0
fanquake
2024-02-16
wallet: Retrieve ID from loaded DescSPKM directly
Ava Chow
2024-02-16
wallet: Use scriptPubKeyCache in GetSolvingProvider
Ava Chow
2024-02-16
wallet: Use scriptPubKey cache in GetScriptPubKeyMans
Ava Chow
2024-02-16
wallet: Use scriptPubKey cache in IsMine
Ava Chow
2024-02-16
wallet: Cache scriptPubKeys for all DescriptorSPKMs
Ava Chow
2024-02-16
wallet: Introduce a callback called after TopUp completes
Ava Chow
2024-02-16
bench: Add a benchmark for ismine
Ava Chow
2024-02-16
ci: Skip git install if it is already installed
MarcoFalke
2024-02-16
Merge bitcoin/bitcoin#28037: rpc: Drop migratewallet experimental warning
fanquake
2024-02-16
Merge bitcoin/bitcoin#29414: doc: Update translation process guide
fanquake
2024-02-15
doc: Clarify maxfeerate help
MarcoFalke
2024-02-15
rpc: Fixed signed integer overflow for large feerates
MarcoFalke
2024-02-15
rpc: Add ParseFeeRate helper
MarcoFalke
2024-02-14
doc: Update translation_process.md
pablomartin4btc
2024-02-14
rpc: Implement RPCHelpMan::ArgValue<> for UniValue
MarcoFalke
2024-02-13
Merge bitcoin-core/gui#793: Update translation source file for v27.0 string f...
Hennadii Stepanov
2024-02-13
Merge bitcoin/bitcoin#29403: wallet: batch erase procedures and improve 'Eras...
Ava Chow
2024-02-13
Merge bitcoin/bitcoin#29413: fuzz: increase length of string used for `NetWhi...
fanquake
2024-02-13
Merge bitcoin/bitcoin#29394: test, assumeutxo: Add test to ensure failure whe...
fanquake
2024-02-13
Merge bitcoin/bitcoin#29424: v3 followups
fanquake
2024-02-13
Merge bitcoin/bitcoin#29425: test: fix intermittent failure in wallet_reorgre...
fanquake
2024-02-13
qt: Update translation source file for v27.0 string freeze
Hennadii Stepanov
2024-02-12
test: fix intermittent failure in wallet_reorgrestore.py
Martin Zumsande
2024-02-12
wallet: simplify EraseRecords by using 'ErasePrefix'
furszy
2024-02-12
wallet: bdb batch 'ErasePrefix', do not create txn internally
furszy
2024-02-12
wallet: db, introduce 'RunWithinTxn()' helper function
furszy
2024-02-12
Merge bitcoin/bitcoin#28987: wallet: simplify and batch zap wallet txes process
Ava Chow
2024-02-12
Merge bitcoin-core/gui#773: Check for private keys disabled before attempting...
Hennadii Stepanov
2024-02-12
[test] second child of a v3 tx can be replaced individually
glozow
2024-02-12
[refactor] use MAX_PUBKEYS_PER_MULTISIG instead of magic numbers in test
glozow
2024-02-12
[test] PackageV3Checks with inheritance violation in mempool ancestor
glozow
2024-02-12
[doc] fix docs and comments from v3
glozow
2024-02-12
Merge bitcoin-core/gui#758: Update Node window title with the chain type
Hennadii Stepanov
2024-02-12
Merge bitcoin-core/gui#658: Intro: Never change the prune checkbox after the ...
Hennadii Stepanov
2024-02-12
Merge bitcoin/bitcoin#29399: test: Fix utxo set hash serialisation signedness
fanquake
2024-02-11
Merge bitcoin-core/gui#780: Fix: Ensure 'Transaction View' remains disabled i...
Hennadii Stepanov
2024-02-11
Merge bitcoin-core/gui#752: Modify command line help to show support for BIP2...
Hennadii Stepanov
2024-02-09
Merge bitcoin/bitcoin#28948: v3 transaction policy for anti-pinning
Ava Chow
2024-02-09
Merge bitcoin/bitcoin#27877: wallet: Add CoinGrinder coin selection algorithm
Ava Chow
2024-02-09
scripted-diff: rename ZapSelectTx to RemoveTxs
furszy
2024-02-09
wallet: batch and simplify ZapSelectTx process
furszy
2024-02-09
opt: Skip over barren combinations of tiny UTXOs
Murch
2024-02-09
opt: Skip checking max_weight separately
Murch
2024-02-09
opt: Cut if last addition was minimal weight
Murch
2024-02-09
opt: Skip heavier UTXOs with same effective value
Murch
[next]