-
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 artifact builder for CardanoDatabase
#2159
Feat: implement artifact builder for CardanoDatabase
#2159
Conversation
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
Just some suggestions
…mmutablesDbBuilder`
…r `SignedEntityService`
fb29a5a
to
41f2c6b
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.
Overall looks good 👍
I left few comments below.
…ocumentation enhancements
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.
Looking good 🔥
I left some few comments below.
267370e
to
03fcfde
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 👍
…andling in `DummyImmutablesDbBuilder`
* mithril-aggregator from `0.5.119` to `0.5.120` * mithril-common from `0.4.92` to `0.4.93`
03fcfde
to
d27a9a6
Compare
Content
This PR introduces the initial implementation of the artifact builder for the incremental Cardano DB.
It provides a basic scaffold for the artifact builder with a minimal working implementation.
The next steps will focus on implementing the ancillary archive, immutable file archives, and the digests file.
Pre-submit checklist
Issue(s)
Relates to #2151