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

shutter: validate decryption keys based on eon info and signatures #13725

Merged
merged 34 commits into from
Feb 13, 2025

Conversation

taratorio
Copy link
Member

@taratorio taratorio commented Feb 6, 2025

closes #13384

@taratorio taratorio changed the base branch from main to shutter-port-crypto February 9, 2025 20:33
@taratorio taratorio changed the title shutter: add eon based validations for DecryptionKeys shutter: validate decryption keys based on eon info and signatures Feb 9, 2025
taratorio added a commit that referenced this pull request Feb 10, 2025
part 2 of #13384
used in #13725

Short-term ported from:
https://github.com/shutter-network/shutter/tree/main/shlib/shcrypto
Long term plan is to import this as a library from the shutter repos,
however for now im doing this port because currently that library has
go-ethereum dependencies and so that will bring go-ethereum transitive
dependencies to erigon which is not desirable. I've had a look and
actually it is possible to remove that go-ethereum dependency in the
shutter crypto package but needs a bit of work and cooperation with the
shutter team. I've created an issue
(#13724) for this and have
left it for a future time (after we have a working shutter validator
implementation).
Base automatically changed from shutter-port-crypto to main February 10, 2025 14:06
@taratorio taratorio marked this pull request as ready for review February 12, 2025 18:20
@taratorio taratorio merged commit 0b6b1ab into main Feb 13, 2025
12 of 13 checks passed
@taratorio taratorio deleted the shutter-validate-keys branch February 13, 2025 14:59
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.

[shutter] add remaining decryption keys validation that relies on smart contract data
2 participants