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
2021-08-19
[addrman] Remove all public uses of CAddrMan.Clear() from the tests
John Newbery
2021-08-18
[tests] Remove CAddrMan.Clear() call from CAddrDB::Read()
John Newbery
2021-08-18
[addrman] Don't call Clear() if parsing peers.dat fails
John Newbery
2021-08-18
[addrman] Move peers.dat parsing to init.cpp
John Newbery
2021-08-18
Merge bitcoin/bitcoin#22732: net: use m_client_interface rather than uiInterface
fanquake
2021-08-18
scripted-diff: replace clientInterface with m_client_interface in net
fanquake
2021-08-18
net: use clientInterface rather than uiInterface
fanquake
2021-08-18
Merge bitcoin/bitcoin#22725: MOVEONLY: tests: Move addrman ser/deser tests to...
fanquake
2021-08-18
Merge bitcoin/bitcoin#22215: refactor: Add FoundBlock.found member
fanquake
2021-08-17
[MOVEONLY] [tests] Move addrman ser/deser tests to addrman_tests.cpp
John Newbery
2021-08-17
Merge bitcoin/bitcoin#22688: contrib: use `keys.openpgp.org` to retrieve buil...
fanquake
2021-08-17
Merge bitcoin/bitcoin#22627: [addrman] De-duplicate Add() function
fanquake
2021-08-17
contrib: use hkps://keys.openpgp.org to retrieve builder keys
fanquake
2021-08-17
Merge bitcoin/bitcoin#22715: wallet: use `FormatFullVersion()` & `PACKAGE_NAM...
fanquake
2021-08-16
Merge bitcoin/bitcoin#22718: doc: Add missing PR 16333 release note
MarcoFalke
2021-08-16
Merge bitcoin/bitcoin#22684: test: check for invalid `-prune` parameters
MarcoFalke
2021-08-16
doc: Add missing PR 16333 release note
MarcoFalke
2021-08-16
test: check for invalid `-prune` parameters
Sebastian Falbesoner
2021-08-16
Merge bitcoin/bitcoin#22649: fuzz: Avoid OOM in system fuzz target
MarcoFalke
2021-08-16
wallet: use PACKAGE_NAME instead of "Bitcoin" in rpcdump
fanquake
2021-08-16
wallet: use FormatFullVersion instead of CLIENT_BUILD in rpcdump
fanquake
2021-08-15
[addrman] Merge the two Add() functions
Amiti Uttarwar
2021-08-16
Merge bitcoin/bitcoin#22685: clientversion: No suffix #if CLIENT_VERSION_IS_R...
fanquake
2021-08-16
Merge bitcoin/bitcoin#22686: wallet: Use GetSelectionAmount in ApproximateBes...
fanquake
2021-08-16
Merge bitcoin/bitcoin#22700: builder-keys: Add dongcarl
fanquake
2021-08-16
Merge bitcoin/bitcoin#22523: Document about wallet backup and restoration
Samuel Dobson
2021-08-17
Document about wallet backup and restoration
lsilva01
2021-08-15
Merge bitcoin/bitcoin#22541: Add a new RPC command: restorewallet
Samuel Dobson
2021-08-15
Merge bitcoin/bitcoin#22692: builder-keys: add jamesob
fanquake
2021-08-14
Merge bitcoin/bitcoin#22696: p2p: log addrman consistency checks
fanquake
2021-08-14
Merge bitcoin/bitcoin#22604: p2p, rpc, test: address rate-limiting follow-ups
fanquake
2021-08-13
builder-keys: Add dongcarl
Carl Dong
2021-08-13
p2p: log addrman consistency checks
Jon Atack
2021-08-13
Merge bitcoin/bitcoin#20233: addrman: Make consistency checks a runtime option
fanquake
2021-08-13
test: Test for ApproximateBestSubset edge case with too little fees
Andrew Chow
2021-08-13
wallet: Assert that enough was selected to cover the fees
Andrew Chow
2021-08-13
wallet: Use GetSelectionAmount for target value calculations
Andrew Chow
2021-08-12
builder-keys: add jamesob
James O'Beirne
2021-08-12
Merge bitcoin-core/gui#360: Unregister wallet notifications before unloading ...
Hennadii Stepanov
2021-08-12
[addrman] Make addrman consistency checks a runtime option
John Newbery
2021-08-12
Merge bitcoin-core/gui#390: Add SubFeeFromAmount to options
Hennadii Stepanov
2021-08-11
clientversion: No suffix #if CLIENT_VERSION_IS_RELEASE
Carl Dong
2021-08-11
Merge bitcoin-core/gui#399: Fix "Load PSBT" functionality when no wallet loaded
Hennadii Stepanov
2021-08-11
Merge bitcoin-core/gui#317: Add Direction column to Peers Tab
Hennadii Stepanov
2021-08-11
Merge bitcoin-core/gui#354: Refactor open date range to use std::optional
Hennadii Stepanov
2021-08-11
qt: Add Load PSBT functionaliy with nowallet
Prateek Sancheti
2021-08-11
qt, refactor: Fix indentation
Prateek Sancheti
2021-08-11
qt: Add SubFeeFromAmount option
Prateek Sancheti
2021-08-11
Merge bitcoin/bitcoin#22653: refactor: Rename JoinErrors and re-use it
fanquake
2021-08-10
Change the wallet_backup.py test to use the restorewallet RPC command instead...
lsilva01
[next]