-
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
Support Cardano node 8.12.2
#1788
Merged
Merged
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
force-pushed
the
jpraynaud/support-cardano-node-8.12.1
branch
from
June 28, 2024 13:46
f2d2923
to
4a0e524
Compare
jpraynaud
temporarily deployed
to
testing-preview
June 28, 2024 15:35 — with
GitHub Actions
Inactive
jpraynaud
temporarily deployed
to
testing-sanchonet
June 28, 2024 15:35 — with
GitHub Actions
Inactive
jpraynaud
force-pushed
the
jpraynaud/support-cardano-node-8.12.1
branch
from
July 2, 2024 13:19
a8fee6e
to
5796e15
Compare
jpraynaud
temporarily deployed
to
testing-sanchonet
July 2, 2024 13:28 — with
GitHub Actions
Inactive
Alenar
approved these changes
Jul 2, 2024
sfauvel
approved these changes
Jul 2, 2024
Cardano node '8.12' has a bug that prevents it from creating transactions when it is started with the Babbage era. The error is due to the addition of parameters to the PlutusV2 cost model which creates an error when creating a transaction with the cardano-cli. This is a known issue that should be fixed with the next release.
- 'mithril-aggregator' from '0.5.33' to '0.5.34' - 'mithril-infra' from '0.2.19' to '0.2.20' - 'mithril-signer' from '0.2.156' to '0.2.157' - 'mithril-devnet' from '0.3.6' to '0.3.7' - 'mithril-end-to-end' from '0.4.19' to '0.4.20'.
jpraynaud
force-pushed
the
jpraynaud/support-cardano-node-8.12.1
branch
from
July 2, 2024 15:20
5796e15
to
bd2604a
Compare
jpraynaud
temporarily deployed
to
testing-sanchonet
July 2, 2024 15:28 — with
GitHub Actions
Inactive
dlachaume
approved these changes
Jul 2, 2024
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 the support for Cardano node
8.12.2
.Warning
The version of the Cardano node must be updated in the GitHub environment variable
CARDANO_NODE_VERSION
to8.12.2
fortesting-preview
and8.12.0-pre
fortesting-sanchonet
prior merge of this PR.Pre-submit checklist
Comments
When trying to run the Cardano node
8.12
in thedevnet
starting with the Babbage era, a bug prevents the creation of transactions with the Cardano cli with the following error:This is a known issue and there is a PR attempting to fix the problem in the Cardano cli repository: IntersectMBO/cardano-api#564
Issue(s)
Relates to #1787