Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Verify config validity during HeaderTraversal construction #21

Open
anupsv-cb opened this issue Apr 14, 2023 · 1 comment
Open

Verify config validity during HeaderTraversal construction #21

anupsv-cb opened this issue Apr 14, 2023 · 1 comment
Assignees
Labels
good first issue Good for newcomers type: bug Something isn't working type: enhancement New feature or request

Comments

@anupsv-cb
Copy link
Contributor

Problem

Currently, the passed in block heights and their validity are being checked at the functions where they shouldn't have to worry about it. The configs need to be verified when the oracle is asked to be constructed.

Proposed Solution (Conveyor Component)

When the NewOracle function is called, we need to verify if the configs are valid and throw respective errors if they're not.

@anupsv-cb anupsv-cb mentioned this issue Apr 14, 2023
@epociask epociask added type: bug Something isn't working type: enhancement New feature or request good first issue Good for newcomers labels Apr 14, 2023
@epociask epociask changed the title Verify config validity during Oracle construction Verify config validity during HeaderTraversal construction Nov 7, 2023
@ayoubed
Copy link

ayoubed commented May 20, 2024

I can work on this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers type: bug Something isn't working type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants