-
Notifications
You must be signed in to change notification settings - Fork 282
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
Engineer can see when the archiver has synced with rollup contract #11
Comments
Closing as "Done" in A3 project board. |
ludamad
pushed a commit
that referenced
this issue
Apr 14, 2023
* link all to barreteneberg * Point to latest bb commit. --------- Co-authored-by: dbanks12 <david@aztecprotocol.com>
ludamad
pushed a commit
that referenced
this issue
Apr 17, 2023
* link all to barreteneberg * Point to latest bb commit. --------- Co-authored-by: dbanks12 <david@aztecprotocol.com>
ludamad
pushed a commit
that referenced
this issue
Apr 17, 2023
* link all to barreteneberg * Point to latest bb commit. --------- Co-authored-by: dbanks12 <david@aztecprotocol.com>
ludamad
pushed a commit
that referenced
this issue
Jul 14, 2023
* adding some basic transcript operations to honk prover; cleaning up documentation comments * added function for univariate serialization and a test for transcript univariate serialization ... * replacing ChallengeContainer with honk Transcript (to be replaced with StandardTranscript); removing all trace of ChallengeContainer ... * replace honk transcript with StandardTranscript; remove all trace of honk transcript * sumcheck and transcript_test updated with direct serialization/deserialization to/from Univariate .. * fix bad UV from U constructor ... * cleaning up serialization functionality a bit; leaving things in a fairly complete state
ludamad
pushed a commit
that referenced
this issue
Jul 19, 2023
Known issue: Deposited funds not showing
ludamad
pushed a commit
that referenced
this issue
Jul 21, 2023
Known issue: Deposited funds not showing
codygunton
pushed a commit
that referenced
this issue
Jan 23, 2024
* adding some basic transcript operations to honk prover; cleaning up documentation comments * added function for univariate serialization and a test for transcript univariate serialization ... * replacing ChallengeContainer with honk Transcript (to be replaced with StandardTranscript); removing all trace of ChallengeContainer ... * replace honk transcript with StandardTranscript; remove all trace of honk transcript * sumcheck and transcript_test updated with direct serialization/deserialization to/from Univariate .. * fix bad UV from U constructor ... * cleaning up serialization functionality a bit; leaving things in a fairly complete state
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The archiver should expose a status interface that gives information pertaining to it's sync state. This interface should inform of it's progress in syncing with the rollup contract. It should indicate it's current status via 'state' value on it's status interface.
The text was updated successfully, but these errors were encountered: