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

Add commit and reveal check queries #36

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Conversation

Thomasvdam
Copy link
Member

@Thomasvdam Thomasvdam commented Jan 7, 2025

Motivation

This allows the chain to verify whether an incoming commit or reveal message is eligible for free gas.

Explanation of Changes

The CanExecutorCommit has the same interface as the execution message, since on the chain side we only have that data available in order to check for eligibility.

Testing

See contract PR.

Related PRs and Issues

sedaprotocol/seda-chain-contracts#248

This allows the chain to verify whether an incoming commit or reveal
message is eligible for free gas.
@Thomasvdam Thomasvdam force-pushed the feat/eligibility-queries branch from 6b9b843 to 320c911 Compare January 7, 2025 14:53
Base automatically changed from chore/post-req-resp to main January 7, 2025 15:00
@Thomasvdam Thomasvdam merged commit 320c911 into main Jan 7, 2025
2 checks passed
@Thomasvdam Thomasvdam deleted the feat/eligibility-queries branch January 7, 2025 17:03
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