Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eth1 monitor fixes #3354

Merged
merged 1 commit into from
Feb 3, 2022
Merged

Eth1 monitor fixes #3354

merged 1 commit into from
Feb 3, 2022

Conversation

zah
Copy link
Contributor

@zah zah commented Feb 2, 2022

Other changes:

The 'web3 test' command has been enhanced to obtain and print more
data regarding the selected provider.

* Fix a resource leak introduced in #3279

* Don't restart the Eth1 syncing proggress from scratch in case of
  monitor failures during Eth2 syncing.

* Switch to the primary operator as soon as it is back online.

* Log the web3 credentials in fewer places

Other changes:

The 'web3 test' command has been enhanced to obtain and print more
data regarding the selected provider.
@github-actions
Copy link

github-actions bot commented Feb 2, 2022

Unit Test Results

     12 files  ±0     806 suites  ±0   35m 29s ⏱️ + 1m 44s
1 652 tests ±0  1 604 ✔️ ±0    48 💤 ±0  0 ±0 
9 665 runs  ±0  9 561 ✔️ ±0  104 💤 ±0  0 ±0 

Results for commit 1d3d914. ± Comparison against base commit 702d9e8.

♻️ This comment has been updated with latest results.

# needs to be captured by the onFinalization closure.
eventBus: AsyncEventBus,
eth1Monitor: Eth1Monitor): OnFinalizedCallback {.nimcall.} =
static: doAssert (eventBus is ref) and (eth1Monitor is ref)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

time to switch to ref Eth1Monitor? I find that style so much more clear than ref object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants