input-output-hk / mithril

Stake-based threshold multi-signatures protocol
https://mithril.network
Apache License 2.0
116 stars 36 forks source link

Remove `task::block_in_place` in transaction importer #1805

Closed Alenar closed 5 days ago

Alenar commented 1 week ago

Content

This PR includes a small refactor of aggregator & signer CardanoTransactionImporter threading logic to use task::spawn_blocking instead of task::block_in_place.

Pre-submit checklist

github-actions[bot] commented 1 week ago

Test Results

    4 files  ±0     52 suites  ±0   8m 52s :stopwatch: -1s 1 148 tests +2  1 148 :white_check_mark: +2  0 :zzz: ±0  0 :x: ±0  1 314 runs  +2  1 314 :white_check_mark: +2  0 :zzz: ±0  0 :x: ±0 

Results for commit 252f549a. ± Comparison against base commit 62883705.

:recycle: This comment has been updated with latest results.