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

Variable length ReceiptClaim encoding for use in Solidity #6

Open
nategraf opened this issue Feb 7, 2024 · 0 comments
Open

Variable length ReceiptClaim encoding for use in Solidity #6

nategraf opened this issue Feb 7, 2024 · 0 comments
Assignees

Comments

@nategraf
Copy link
Contributor

nategraf commented Feb 7, 2024

One of the friction points with the Eth Verifirer API is that the user has to drag around the post_state_digest. It is a field only needed to construct the receipt claim digest, and not a detail users need to concern themselves with, yet it pollutes the API.

By using a variable length encoding, it would be possible to have a ReceiptClaim type that optionally includes various components, including the post state digest. Action here is to implement this variable length encoding, and then use it to simplify the verifier API.

@nategraf nategraf self-assigned this Feb 7, 2024
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

No branches or pull requests

1 participant