-
Notifications
You must be signed in to change notification settings - Fork 41
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
Feat: create new signed entity type for Incremental Cardano DB #2142
Merged
dlachaume
merged 8 commits into
main
from
dlachaume/2121/create-new-signed-entity-type-for-incremental-cardano-db
Nov 26, 2024
Merged
Feat: create new signed entity type for Incremental Cardano DB #2142
dlachaume
merged 8 commits into
main
from
dlachaume/2121/create-new-signed-entity-type-for-incremental-cardano-db
Nov 26, 2024
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
dlachaume
temporarily deployed
to
testing-preview
November 25, 2024 15:35 — with
GitHub Actions
Inactive
dlachaume
temporarily deployed
to
testing-sanchonet
November 25, 2024 15:35 — with
GitHub Actions
Inactive
jpraynaud
approved these changes
Nov 25, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Regarding the panics:
- either we replace them by logs when returning an error is not an option and we can merge this PR right away
- or we keep them, but we don't merge this PR until there is a PR that removes them
dlachaume
temporarily deployed
to
testing-preview
November 25, 2024 16:11 — with
GitHub Actions
Inactive
dlachaume
temporarily deployed
to
testing-sanchonet
November 25, 2024 16:11 — with
GitHub Actions
Inactive
…ed since aggregator startup
Alenar
approved these changes
Nov 25, 2024
dlachaume
temporarily deployed
to
testing-preview
November 25, 2024 16:27 — with
GitHub Actions
Inactive
dlachaume
temporarily deployed
to
testing-sanchonet
November 25, 2024 16:27 — with
GitHub Actions
Inactive
…to avoid the use of `panic!()`
dlachaume
temporarily deployed
to
testing-preview
November 25, 2024 17:25 — with
GitHub Actions
Inactive
dlachaume
temporarily deployed
to
testing-sanchonet
November 25, 2024 17:25 — with
GitHub Actions
Inactive
jpraynaud
reviewed
Nov 25, 2024
dlachaume
temporarily deployed
to
testing-preview
November 25, 2024 17:49 — with
GitHub Actions
Inactive
dlachaume
temporarily deployed
to
testing-sanchonet
November 25, 2024 17:49 — with
GitHub Actions
Inactive
* mithril-persistence from `0.2.35` to `0.2.36` * mithril-aggregator from `0.5.113` to `0.5.114` * mithril-common from `0.4.88` to `0.4.89` * mithril-signer from `0.2.115` to `0.2.116`
dlachaume
force-pushed
the
dlachaume/2121/create-new-signed-entity-type-for-incremental-cardano-db
branch
from
November 26, 2024 08:21
3c27439
to
8fb92fa
Compare
dlachaume
temporarily deployed
to
testing-preview
November 26, 2024 08:32 — with
GitHub Actions
Inactive
dlachaume
temporarily deployed
to
testing-sanchonet
November 26, 2024 08:32 — with
GitHub Actions
Inactive
sfauvel
approved these changes
Nov 26, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
dlachaume
deleted the
dlachaume/2121/create-new-signed-entity-type-for-incremental-cardano-db
branch
November 26, 2024 13:43
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.
Content
This PR implements a new signed entity type,
CardanoDatabase
, for the incremental Cardano database signature.The use of panics with
todo!()
orunimplemented!()
has been avoided in theSignableBuilder
and thecompute_artifact
function in favor of returning errors instead.Pre-submit checklist
Issue(s)
Closes #2121