status-im / nimbus-eth2

Nim implementation of the Ethereum Beacon Chain
https://nimbus.guide
Other
543 stars 233 forks source link

refactor engine API conversions out of EL manager #6507

Closed tersec closed 2 months ago

tersec commented 2 months ago

The functions involved are all pure conversion functions which are not directly involved with maintaining any kind of EL manager state and allow importing of just those functions without pulling in the remaining EL manager (including, e.g., database support, deposit syncing, and multi-EL support).

github-actions[bot] commented 2 months ago

Unit Test Results

         9 files  ±0    1 337 suites  +3   31m 1s :stopwatch: -44s   5 064 tests ±0    4 716 :heavy_check_mark: ±0  348 :zzz: ±0  0 :x: ±0  20 991 runs  ±0  20 587 :heavy_check_mark: ±0  404 :zzz: ±0  0 :x: ±0 

Results for commit c783dbc7. ± Comparison against base commit 77c36b3c.