-
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: implement signable builder for incremental Cardano DB #2146
base: main
Are you sure you want to change the base?
Feat: implement signable builder for incremental Cardano DB #2146
Conversation
Test Results 4 files ±0 52 suites ±0 11m 45s ⏱️ +3s Results for commit f9b6de0. ± Comparison against base commit 60db5ce. This pull request removes 3 and adds 11 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
ed9a9b9
to
24cb386
Compare
ff077ba
to
324d255
Compare
324d255
to
5430666
Compare
5430666
to
c132412
Compare
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
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 🚀
mithril-common/src/signable_builder/cardano_immutable_full_signable_builder.rs
Outdated
Show resolved
Hide resolved
…larity by isolating responsibilities into smaller scopes and functions Co-authored-by: DJO <[email protected]>
…table_files_to_process` function directly
…ate_cache` responsibility to reduce code duplication Co-authored-by: DJO <[email protected]>
- use `StdError` alias instead of `anyhow::Error` - remove unnecessary `ComputedImmutablesDigestsResult` alias
…`MithrilSignableBuilderService` constructor It reduces the number of parameters in the constructor by encapsulating dependencies into a single struct.
c132412
to
9821bd2
Compare
Co-authored-by: DJO <[email protected]>
9821bd2
to
ac1e197
Compare
4b5fd86
to
d4d838b
Compare
… warnings Also introduce `SignedEntityServiceArtifactsDependencies` to reduce the number of parameters in `MithrilSignedEntityService` constructor.
d4d838b
to
c27ba75
Compare
* mithril-aggregator from `0.5.117` to `0.5.118` * mithril-common from `0.4.91` to `0.4.92` * mithril-signer from `0.2.217` to `0.2.218` * mithril-end-to-end from `0.4.50` to `0.4.51`
Content
This PR implements the signable builder for the
CardanoDatabase
. The signed entity type is now activated in the end-to-end test.Pre-submit checklist
Issue(s)
Closes #2122