-
Notifications
You must be signed in to change notification settings - Fork 202
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
Supply auditing by storing values in the UHS #103
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metalicjames
force-pushed
the
p15_td
branch
5 times, most recently
from
May 18, 2022 18:31
3697863
to
86408d8
Compare
@metalicjames looks like it failed the lint check solely due to use of |
metalicjames
force-pushed
the
p15_td
branch
3 times, most recently
from
June 1, 2022 20:03
7023c58
to
d74d890
Compare
Signed-off-by: James Lovejoy <[email protected]>
Co-authored-by: Sam Stuewe <[email protected]> Signed-off-by: James Lovejoy <[email protected]>
…atomizer integration tests Signed-off-by: James Lovejoy <[email protected]>
Signed-off-by: James Lovejoy <[email protected]>
Co-authored-by: Sam Stuewe <[email protected]> Signed-off-by: James Lovejoy <[email protected]>
Signed-off-by: James Lovejoy <[email protected]>
Do not skip audit if there was no previous audit running Signed-off-by: James Lovejoy <[email protected]>
This was referenced Jul 6, 2023
Closed
closing in-favor of #224 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR modifies the data model of both UHS-based architectures to contain the UTXO value corresponding to each UHS ID. It contains a tool to gather audit logs from each of the shards and aggregate them to acquire a consistent view of the supply at a particular time. In 2PC, we attach "epochs" to transactions allowing us to get a consistent snapshot across shards. In the Atomizer architecture, we use the blocks for coordination.
Implements #100.