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
2022-12-21
qt: Load PSBTs using istreambuf_iterator rather than istream_iterator
Andrew Chow
2022-12-05
test: Coin Selection, duplicated preset inputs selection
furszy
2022-12-05
test: wallet, coverage for CoinsResult::Erase function
furszy
2022-12-05
wallet: bugfix, 'CoinsResult::Erase' is erasing only one output of the set
furszy
2022-12-02
[net processing] Assume that TxRelay::m_tx_inventory_to_send is empty pre-verack
dergoegge
2022-12-02
[net processing] Ensure transaction announcements are only queued for fully c...
dergoegge
2022-12-01
wallet: Explicitly say migratewallet on encrypted wallets is unsupported
Andrew Chow
2022-12-01
wallet: Avoid null pointer deref when cleaning up migratewallet
Andrew Chow
2022-11-17
Fixes bitcoin#26490 by preventing notifications
John Moffett
2022-11-09
qt: 24.0rc4 translations update
Hennadii Stepanov
2022-11-07
rpc: doc: add missing option "bech32m" for `change_type` parameters
Sebastian Falbesoner
2022-11-04
psbt: Include output pubkey in additional pubkeys to sign
Andrew Chow
2022-11-04
sign: Fill in taproot pubkey info for all script path sigs
Andrew Chow
2022-11-01
Merge bitcoin/bitcoin#26434: [24.x] [gui] Bugfix: Check for readlink buffer o...
fanquake
2022-10-31
Merge bitcoin/bitcoin#26410: [24.x] rc3 backports
fanquake
2022-10-31
Merge bitcoin/bitcoin#26379: qt: 24.0rc3 translations update
fanquake
2022-10-30
qt: 24.0rc3 translations update
Hennadii Stepanov
2022-10-28
rpc: make `address` field optional
w0xlt
2022-10-28
rpc: fix crash in deriveaddresses when derivation index is 2147483647
muxator
2022-10-28
wallet: Check utxo prevout index out of bounds in sendall
Andrew Chow
2022-10-28
wallet: Correctly check ismine for sendall
Andrew Chow
2022-10-24
[net processing] Handle IsContinuationOfLowWorkHeadersSync return value corre...
dergoegge
2022-10-13
psbt: Only include m_tap_tree if it has scripts
Andrew Chow
2022-10-13
psbt: Change m_tap_tree to store just the tuples
Andrew Chow
2022-10-13
psbt: Fix merging of m_tap_tree
Andrew Chow
2022-10-13
[BugFix]: Do not allow deserializing PSBT with empty PSBT_OUT_TAP_TREE
Jeremy Rubin
2022-10-13
refactor: revert m_next_resend to not be std::atomic
stickies-v
2022-10-13
wallet: only update m_next_resend when actually resending
stickies-v
2022-10-13
refactor: carve out tx resend timer logic into ShouldResend
stickies-v
2022-10-13
refactor: remove unused locks for ResubmitWalletTransactions
stickies-v
2022-10-11
index: Improve BaseIndex::BlockUntilSyncedToCurrentChain reliability
Ryan Ofsky
2022-10-11
p2p: ProcessHeadersMessage(): fix received_new_header
Larry Ruane
2022-10-11
Correct sanity-checking script_size calculation
Pieter Wuille
2022-10-10
Merge bitcoin/bitcoin#26141: qt: 24.0rc2 translations update
fanquake
2022-10-10
qt: 24.0rc2 translations update
Hennadii Stepanov
2022-10-04
test: Check external coin effective value is used in CoinSelection
Aurèle Oulès
2022-10-04
wallet: Use correct effective value when checking target
Aurèle Oulès
2022-10-02
Merge bitcoin/bitcoin#26227: [24.x] fuzz: Limit outpoints.size in txorphan ta...
fanquake
2022-09-30
fuzz: Limit outpoints.size in txorphan target to avoid OOM
MacroFake
2022-09-25
Merge bitcoin/bitcoin#26178: [24.x] Bugfix: Wallet: Lock cs_wallet for SignMe...
MacroFake
2022-09-23
Merge bitcoin/bitcoin#26160: [24.x] fuzz: Avoid timeout in bitdeque fuzz target
MacroFake
2022-09-21
Merge bitcoin/bitcoin#26145: [24.x] init: abort if i2p/cjdns are chosen via -...
fanquake
2022-09-21
Merge bitcoin/bitcoin#26144: [24.x] wallet: Fix nNextResend data race in Resu...
MacroFake
2022-09-20
Fix nNextResend data race in ResubmitWalletTransactions
MacroFake
2022-09-20
Merge bitcoin/bitcoin#26123: [24.x] doc: Move -permitbaremultisig to the rela...
MacroFake
2022-09-20
Bugfix: Wallet: Lock cs_wallet for SignMessage
Luke Dashjr
2022-09-19
Merge bitcoin/bitcoin#26005: Wallet: Fix error handling (copy_file failure in...
fanquake
2022-09-19
rpc: make addpeeraddress work with cjdns addresses
Martin Zumsande
2022-09-19
init: Abort if i2p/cjdns are chosen via -onlynet but unreachable
Martin Zumsande
2022-09-19
doc: Move -permitbaremultisig to the relay help category
MacroFake
[next]