mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
Refactors long expectation capture functions into phase helpers. - DaWorkloadExpectation::start_capture - Before: planned channel math + shared state init + 2 spawned tasks + state install in one method. - After: planned_channel_ids/build_capture_state/spawn_run_block_counter/spawn_da_capture. - TxInclusionExpectation::start_capture - Before: wallet/plan validation + tracked set build + capture loop in one method. - After: build_capture_plan/spawn_tx_inclusion_capture/capture_tx_outputs.