-
Notifications
You must be signed in to change notification settings - Fork 63
Chore: LW-10279 cardano node upgrade to 9.0.0 #1370
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
Conversation
subrepo: subdir: "packages/cardano-services/config" merged: "6d7fac44d6" upstream: origin: "https://github.com/input-output-hk/cardano-configurations.git" branch: "master" commit: "6d7fac44d6" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "110b9eb"
|
24c0ce3
to
1027910
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @mirceahasegan !
Probably best to squash all bump commits (except the first and the last one).
Temporarily checking in 16.7M blob is not great, but I think we can do that to not be blocked.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💪 🚀 🥇
- update conway genesis for local-network - add plutusV2 missing params
This is meant as a temporary solution until the CardanoNode embedded cardano-cli does not have [this issue](IntersectMBO/cardano-cli#825) anymore, so cardano-cli 9.0.0.2 or higher. Since cardano-cli 9.0.0.1 which has the fix cannot be used because it is dynamically linked, and there is no newer release, I am forced to embed a customly built cardano-cli to be used for bootstrapping the local-network. We can remove the locally built cardano-cli when we have cli 9.0.0.2, and revert this whole commit once it is embedded in cardano-node.
1027910
to
4e12190
Compare
Context
Please see commits.
Important Changes Introduced
Commit 24c0ce3: is meant as a temporary solution until the CardanoNode embedded cardano-cli
does not have this issue
anymore, so cardano-cli 9.0.0.2 or higher.
Since cardano-cli 9.0.0.1 which has the fix cannot be used because it is dynamically
linked, and there is no newer release, I am forced to embed a customly built
cardano-cli to be used for bootstrapping the local-network.
We can remove the locally built cardano-cli when we have cli 9.0.0.2, and revert this
whole commit once it is embedded in cardano-node.