-
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: ancillary archive creation #2191
Conversation
Test Results 4 files ±0 52 suites ±0 10m 25s ⏱️ +6s Results for commit 8d374ca. ± Comparison against base commit 00567fe. This pull request removes 3 and adds 12 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
66638f7
to
d412a36
Compare
9290e74
to
d412a36
Compare
c89cd05
to
fa7a3c6
Compare
5fa147a
to
3944b85
Compare
3944b85
to
bc32bd9
Compare
bc32bd9
to
7e1e7a3
Compare
1f1f31a
to
16ba5af
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 👍
mithril-aggregator/src/artifact_builder/cardano_database_artifacts/ancillary.rs
Outdated
Show resolved
Hide resolved
mithril-aggregator/src/artifact_builder/cardano_database_artifacts/ancillary.rs
Outdated
Show resolved
Hide resolved
mithril-aggregator/src/artifact_builder/cardano_database_artifacts/ancillary.rs
Outdated
Show resolved
Hide resolved
mithril-aggregator/src/artifact_builder/cardano_database_artifacts/ancillary.rs
Outdated
Show resolved
Hide resolved
mithril-aggregator/src/artifact_builder/cardano_database_artifacts/ancillary.rs
Outdated
Show resolved
Hide resolved
mithril-aggregator/src/artifact_builder/cardano_database_artifacts/ancillary.rs
Show resolved
Hide resolved
Co-authored-by: Sébastien Fauvel <[email protected]>
Co-authored-by: Sébastien Fauvel <[email protected]>
…rl` instead of `String` Co-authored-by: Jean-Philippe Raynaud <[email protected]> Co-authored-by: Sébastien Fauvel <[email protected]>
Co-authored-by: Sébastien Fauvel <[email protected]>
… uploader Co-authored-by: Sébastien Fauvel <[email protected]>
…ned while trying to upload the archive Co-authored-by: Sébastien Fauvel <[email protected]>
Co-authored-by: Sébastien Fauvel <[email protected]>
c58f738
to
8a8caed
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 👍
8a8caed
to
d79b231
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 🚀
…one is returning a location
Co-authored-by: Sébastien Fauvel <[email protected]>
* mithril-aggregator from `0.6.8` to `0.6.9` * mithril-client from `0.10.6` to `0.10.7` * mithril-common from `0.4.100` to `0.4.101` * mithril-end-to-end from `0.4.59` to `0.4.60`
d79b231
to
8d374ca
Compare
Content
This PR updates the
AncillaryArtifactBuilder
to include the creation of an archive from the ancillary files of the Cardano database. The archive contains:/ledger
directory and its content./volatile
directory and its content./immutable
directory, including the latest trio of immutable files (.chunk
,.primary
,.secondary
).Additionally, the returned locations for downloading the archive are now referenced in the artifact.
Pre-submit checklist
Issue(s)
Relates to #2151