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 3 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     52 suites  ±0   9m 46s ⏱️ -4s
1 429 tests ±0  1 429 ✅ ±0  0 💤 ±0  0 ❌ ±0 
1 640 runs  ±0  1 640 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit f5142a8. ± Comparison against base commit c6c7eba.

♻️ This comment has been updated with latest results.

@jpraynaud jpraynaud temporarily deployed to testing-preview May 16, 2024 16:38 — with GitHub Actions Inactive
@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-preview May 17, 2024 11:35 — with GitHub Actions Inactive
@jpraynaud jpraynaud temporarily deployed to testing-sanchonet May 17, 2024 11:35 — with GitHub Actions Inactive
@jpraynaud jpraynaud temporarily deployed to testing-mainnet May 17, 2024 13:03 — 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-preview May 21, 2024 19:00 — with GitHub Actions Inactive
@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-preview May 22, 2024 07:38 — with GitHub Actions Inactive
@jpraynaud jpraynaud temporarily deployed to testing-sanchonet May 22, 2024 07:38 — with GitHub Actions Inactive
@jpraynaud jpraynaud temporarily deployed to testing-mainnet May 22, 2024 10:29 — 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-preview May 23, 2024 08:20 — with GitHub Actions Inactive
@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-preview May 23, 2024 08:56 — with GitHub Actions Inactive
@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
@jpraynaud jpraynaud force-pushed the jpraynaud/1687-optimize-cardano-tx-proof branch from b351f66 to d478cf1 Compare October 31, 2024 16:18
@jpraynaud jpraynaud temporarily deployed to testing-sanchonet October 31, 2024 16:30 — with GitHub Actions Inactive
@jpraynaud jpraynaud force-pushed the jpraynaud/1687-optimize-cardano-tx-proof branch from d478cf1 to d04443d Compare November 20, 2024 11:25
@jpraynaud jpraynaud temporarily deployed to testing-sanchonet November 20, 2024 11:34 — with GitHub Actions Inactive
@jpraynaud jpraynaud temporarily deployed to testing-sanchonet November 20, 2024 14:26 — with GitHub Actions Inactive
@jpraynaud jpraynaud force-pushed the jpraynaud/1687-optimize-cardano-tx-proof branch from 5554ec7 to f5142a8 Compare December 11, 2024 08:58
@jpraynaud jpraynaud temporarily deployed to testing-sanchonet December 11, 2024 09:11 — with GitHub Actions Inactive
@jpraynaud jpraynaud deployed to dev-preview December 11, 2024 17:23 — with GitHub Actions Active
@jpraynaud jpraynaud deployed to dev-mainnet December 11, 2024 17:23 — with GitHub Actions Active
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