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

Parallel decrypts: sync decryption results #146

Merged
merged 32 commits into from
Sep 24, 2024
Merged

Conversation

eshelB
Copy link
Contributor

@eshelB eshelB commented Sep 16, 2024

This PR makes Fheos expose two functions for nitro:

  • GetSerializedDecryptionResult - allows nitro to ask for a serialization of a decryption result, so it can broadcast it to other nodes
  • LoadMultipleResolvedDecryptions - allows nitro to let fheos know about a decryption result, so that it can later process the transaction without triggering the decryption request

This PR is the same as this closed one, but without a bugfix which makes the code more messy

nitro main PR: (https://github.com/FhenixProtocol/nitro/pull/167)

Base automatically changed from pd-precompiles to parallel-decrypts September 16, 2024 11:22
precompiles/types/decryption_results.go Outdated Show resolved Hide resolved
precompiles/state.go Show resolved Hide resolved
@toml01 toml01 merged commit 266d5c8 into parallel-decrypts Sep 24, 2024
4 checks passed
@toml01 toml01 deleted the pd-sync-results branch September 24, 2024 08:27
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