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

Prototype Cardano transaction #1688

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jpraynaud
Copy link
Member

@jpraynaud jpraynaud commented May 16, 2024

Content

This PR includes some experimental optimizations of the Cardano transactions proof generation in order to enhance the throughput.

Pre-submit checklist

  • Branch
    • Tests are provided (if possible)
    • Crates versions are updated (if relevant)
    • CHANGELOG file is 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
  • Documentation
    • Update README file (if relevant)
    • Update documentation website (if relevant)
    • Add dev blog post (if relevant)

Comments

⚠️ This PR should not be merged as it is intended for experimentation only

Issue(s)

Relates to #1687

@jpraynaud jpraynaud added the prototype 🛠️ Prototype/PoC of a feature label May 16, 2024
@jpraynaud jpraynaud self-assigned this May 16, 2024
Copy link

github-actions bot commented May 16, 2024

Test Results

    4 files  ±0     51 suites  ±0   10m 30s ⏱️ -4s
1 418 tests ±0  1 418 ✅ ±0  0 💤 ±0  0 ❌ ±0 
1 629 runs  ±0  1 629 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit d478cf1. ± Comparison against base commit 38ff571.

♻️ This comment has been updated with latest results.

@jpraynaud jpraynaud temporarily deployed to testing-sanchonet May 16, 2024 16:38 — with GitHub Actions Inactive
@jpraynaud jpraynaud force-pushed the jpraynaud/1687-optimize-cardano-tx-proof branch from 2ed9469 to 0f5a44a Compare May 17, 2024 11:28
@jpraynaud jpraynaud temporarily deployed to testing-sanchonet May 17, 2024 11:35 — with GitHub Actions Inactive
@jpraynaud jpraynaud force-pushed the jpraynaud/1687-optimize-cardano-tx-proof branch 3 times, most recently from 41ed35b to e0f47e1 Compare May 21, 2024 18:52
@jpraynaud jpraynaud temporarily deployed to testing-sanchonet May 21, 2024 19:00 — with GitHub Actions Inactive
@jpraynaud jpraynaud force-pushed the jpraynaud/1687-optimize-cardano-tx-proof branch from e0f47e1 to 1cd5b3a Compare May 22, 2024 07:31
@jpraynaud jpraynaud temporarily deployed to testing-sanchonet May 22, 2024 07:38 — with GitHub Actions Inactive
@jpraynaud jpraynaud force-pushed the jpraynaud/1687-optimize-cardano-tx-proof branch 4 times, most recently from a0e498c to 039003e Compare May 23, 2024 08:12
@jpraynaud jpraynaud temporarily deployed to testing-sanchonet May 23, 2024 08:20 — with GitHub Actions Inactive
@jpraynaud jpraynaud force-pushed the jpraynaud/1687-optimize-cardano-tx-proof branch from 039003e to fecabad Compare May 23, 2024 08:49
@jpraynaud jpraynaud temporarily deployed to testing-sanchonet May 23, 2024 08:56 — with GitHub Actions Inactive
@jpraynaud jpraynaud force-pushed the jpraynaud/1687-optimize-cardano-tx-proof branch from fecabad to df9737a Compare May 23, 2024 09:58
@dlachaume dlachaume force-pushed the jpraynaud/1687-optimize-cardano-tx-proof branch 2 times, most recently from 9979720 to dd35f7d Compare October 24, 2024 15:00
@jpraynaud jpraynaud force-pushed the jpraynaud/1687-optimize-cardano-tx-proof branch from dd35f7d to b351f66 Compare October 31, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prototype 🛠️ Prototype/PoC of a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants