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

Enable support for eth beacon single method tests #66

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

erwin-wee
Copy link
Collaborator

Description

  • rename EthConsensus to EthBeacon for related classes
  • enable support for eth beacon methods to be tested in single method test mode
  • moved method classes to methods module

Issues Resolved

  • fixed incorrect EthValidatorStatus, removed PENDING_ONGOING as it doesn't exist, added PENDING_QUEUED
  • enable retry for fetching blocks from eth beacon endpoint for cases where block is not found

- rename EthConsensus to EthBeacon for related classes
- enable support for eth beacon methods to be tested in single method test mode
- moved method classes to methods module
- fixed incorrect EthValidatorStatus, removed PENDING_ONGOING as it doesn't exist, added PENDING_QUEUED
- enable retry for fetching blocks from eth beacon endpoint
-
@erwin-wee erwin-wee added bug Something isn't working enhancement New feature or request labels Feb 7, 2024
@erwin-wee erwin-wee self-assigned this Feb 7, 2024
@erwin-wee erwin-wee merged commit 72bd211 into main Feb 7, 2024
5 checks passed
@erwin-wee erwin-wee deleted the feature/eth-consensus-single-method branch February 21, 2024 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant