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-01
net: make CNode::m_permissionFlags const
Anthony Towns
2022-09-01
net: add CNodeOptions for optional CNode constructor params
Anthony Towns
2022-08-30
Merge bitcoin/bitcoin#25733: tidy: enable bugprone-use-after-move
MacroFake
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
Merge bitcoin/bitcoin#25174: net/net_processing: Add thread safety related an...
MacroFake
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
2022-08-29
Emit NotifyHeaderTip signals for pre-synchronization progress
Pieter Wuille
2022-08-29
Make validation interface capable of signalling header presync
Pieter Wuille
2022-08-29
Test large reorgs with headerssync logic
Suhas Daftuar
2022-08-29
Track headers presync progress and log it
Pieter Wuille
2022-08-29
Expose HeadersSyncState::m_current_height in getpeerinfo()
Suhas Daftuar
2022-08-29
Test headers sync using minchainwork threshold
Suhas Daftuar
2022-08-29
Add unit test for HeadersSyncState
Suhas Daftuar
2022-08-29
Reduce spurious messages during headers sync
Suhas Daftuar
2022-08-29
Require callers of AcceptBlockHeader() to perform anti-dos checks
Suhas Daftuar
2022-08-29
Utilize anti-DoS headers download strategy
Suhas Daftuar
2022-08-26
Merge bitcoin/bitcoin#25922: wallet: trigger MaybeResendWalletTxs() every minute
Andrew Chow
2022-08-26
Merge bitcoin/bitcoin#25896: wallet: Log when Wallet::SetMinVersion sets a di...
Andrew Chow
2022-08-26
Merge bitcoin/bitcoin#25355: I2P: add support for transient addresses for out...
Andrew Chow
2022-08-26
Merge bitcoin/bitcoin#25910: doc: Add my key to SECURITY.md
MacroFake
2022-08-25
Merge bitcoin/bitcoin#25924: scripted-diff: rpc: fix rescan RPC name (s/resca...
Andrew Chow
2022-08-25
Wallet::SetMinVersion - Log the new minversion
Ali Sherief
2022-08-25
Merge bitcoin/bitcoin#25925: doc: add `{import,list}descriptors` to list of d...
Andrew Chow
2022-08-25
test: fix typo for MaybeResendWalletTxs
stickies-v
2022-08-25
wallet: trigger MaybeResendWalletTxs() every minute
stickies-v
2022-08-25
Merge bitcoin/bitcoin#25929: ci: Force `ccache` package version for MSVC build
MacroFake
2022-08-25
ci: Increase `windows_container` resources
Hennadii Stepanov
2022-08-25
Merge bitcoin/bitcoin#25905: refactor: Move ChainstateManager options into m_...
MacroFake
2022-08-25
ci: Force `ccache` package version for MSVC build
Hennadii Stepanov
2022-08-25
doc: add `{import,list}descriptors` to list of descriptor RPCs
Sebastian Falbesoner
2022-08-24
scripted-diff: rpc: fix rescan RPC name (s/rescanwallet/rescanblockchain/)
Sebastian Falbesoner
2022-08-24
Merge bitcoin/bitcoin#25911: net: update hardcoded mainnet seeds for 24.x
MacroFake
2022-08-24
Merge bitcoin/bitcoin#25863: test: remove unused `norm_prv` parameter in `des...
fanquake
2022-08-24
Merge bitcoin/bitcoin#25879: refactor: Make Join() util work with any contain...
MacroFake
2022-08-24
Merge bitcoin/bitcoin#25865: test: speedup wallet tests by whitelisting peers...
MacroFake
2022-08-24
Use new Join() helper for ListBlockFilterTypes()
MacroFake
2022-08-24
Make Join() util work with any container type
MacroFake
2022-08-24
Merge bitcoin/bitcoin#25906: test: add coverage for invalid parameters for `r...
MacroFake
2022-08-24
net: update hardcoded mainnet seeds for 24.x
Jon Atack
2022-08-24
contrib: make-seeds updates for 24.x
Jon Atack
2022-08-24
net: update manual hardcoded mainnet seeds for 24.x
Jon Atack
2022-08-23
doc: Add my key to SECURITY.md
Andrew Chow
2022-08-23
test: add coverage for invalid parameters for `rescanblockchain`
brunoerg
2022-08-23
Add functions to construct locators without CChain
Pieter Wuille
[next]