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

Implement proof of validation #304

Merged
merged 28 commits into from
May 31, 2024
Merged

Conversation

pablomendezroyo
Copy link
Contributor

Implement proof of validation.

Depends on web3signer implementation

@pablomendezroyo pablomendezroyo requested a review from a team as a code owner March 13, 2024 11:04
@pablomendezroyo pablomendezroyo marked this pull request as draft March 13, 2024 11:04
@pablomendezroyo pablomendezroyo marked this pull request as ready for review March 19, 2024 12:25
// or if there is a stader pubkey
if (
!shareDataWithDappnode &&
!Object.values(dbPubkeysDetails).some((pubkey) => pubkey.tag === "stader")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But here if there is a stader pubkey will the brain send the validation proofs for all the pubkeys even if shareDataWithDappnode is disabled?

@pablomendezroyo pablomendezroyo merged commit f098fe2 into main May 31, 2024
1 check passed
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.

3 participants