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
2022-09-04
Merge bitcoin/bitcoin#25978: test: fix non-determinism in p2p_headers_sync_wi...
fanquake
2022-09-04
Merge bitcoin/bitcoin#25861: guix: use --build={arch}-guix-linux-gnu in cross...
fanquake
2022-09-04
Merge bitcoin/bitcoin#25914: test: Fix intermittent issue in p2p_leak.py
fanquake
2022-09-02
Merge bitcoin/bitcoin#25962: net: Add CNodeOptions and increase constness
MacroFake
2022-09-01
Merge bitcoin/bitcoin#25614: Severity-based logging, step 2
Andrew Chow
2022-09-01
test: fix non-determinism in p2p_headers_sync_with_minchainwork.py
Suhas Daftuar
2022-09-01
Merge bitcoin/bitcoin#19602: wallet: Migrate legacy wallets to descriptor wal...
Andrew Chow
2022-09-01
Merge bitcoin/bitcoin#25951: log: Move validation option logging to LoadChain...
MacroFake
2022-09-01
Merge bitcoin/bitcoin#25931: rpc: sort listdescriptors result
Andrew Chow
2022-09-01
Merge bitcoin-core/gui#660: Update translation source file for string freeze
Hennadii Stepanov
2022-09-01
Move blockstorage option logging to LoadChainstate()
MacroFake
2022-09-01
scripted-diff: net: rename permissionFlags to permission_flags
Anthony Towns
2022-09-01
net: make CNode::m_prefer_evict const
Anthony Towns
2022-09-01
net: make CNode::m_permissionFlags const
Anthony Towns
2022-09-01
net: add CNodeOptions for optional CNode constructor params
Anthony Towns
2022-09-01
qt: Update translation source file for string freeze
Hennadii Stepanov
2022-09-01
Merge bitcoin/bitcoin#25887: init: avoid unsetting service bits from `nLocalS...
MacroFake
2022-09-01
Merge bitcoin/bitcoin#25959: doc: Fix link to MurmurHash3.cpp (moved from Goo...
MacroFake
2022-09-01
Merge bitcoin/bitcoin#25967: refactor: add LIFETIMEBOUND to blockfilter where...
MacroFake
2022-09-01
Merge bitcoin/bitcoin#25960: p2p: Headers-sync followups
fanquake
2022-08-31
refactor: add LIFETIMEBOUND to blockfilter where needed
stickies-v
2022-08-31
Merge bitcoin/bitcoin#25915: test: Fix wallet_balance intermittent issue
Andrew Chow
2022-08-31
Merge bitcoin/bitcoin#25963: CBlockLocator: performance-move-const-arg Clang ...
MacroFake
2022-08-31
CBlockLocator: performance-move-const-arg Clang tidy fixups
Jon Atack
2022-08-31
guix: use --build={arch}-guix-linux-gnu in cross toolchain
fanquake
2022-08-31
rpc: sort listdescriptors result
Sjors Provoost
2022-08-31
Merge bitcoin/bitcoin#25872: Fix issues when calling std::move(const&)
fanquake
2022-08-31
Merge bitcoin/bitcoin#25955: test: use `sendall` when emptying wallet
MacroFake
2022-08-30
test: simplify splitment with `sendall` in wallet_basic
brunoerg
2022-08-30
Fix typo from PR25717
Suhas Daftuar
2022-08-30
Bypass headers anti-DoS checks for NoBan peers
Suhas Daftuar
2022-08-30
Merge bitcoin/bitcoin#25733: tidy: enable bugprone-use-after-move
MacroFake
2022-08-30
Move headerssync logging to BCLog::NET
Suhas Daftuar
2022-08-30
Merge bitcoin/bitcoin#25717: p2p: Implement anti-DoS headers sync
fanquake
2022-08-30
tidy: enable bugprone-use-after-move
fanquake
2022-08-30
test: work around bugprone-use-after-move warnings in util tests
fanquake
2022-08-30
test: use `sendall` when emptying wallet
brunoerg
2022-08-30
Fix link to MurmurHash3.cpp from Austin Appleby
dontbyte
2022-08-30
Merge bitcoin/bitcoin#25174: net/net_processing: Add thread safety related an...
MacroFake
2022-08-29
doc: Release notes and other docs for migration
Andrew Chow
2022-08-29
Test migratewallet
Andrew Chow
2022-08-29
descriptors: addr() and raw() should return false for ToPrivateString
Andrew Chow
2022-08-29
Add migratewallet RPC
Andrew Chow
2022-08-29
Implement MigrateLegacyToDescriptor
Andrew Chow
2022-08-29
Implement MigrateToSQLite
Andrew Chow
2022-08-29
net: note CNode members that are treated as const
Anthony Towns
2022-08-29
net: mark CNode unique_ptr members as const
Anthony Towns
2022-08-29
net: mark TransportSerializer/m_serializer as const
Anthony Towns
2022-08-29
net/net_processing: add missing thread safety annotations
Anthony Towns
2022-08-29
ui: show header pre-synchronization progress
Pieter Wuille
[next]