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

feat: periodic wallet balance check #24

Merged
merged 3 commits into from
Jul 14, 2023

Conversation

segfault-magnet
Copy link
Contributor

@segfault-magnet segfault-magnet commented Jul 12, 2023

closes: #19
Wallet balance will now be checked every 10s.

Besides giving a better insight into the balance it also serves as a good heartbeat for the Ethereum connection since it will reuse the same provider over which we commit blocks.

As things currently stand, if our connection is unhealthy for 30s the service will become unhealthy.

@segfault-magnet segfault-magnet added the enhancement New feature or request label Jul 12, 2023
@segfault-magnet segfault-magnet self-assigned this Jul 12, 2023
Copy link
Contributor

@hal3e hal3e left a comment

Choose a reason for hiding this comment

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

LGTM

@segfault-magnet segfault-magnet merged commit 38b2247 into master Jul 14, 2023
4 checks passed
@mchristopher mchristopher deleted the feat/live_wallet_updates branch August 20, 2024 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Periodic update of wallet balance
3 participants