-
Notifications
You must be signed in to change notification settings - Fork 1
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
Node 10.1.4, CLI 10.1/10.2, Mithril v2450 #56
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
2e25a7b
to
d1309a9
Compare
d1309a9
to
143ef35
Compare
* Update calcs based on gitmachtl/scripts@c20f2d0 * Add color and short ADA tallies similar to gitmachtl's work * Add a minimum cli version check to avoid miscalculation
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.
Overview:
Cardano-node has been updated to
10.1.4
, cardano-cli and the-ng
variant to10.1.1.0
and10.2.0.0
respectively, and mithril tov2450
. Colmena has been updated to utilize a new pure flake evaluation approach. New nix jobs were added to support a new "next-gen" network spin up method, which supports network creation with a fork directly to Conway and then retirement of the genensis bootstrap pool in favor of on-chain registered backbone pools. CI tests to support these new jobs were added. The recipe to query governance actions was updated with the latest voting calculations and the output was improved with color and additional reporting totals. A psql prepared statement for voting activity over time was added to the postgres module. Other small miscellaneous improvements and clean up were made.Details:
-ng
) are now10.1.4
10.1.1.0
-ng
) is now10.2.0.0
v2450
main
for a pure experimental flake eval featureshow_voting_by_hour
prepared psql statement to the psqlrc of theprofile-cardano-postgres
nixosModulejob-gen-custom-node-config-data-ng
andjob-retire-bootstrap-pool
to support a new next-gen (-ng
) network spin up method-ng
) spin up method with a fork directly to Conway using a genesis bootstrap poolrecipes-governance.just
template file with calculation updates and misc improvementsprofile-cardano-node-group
nixosModuleBreaking Changes, Recommended Updates and Action Items:
Breaking:
flake/opentofu/cluster.nix
file below as this will prevent any AAAA DNS resource creation errors upon provisioning new machines.Recommended Updates:
v2025-01-17
Action Items:
Diff and patch the following files with
just template-diff "$FILE"
and thenjust template-patch "$FILE"
. Looking at the short PR diff for these files found at directorytemplates/cardano-parts-project/
prior to diffing and patching against your own repo can also be helpful.Alternatively, if you know you would just like to mirror any of these template files without diffing or patching, use the
just template-clone "$FILE"
recipe.