Skip to content
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

Implement CardanoTransactions artifact routes in aggregator #1479

Merged
merged 12 commits into from
Feb 1, 2024

Conversation

jpraynaud
Copy link
Member

@jpraynaud jpraynaud commented Jan 31, 2024

Content

This PR includes the new routes in the aggregator REST API which give access to the CardanoTransactions artifacts.

Pre-submit checklist

  • Branch
    • Tests are provided (if possible)
    • Crates versions are updated (if relevant)
    • Commit sequence broadly makes sense
    • Key commits have useful messages
  • PR
    • No clippy warnings in the CI
    • Self-reviewed the diff
    • Useful pull request description
    • Reviewer requested

Issue(s)

Closes #1478

@jpraynaud jpraynaud self-assigned this Jan 31, 2024
Copy link

github-actions bot commented Jan 31, 2024

Test Results

  3 files  ± 0   33 suites  ±0   9m 24s ⏱️ +19s
811 tests +13  811 ✅ +13  0 💤 ±0  0 ❌ ±0 
884 runs  +13  884 ✅ +13  0 💤 ±0  0 ❌ ±0 

Results for commit e24aec5. ± Comparison against base commit 537ef89.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

@dlachaume dlachaume left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Copy link
Collaborator

@Alenar Alenar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with a few comments :)

@jpraynaud jpraynaud force-pushed the jpraynaud/1467-cardano-transactions-artifact-routes branch from d9e3d0f to 41a4a35 Compare February 1, 2024 11:00
From '0.1.14' to '0.1.15'.
- mithril-aggregator: from  '0.4.31' to  '0.4.32'
- mithril-common: from  '0.2.158' to  '0.2.159'
- mithril-end-to-end: from  '0.2.36' to  '0.2.37'.
@jpraynaud jpraynaud force-pushed the jpraynaud/1467-cardano-transactions-artifact-routes branch from 41a4a35 to e24aec5 Compare February 1, 2024 11:53
@jpraynaud jpraynaud merged commit 69adabe into main Feb 1, 2024
36 checks passed
@jpraynaud jpraynaud deleted the jpraynaud/1467-cardano-transactions-artifact-routes branch February 1, 2024 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement artifact routes in the aggregator
3 participants