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
Age
Commit message (
Expand
)
Author
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-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
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
2024-02-09
opt: Tiebreak UTXOs by weight for CoinGrinder
Murch
2024-02-09
opt: Skip evaluation of equivalent input sets
Murch
2024-02-09
opt: Track remaining effective_value in lookahead
Murch
2024-02-09
opt: Skip branches with worse weight
Murch
2024-02-09
fuzz: Test optimality of CoinGrinder
Murch
2024-02-09
fuzz: Add CoinGrinder fuzz target
Murch
2024-02-09
coinselection: Track whether CG completed
Murch
2024-02-09
test: Add coin_grinder_tests
Murch
2024-02-09
coinselection: Add CoinGrinder algorithm
Murch
2024-02-08
Merge bitcoin/bitcoin#29377: test: Add makefile target for running unit tests
Ava Chow
2024-02-08
[fuzz] v3 transactions and sigop-adjusted vsize
glozow
2024-02-08
[policy/validation] allow v3 transactions with certain restrictions
glozow
2024-02-08
[policy] add v3 policy rules
glozow
2024-02-08
Merge bitcoin/bitcoin#27319: addrman, refactor: improve stochastic test in `A...
Ava Chow
2024-02-08
Merge bitcoin/bitcoin#29114: util: Faster std::byte (pre)vector (un)serialize
Ava Chow
2024-02-08
Merge bitcoin/bitcoin#29397: release: Update translations for v27.0 soft tran...
Hennadii Stepanov
2024-02-08
Merge bitcoin/bitcoin#26836: wallet: batch and simplify addressbook migration...
Ava Chow
2024-02-07
Merge bitcoin/bitcoin#29112: sqlite: Disallow writing from multiple `SQLiteBa...
Ryan Ofsky
2024-02-07
wallet: migration, batch addressbook records removal
furszy
2024-02-07
wallet: addressbook migration, batch db writes
furszy
2024-02-07
refactor: wallet, simplify addressbook migration
furszy
2024-02-07
refactor: SetAddressBookWithDB, minimize number of map lookups
furszy
2024-02-07
refactor: SetAddrBookWithDB, signal only if write succeeded
furszy
2024-02-07
wallet: clean redundancies in DelAddressBook
furszy
2024-02-07
Merge bitcoin-core/gui#497: Enable users to configure their monospace font sp...
Hennadii Stepanov
2024-02-07
Merge bitcoin-core/gui#553: Change address / amount error background
Hennadii Stepanov
2024-02-07
qt: Update translation source file
Hennadii Stepanov
2024-02-07
qt: Translation updates from Transifex
Hennadii Stepanov
2024-02-06
Merge bitcoin/bitcoin#29388: fuzz: remove unused `args` and `context` from `F...
Ryan Ofsky
2024-02-06
Merge bitcoin/bitcoin#28833: wallet: refactor: remove unused `SignatureData` ...
Ava Chow
2024-02-06
Merge bitcoin/bitcoin#29375: wallet: remove unused 'accept_no_keys' arg from ...
Ava Chow
2024-02-06
test: wallet, coverage for concurrent db transactions
furszy
2024-02-06
sqlite: Ensure that only one SQLiteBatch is writing to db at a time
Ava Chow
2024-02-06
Merge bitcoin/bitcoin#29356: test: make v2transport arg in addconnection mand...
glozow
2024-02-05
fuzz: remove unused `args` and `context` from `FuzzedWallet`
brunoerg
2024-02-05
Merge bitcoin/bitcoin#29254: log: Don't use scientific notation in log messages
glozow
2024-02-05
Merge bitcoin/bitcoin#29354: test: Assumeutxo with more than just coinbase tr...
glozow
2024-02-03
test: Add makefile target for running unit tests
TheCharlatan
2024-02-03
wallet: remove unused 'accept_no_keys' arg from decryption process
furszy
[next]