- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Thu, Nov 6
Thu, Nov 6
PiRK committed rABC2c24045ddb98: test: Fix sanitizer suppresions in streams_tests (authored by MarcoFalke <falke.marco@gmail.com>).
test: Fix sanitizer suppresions in streams_tests
teamcity awarded D18891: test: Fix sanitizer suppresions in streams_tests a Haypence token.
@bot build-ubsan
Add release notes for v0.32.2
Fabien committed rABCf6f59226778d: test: don't throw from the destructor of DebugLogHelper (authored by Vasil Dimov <vd@FreeBSD.org>).
test: don't throw from the destructor of DebugLogHelper
Fabien committed rABCf1f3f1b879cc: log: rate limiting followups (authored by Eugene Siegel <elzeigel@gmail.com>).
log: rate limiting followups
Add back unintentionally removed line
Fabien committed rABC9c275618c64c: refactor: use Span for SipHash::Write (authored by Sebastian Falbesoner <sebastian.falbesoner@gmail.com>).
refactor: use Span for SipHash::Write
[CI] Bump ASAN timeout
Wed, Nov 5
Wed, Nov 5
update lockfile
Build Bitcoin ABC Diffs / Diff Testing (metachronik-tests) failed.
teamcity triaged T3913: Build Bitcoin-ABC / Master / Sanitizers / Thread Sanitizer (TSAN) is broken. as Unbreak Now! priority.
bytesofman committed rABCe8c6af084008: [metachronik, charts.e.cash] Correctly calculate cumulative agora usd volume (authored by bytesofman).
[metachronik, charts.e.cash] Correctly calculate cumulative agora usd volume
teamcity triaged T3912: Build Bitcoin-ABC / Master / Sanitizers / Address Sanitizer (ASAN) is broken. as Unbreak Now! priority.
PiRK committed rABC4ddd97b95f02: [validation] merge all ConnectBlock debug logging code paths (authored by PiRK).
[validation] merge all ConnectBlock debug logging code paths
PiRK committed rABC0ffeacec23f8: [validation] include all logged information in BlockValidationState (authored by Pieter Wuille <pieter@wuille.net>).
[validation] include all logged information in BlockValidationState
PiRK committed rABC8eb86b00b55f: [validation] Add detailed txin/txout information for script error messages (authored by Pieter Wuille <pieter@wuille.net>).
[validation] Add detailed txin/txout information for script error messages
PiRK committed rABCf844a8f41410: [checkqueue] support user-defined return type through std::optional (authored by Pieter Wuille <pieter@wuille.net>).
[checkqueue] support user-defined return type through std::optional
PiRK committed rABCda83158d475d: [validation] Make script error messages uniform for parallel/single validation (authored by Pieter Wuille <pieter@wuille.net>).
[validation] Make script error messages uniform for parallel/single validation
Fabien committed rABCadb30b7ab03d: log: Mitigate disk filling attacks by rate limiting LogPrintf, LogInfo… (authored by Eugene Siegel <elzeigel@gmail.com>).
log: Mitigate disk filling attacks by rate limiting LogPrintf, LogInfo…
PiRK committed rABC3fb2ed2ceb27: Add std::optional support to Boost's equality check (authored by Lőrinc <pap.lorinc@gmail.com>).
Add std::optional support to Boost's equality check
PiRK committed rABC8230e66ae88e: test: uint256 - Garbage suffixes and zero padding (authored by Hodlinator <172445034+hodlinator@users.noreply.github.com>).
test: uint256 - Garbage suffixes and zero padding
PiRK committed rABC4d9fdc4a072d: refactor: Make uint256_tests no longer use deprecated BOOST_CHECK() (authored by Hodlinator <172445034+hodlinator@users.noreply.github.com>).
refactor: Make uint256_tests no longer use deprecated BOOST_CHECK()
Fabien committed rABC8c8f4cc97336: [chronik] Fix a -Wmissing-field-initializers warning in chronikbridge_tests.cpp (authored by Fabien).
[chronik] Fix a -Wmissing-field-initializers warning in chronikbridge_tests.cpp
teamcity awarded D18880: [validation] merge all ConnectBlock debug logging code paths a Haypence token.
@bot build-chronik chronik-client-integration-tests
rebase
PiRK updated the diff for D18879: [validation] include all logged information in BlockValidationState.
rebase
PiRK updated the diff for D18878: [validation] Add detailed txin/txout information for script error messages.
revert the hack introduced in D18876. This seems to be no longer needed after local_result = check() assigns a std::optional<std::pair<R, std::string>> rather than a std::optional<R> in CCheckQueue::Loop
PiRK updated the diff for D18877: [validation] Make script error messages uniform for parallel/single validation.
newline
OK it's ugly but has the same behavior and will be reverted to the clean solution anyway
Fabien added inline comments to D18870: refactor: Make uint256_tests no longer use deprecated BOOST_CHECK().
PiRK updated the diff for D18877: [validation] Make script error messages uniform for parallel/single validation.
rebase
PiRK updated the diff for D18876: [checkqueue] support user-defined return type through std::optional.
fix
teamcity added a comment to D18876: [checkqueue] support user-defined return type through std::optional.
Build Bitcoin ABC Diffs / Diff Testing (build-clang-tidy) failed.
teamcity added a comment to D18876: [checkqueue] support user-defined return type through std::optional.
Build Bitcoin ABC Diffs / Diff Testing (build-diff) failed.
teamcity added a comment to D18876: [checkqueue] support user-defined return type through std::optional.
Build Bitcoin ABC Diffs / Diff Testing (build-debug) failed.
teamcity added a comment to D18876: [checkqueue] support user-defined return type through std::optional.
Build Bitcoin ABC Diffs / Diff Testing (build-without-wallet) failed.
teamcity added a comment to D18876: [checkqueue] support user-defined return type through std::optional.
Build Bitcoin ABC Diffs / Diff Testing (build-clang) failed.
PiRK updated the diff for D18876: [checkqueue] support user-defined return type through std::optional.
try replacing std::optional<R> local_result with a bool has_local_result; + R local_result; (remember that we converge back to Core's solution in D18878, so the hack is temporary)
teamcity added a comment to D18876: [checkqueue] support user-defined return type through std::optional.
Build Bitcoin ABC Diffs / Diff Testing (build-without-wallet) failed.
teamcity added a comment to D18876: [checkqueue] support user-defined return type through std::optional.
Build Bitcoin ABC Diffs / Diff Testing (build-bench) failed.
teamcity added a comment to D18876: [checkqueue] support user-defined return type through std::optional.
Build Bitcoin ABC Diffs / Diff Testing (build-diff) failed.
teamcity triaged T3911: Build Bitcoin-ABC / Master / Default Extended Tests is broken. as Unbreak Now! priority.
PiRK requested review of D18870: refactor: Make uint256_tests no longer use deprecated BOOST_CHECK().
PiRK updated the diff for D18876: [checkqueue] support user-defined return type through std::optional.
try decltype
Fabien updated the diff for D18881: log: Mitigate disk filling attacks by rate limiting LogPrintf, LogInfo, LogWarning, LogError.
Rebase to get c++20 for chronik
Fabien committed rABCa57a19a7b4a0: refactor: Replace GetTimeMicros by SystemClock (authored by Fabien).
refactor: Replace GetTimeMicros by SystemClock
Fabien committed rABC311f263c08e8: log: Use steady clock for bench logging (authored by MacroFake <falke.marco@gmail.com>).
log: Use steady clock for bench logging
Fabien committed rABC3f84968a29c7: Early logging improvements (authored by Anthony Towns <aj@erisian.com.au>).
Early logging improvements