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 decryptions: DecryptionResults #124

Merged
merged 7 commits into from
Aug 13, 2024
Merged

Conversation

toml01
Copy link
Contributor

@toml01 toml01 commented Aug 7, 2024

  • Create a type that we'll use for a collection of all parallel decryption requests, their types, and results.
  • Initialize as a global in contracts.go.

1588243996

precompiles/contracts.go Outdated Show resolved Hide resolved
@toml01 toml01 merged commit 3504d8c into parallel-decrypts Aug 13, 2024
4 checks passed
@toml01 toml01 deleted the pd-new-structs branch August 13, 2024 15:06
toml01 added a commit that referenced this pull request Sep 18, 2024
* Create `PendingDecryption` struct

* a wip version of `DecryptionResults`

* Add synchronization to `DecryptionResults`

* add record timestamps to enable refetch of stale requests

* move decryptionResults to a separate file

* add some tests

* Move decryptions map to FheosState
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