-
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
Prototype Cardano transaction
#1688
Draft
jpraynaud
wants to merge
2
commits into
main
Choose a base branch
from
jpraynaud/1687-optimize-cardano-tx-proof
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jpraynaud
temporarily deployed
to
testing-sanchonet
May 16, 2024 16:38
— with
GitHub Actions
Inactive
jpraynaud
force-pushed
the
jpraynaud/1687-optimize-cardano-tx-proof
branch
from
May 17, 2024 11:28
2ed9469
to
0f5a44a
Compare
jpraynaud
temporarily deployed
to
testing-sanchonet
May 17, 2024 11:35
— with
GitHub Actions
Inactive
jpraynaud
force-pushed
the
jpraynaud/1687-optimize-cardano-tx-proof
branch
3 times, most recently
from
May 21, 2024 18:52
41ed35b
to
e0f47e1
Compare
jpraynaud
temporarily deployed
to
testing-sanchonet
May 21, 2024 19:00
— with
GitHub Actions
Inactive
jpraynaud
force-pushed
the
jpraynaud/1687-optimize-cardano-tx-proof
branch
from
May 22, 2024 07:31
e0f47e1
to
1cd5b3a
Compare
jpraynaud
temporarily deployed
to
testing-sanchonet
May 22, 2024 07:38
— with
GitHub Actions
Inactive
jpraynaud
force-pushed
the
jpraynaud/1687-optimize-cardano-tx-proof
branch
4 times, most recently
from
May 23, 2024 08:12
a0e498c
to
039003e
Compare
jpraynaud
temporarily deployed
to
testing-sanchonet
May 23, 2024 08:20
— with
GitHub Actions
Inactive
jpraynaud
force-pushed
the
jpraynaud/1687-optimize-cardano-tx-proof
branch
from
May 23, 2024 08:49
039003e
to
fecabad
Compare
jpraynaud
temporarily deployed
to
testing-sanchonet
May 23, 2024 08:56
— with
GitHub Actions
Inactive
jpraynaud
force-pushed
the
jpraynaud/1687-optimize-cardano-tx-proof
branch
from
May 23, 2024 09:58
fecabad
to
df9737a
Compare
dlachaume
temporarily deployed
to
testing-preview
October 22, 2024 14:17
— with
GitHub Actions
Inactive
dlachaume
temporarily deployed
to
testing-sanchonet
October 22, 2024 14:17
— with
GitHub Actions
Inactive
dlachaume
temporarily deployed
to
testing-preview
October 22, 2024 14:26
— with
GitHub Actions
Inactive
dlachaume
temporarily deployed
to
testing-sanchonet
October 22, 2024 14:26
— with
GitHub Actions
Inactive
dlachaume
force-pushed
the
jpraynaud/1687-optimize-cardano-tx-proof
branch
2 times, most recently
from
October 24, 2024 15:00
9979720
to
dd35f7d
Compare
dlachaume
temporarily deployed
to
testing-preview
October 24, 2024 15:08
— with
GitHub Actions
Inactive
dlachaume
temporarily deployed
to
testing-sanchonet
October 24, 2024 15:08
— with
GitHub Actions
Inactive
jpraynaud
had a problem deploying
to
dev-preview
October 28, 2024 11:58
— with
GitHub Actions
Failure
jpraynaud
had a problem deploying
to
dev-preview
October 31, 2024 13:46
— with
GitHub Actions
Failure
jpraynaud
force-pushed
the
jpraynaud/1687-optimize-cardano-tx-proof
branch
from
October 31, 2024 13:56
dd35f7d
to
b351f66
Compare
jpraynaud
temporarily deployed
to
testing-preview
October 31, 2024 14:05
— with
GitHub Actions
Inactive
jpraynaud
temporarily deployed
to
testing-sanchonet
October 31, 2024 14:05
— with
GitHub Actions
Inactive
jpraynaud
had a problem deploying
to
dev-mainnet
October 31, 2024 16:15
— with
GitHub Actions
Failure
jpraynaud
force-pushed
the
jpraynaud/1687-optimize-cardano-tx-proof
branch
from
October 31, 2024 16:18
b351f66
to
d478cf1
Compare
jpraynaud
temporarily deployed
to
testing-preview
October 31, 2024 16:30
— with
GitHub Actions
Inactive
jpraynaud
temporarily deployed
to
testing-sanchonet
October 31, 2024 16:30
— with
GitHub Actions
Inactive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Content
This PR includes some experimental optimizations of the Cardano transactions proof generation in order to enhance the throughput.
Pre-submit checklist
Comments
Issue(s)
Relates to #1687