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

Improve tally integration testing #447

Merged
merged 3 commits into from
Dec 17, 2024
Merged

Improve tally integration testing #447

merged 3 commits into from
Dec 17, 2024

Conversation

hacheigriega
Copy link
Member

Explanation of Changes

Integration tests for tally and batching have been mostly relying on mocked contract keepers due to the difficulty of setting up the contract state with tally-ready data requests. This PR implements the complete overlay operator stake - data request post - commit & reveal flow so that we can fully test the tally and batch processes.

A simple test of a data request tally has been implemented. More elaborate tally testing and batching testing will be implemented soon.

Testing

This is the test.

Related PRs and Issues

Closes #440

@hacheigriega hacheigriega merged commit 035b083 into main Dec 17, 2024
8 of 10 checks passed
@hacheigriega hacheigriega deleted the hy/improve-tests branch December 17, 2024 13:18
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.

🔧 Clean up and improve tally tests
2 participants