input-output-hk / mithril

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

Import transactions in sequence on signer #1769

Closed Alenar closed 2 weeks ago

Alenar commented 2 weeks ago

Content

This PR break up in chunk the mithril-signer transactions import process, so the transactions pruning is done more frequently, reducing the number of transactions stored at any given time, reducing the disk footprint.

The chunk size is set to 1500 and is configurable.

Pre-submit checklist

Issue(s)

Closes #1766

github-actions[bot] commented 2 weeks ago

Test Results

    4 files  ±0     51 suites  ±0   8m 52s :stopwatch: +12s 1 078 tests +5  1 078 :white_check_mark: +5  0 :zzz: ±0  0 :x: ±0  1 226 runs  +5  1 226 :white_check_mark: +5  0 :zzz: ±0  0 :x: ±0 

Results for commit dfccf4fa. ± Comparison against base commit e4692ff5.

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