@bot chronik-client-integration-tests build-chronik-plugins
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Sep 30 2025
Sep 30 2025
teamcity awarded D18737: test: fix missing tx.hash -> tx.txid_hex and tx.sha256 -> tx.txid_int renamings a Haypence token.
PiRK added a comment to D18737: test: fix missing tx.hash -> tx.txid_hex and tx.sha256 -> tx.txid_int renamings.
teamcity triaged T3896: Build Bitcoin-ABC / Master / Cross Builds / Cross Build Linux 64 is broken. as Unbreak Now! priority.
Build Bitcoin ABC Diffs / Diff Testing (build-chronik-plugins) failed.
refactor on dependency
Fabien committed rABC27380b4471f0: [proof-manager] Apply clippy fixes on the proof-manager-cli and its dependencies (authored by Fabien).
[proof-manager] Apply clippy fixes on the proof-manager-cli and its dependencies
PiRK added inline comments to D18733: [test] factor some common block generation code in functional tests.
PiRK requested review of D18733: [test] factor some common block generation code in functional tests.
PiRK committed rABC520813b84f7a: test: rename CTransaction .sha256 -> .txid_int for consistency (authored by PiRK).
test: rename CTransaction .sha256 -> .txid_int for consistency
PiRK committed rABC8572f61a78da: test: avoid unneeded txid hex -> integer conversions (authored by PiRK).
test: avoid unneeded txid hex -> integer conversions
PiRK committed rABCf5229b5e132f: test: rename CTransaction .rehash()/.hash -> .txid_hex for consistency (authored by PiRK).
test: rename CTransaction .rehash()/.hash -> .txid_hex for consistency
PiRK committed rABC13275833a495: test: remove bare CTransaction `.rehash()` calls (authored by Sebastian Falbesoner <sebastian.falbesoner@gmail.com>).
test: remove bare CTransaction `.rehash()` calls
PiRK committed rABC496a019e7180: test: remove txid caching in CTransaction class (authored by Sebastian Falbesoner <sebastian.falbesoner@gmail.com>).
test: remove txid caching in CTransaction class
PiRK committed rABCfe4ce9642e82: test: remove unused code from p2p_compactblocks (authored by PiRK).
test: remove unused code from p2p_compactblocks
teamcity awarded D18716: test: avoid unneeded txid hex -> integer conversions a Piece of Eight token.
@bot build-master
rebase
Fabien committed rABC963aae611a24: [avalanche] Reduce verbosity of the staking rewards preconsensus in logs (authored by Fabien).
[avalanche] Reduce verbosity of the staking rewards preconsensus in logs
Fix the Qt tests on MacOS
Build Bitcoin ABC Diffs / Diff Testing (build-master) failed.
teamcity awarded D18716: test: avoid unneeded txid hex -> integer conversions a Haypence token.
@bot build-master
[e.cash] Update fee image
[e.cash] Add quotes to about page
teamcity triaged T3894: Build Bitcoin-ABC / Master / Cross Builds / Cross Build Linux AArch64 is broken. as Unbreak Now! priority.
[ecash] Update spline render
[e.cash] Add upgrade page
Sep 29 2025
Sep 29 2025
teamcity triaged T3893: Build Bitcoin-ABC / Master / Sanitizers / Thread Sanitizer (TSAN) is broken. as Unbreak Now! priority.
bytesofman committed rABCd4c32825fad4: [e.cash_v2] Improve chronik-client code snippets on landing page (authored by bytesofman).
[e.cash_v2] Improve chronik-client code snippets on landing page
needs combase.dll
Kronkmeister committed rABC4ea8fb04ec67: [e.cash] Capitalization fix in staking copy (authored by Kronkmeister).
[e.cash] Capitalization fix in staking copy
johnkuney committed rABC776a9941dea1: [e.cash] Edit code snippet, remove scroll (authored by johnkuney).
[e.cash] Edit code snippet, remove scroll
johnkuney committed rABCd99c88c68dec: [e.cash] Fix banner line break and anchor link margin (authored by johnkuney).
[e.cash] Fix banner line break and anchor link margin
teamcity triaged T3892: Build Bitcoin-ABC / Master / Sanitizers / Address Sanitizer (ASAN) is broken. as Unbreak Now! priority.
[e.cash] Update images, copy tweak
Fabien requested review of D18719: [avalanche] Reduce verbosity of the staking rewards preconsensus in logs.
PiRK updated the diff for D18714: test: rename CTransaction .rehash()/.hash -> .txid_hex for consistency.
fix feature_block, which was previously hanging so i missed these missing instances
rebase
i fixed the issue in D18713, there is no significant problem with the performance because of caching, it was a bug
rebase
PiRK updated the diff for D18714: test: rename CTransaction .rehash()/.hash -> .txid_hex for consistency.
rebase
unbreak feature_block.py
[e.cash] Navigation edits
Kronkmeister committed rABC099780bdab21: [e.cash] Fix typos, broken links, and cap-consistency on all pages (authored by Kronkmeister).
[e.cash] Fix typos, broken links, and cap-consistency on all pages
i think i need to check the effect of this on the perf of the feature_block test. Specifically the numerous calls to make_conform_to_ctor may slow down the test now that the txid is no longer cached and the sorting process may need to recompute the txids multiple times.
missed one in abc_p2p_compactblocks
Fabien committed rABC6ec59743f35d: Enable the config file reading test case in the Qt test (authored by Fabien).
Enable the config file reading test case in the Qt test
Remove deprecated Makefile
teamcity updated the summary of D18715: test: rename CTransaction .sha256 -> .txid_int for consistency.
teamcity updated the summary of D18714: test: rename CTransaction .rehash()/.hash -> .txid_hex for consistency.
PiRK requested review of D18714: test: rename CTransaction .rehash()/.hash -> .txid_hex for consistency.
more
also remove a comment that no longer makes sense