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 proof generation route in aggregator #1473

Merged
merged 17 commits into from Jan 31, 2024

Conversation

jpraynaud
Copy link
Member

@jpraynaud jpraynaud commented Jan 30, 2024

Content

This PR includes the new route in the aggregator REST API which generates cryptographic proofs for Cardano transactions.

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 #1467

Copy link

github-actions bot commented Jan 30, 2024

Test Results

  3 files  ± 0   33 suites  ±0   8m 47s ⏱️ +4s
798 tests +11  798 ✅ +11  0 💤 ±0  0 ❌ ±0 
871 runs  +11  871 ✅ +11  0 💤 ±0  0 ❌ ±0 

Results for commit 0a71dec. ± Comparison against base commit ec8910b.

♻️ This comment has been updated with latest results.

- mithril-aggregator: from '0.4.29' to '0.4.30'.
- mithril-common: from '0.2.156' to '0.2.157'.
From '0.1.13' to '0.1.14'.
@jpraynaud jpraynaud merged commit d8b1ea6 into main Jan 31, 2024
39 checks passed
@jpraynaud jpraynaud deleted the ensemble/1467-transactions-proof-route-aggregator branch January 31, 2024 10:07
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 proof generation route in the aggregator
3 participants