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
2023-05-11
net_processing: Boost inv trickle rate
Anthony Towns
2023-05-11
txmempool: have CompareDepthAndScore sort missing txs first
Anthony Towns
2023-05-11
p2p: Avoid prematurely clearing download state for other peers
Suhas Daftuar
2023-04-18
doc: fix/improve warning helps in {create,load,unload,restore}wallet
Jon Atack
2023-04-18
bugfix: rest: avoid segfault for invalid URI
pablomartin4btc
2023-04-17
Don't return OutputType::UNKNOWN in ParseOutputType
Pttn
2023-03-13
qt: 24.1rc1 translations update
Hennadii Stepanov
2023-02-27
wallet, rpc: Update migratewallet help text for encrypted wallets
Andrew Chow
2023-02-27
wallet: Be able to unlock the wallet for migration
Andrew Chow
2023-02-27
rpc: Allow users to specify wallet name for migratewallet
Andrew Chow
2023-02-27
wallet: Allow MigrateLegacyToDescriptor to take a wallet name
Andrew Chow
2023-02-27
i2p: use consistent number of tunnels with i2pd and Java I2P
Vasil Dimov
2023-02-27
i2p: lower the number of tunnels for transient sessions
Vasil Dimov
2023-02-27
i2p: reuse created I2P sessions if not used
Vasil Dimov
2023-02-22
wallet: reuse change dest when recreating TX with avoidpartialspends
Matthew Zipkin
2023-02-20
Zero out wallet master key upon lock
John Moffett
2023-02-20
Correctly limit overview transaction list
John Moffett
2023-02-20
Add missing includes to fix gcc-13 compile error
MarcoFalke
2023-02-20
addrdb: Only call Serialize() once
Martin Zumsande
2023-02-20
hash: add HashedSourceWriter
Martin Zumsande
2023-02-20
For feebump, ignore abandoned descendant spends
John Moffett
2023-02-20
wallet: Skip rescanning if wallet is more recent than tip
Andrew Chow
2023-02-20
wallet: fully migrate address book entries for watchonly/solvable wallets
Sebastian Falbesoner
2023-01-20
Merge bitcoin/bitcoin#26457: [24.x] backport rpc: skip getpeerinfo for a peer...
fanquake
2023-01-11
rpc: Require NodeStateStats object in getpeerinfo
Martin Zumsande
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
[next]