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

Current claim funds logic for a node forces it to pay fees for attestation nodes state update #103

Open
jorgeantonio21 opened this issue Oct 14, 2024 · 0 comments
Assignees
Labels
sui Relevant to our Sui contracts

Comments

@jorgeantonio21
Copy link
Contributor

Given that the initial number of attestation nodes is small, and the cross replication rate is also small, this is likely fine. Moreover, these costs will be rotate among node participants.

However, it is probably more robust to have a system where execution nodes do not update anyone else state, except for itself (and potentially the user?).

This can be done, by introduce an AttestationClaimProof that is stored on the AtomaDb whenever an attestation node submits its commitment.

@jorgeantonio21 jorgeantonio21 added the sui Relevant to our Sui contracts label Oct 14, 2024
@jorgeantonio21 jorgeantonio21 self-assigned this Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sui Relevant to our Sui contracts
Projects
None yet
Development

No branches or pull requests

1 participant