Page MenuHomePhabricator

[chronik] Electrum: faster status computation
ClosedPublic

Authored by Fabien on Jun 20 2025, 15:58.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCf2b8eeb509ad: [chronik] Electrum: faster status computation
Summary

This avoid building a string with expensive copies before hashing the data. Also avoid the use of a copy iterator which is not needed.
There is no change in behavior.

Test Plan
./test/functional/test_runner.py chronik_electrum_*

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable