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
/
test
Age
Commit message (
Expand
)
Author
2022-09-05
test: remove Boost Test from libtest util
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
net: make CNode::m_permissionFlags const
Anthony Towns
2022-08-31
Merge bitcoin/bitcoin#25872: Fix issues when calling std::move(const&)
fanquake
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
test: work around bugprone-use-after-move warnings in util tests
fanquake
2022-08-29
Add unit test for HeadersSyncState
Suhas Daftuar
2022-08-29
Require callers of AcceptBlockHeader() to perform anti-dos checks
Suhas Daftuar
2022-08-26
Merge bitcoin/bitcoin#25355: I2P: add support for transient addresses for out...
Andrew Chow
2022-08-24
Merge bitcoin/bitcoin#25863: test: remove unused `norm_prv` parameter in `des...
fanquake
2022-08-24
Make Join() util work with any container type
MacroFake
2022-08-23
Add functions to construct locators without CChain
Pieter Wuille
2022-08-23
Add bitdeque, an std::deque<bool> analogue that does bit packing.
Pieter Wuille
2022-08-23
Add function to validate difficulty changes
Suhas Daftuar
2022-08-21
test: remove unused `norm_prv` parameter
w0xlt
2022-08-20
Create BCLog::Level::Trace log severity level
Jon Atack
2022-08-20
Unit test coverage for -loglevel configuration option
klementtan
2022-08-20
Create -loglevel configuration option
klementtan
2022-08-20
Unit test coverage for log severity levels
klementtan
2022-08-20
Update LogAcceptCategory() and unit tests with log severity levels
klementtan
2022-08-20
Fix iwyu
MacroFake
2022-08-19
Remove Join() helper only used in tests
MacroFake
2022-08-19
Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...
MacroFake
2022-08-18
Merge bitcoin/bitcoin#25827: descriptor: check if `rawtr` has only one key.
Andrew Chow
2022-08-17
Merge bitcoin/bitcoin#25748: refactor: Avoid copies in FlatSigningProvider Merge
Andrew Chow
2022-08-17
descriptor: check if `rawtr` has only one key.
w0xlt
2022-08-17
Merge bitcoin/bitcoin#25077: Fix chain tip data race and corrupt rest response
fanquake
2022-08-16
refactor: Add lock annotations to Active* methods
MacroFake
2022-08-16
Merge bitcoin/bitcoin#25803: refactor: Drop `boost/algorithm/string/replace.h...
fanquake
2022-08-12
refactor: Avoid copies in FlatSigningProvider Merge
MacroFake
2022-08-12
Merge bitcoin/bitcoin#25677: refactor: make active_chain_tip a reference
MacroFake
2022-08-11
Merge bitcoin/bitcoin#25815: test: Use existing {Chainstate,Block}Man
MacroFake
2022-08-11
Merge bitcoin/bitcoin#25664: refactor: Redefine `IsSolvable()` using descriptors
Andrew Chow
2022-08-11
i2p: add support for creating transient sessions
Vasil Dimov
2022-08-11
script/sign: remove needless IsSolvable() utility
Antoine Poinsot
2022-08-11
[test] make tx6 child of tx5, not tx3, in rbf_tests
glozow
2022-08-10
Merge bitcoin/bitcoin#25642: Don't wrap around when deriving an extended key ...
Andrew Chow
2022-08-10
validation tests: Use existing {Chainstate,Block}Man
Carl Dong
2022-08-08
test: Add test case for `ReplaceAll()` function
Hennadii Stepanov
2022-08-05
Merge bitcoin/bitcoin#25721: refactor: Replace BResult with util::Result
MacroFake
2022-08-05
Merge bitcoin/bitcoin#24662: addrman: Use system time instead of adjusted net...
fanquake
2022-08-04
Merge bitcoin/bitcoin#25023: Remove unused SetTip(nullptr) code
fanquake
2022-08-04
extended keys: fail to derive too large depth instead of wrapping around
Antoine Poinsot
2022-08-04
descriptor: never ignore the return value when deriving an extended key
Antoine Poinsot
2022-08-03
validationcaches: Add and use ValidationCacheSizes
Carl Dong
2022-08-03
cuckoocache: Return approximate memory size
Carl Dong
2022-08-03
tests: Reduce calls to InitS*Cache()
Carl Dong
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
[next]