-
Notifications
You must be signed in to change notification settings - Fork 295
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
Testnet 52: Amalthe #2415
Comments
Pushed target release date 2023-05-08 -> 2023-05-10, to tackle some changes to the DEX engine. |
conorsch
added a commit
that referenced
this issue
May 8, 2023
During ramp-up to Testnet 52 (#2415), we opportunistically updated the Discord allocations, and encountered #1783 again. While we need a durable solution to that problem, we also want a quick fix, so we turn to tried-and-true file compression: we gzip the generated json file, base64 encode it to sideload it into the cluster, then decompress it as part of the initContainer bootstrapping logic during node creation. This is a "good enough" solution to buy time for the near future, ensuring that we can continue to update Discord allocations when we want. The compression ratio is approximately 3x, which gives us some headroom.
conorsch
added a commit
that referenced
this issue
May 8, 2023
During ramp-up to Testnet 52 (#2415), we opportunistically updated the Discord allocations, and encountered #1783 again. While we need a durable solution to that problem, we also want a quick fix, so we turn to tried-and-true file compression: we gzip the generated json file, base64 encode it to sideload it into the cluster, then decompress it as part of the initContainer bootstrapping logic during node creation. This is a "good enough" solution to buy time for the near future, ensuring that we can continue to update Discord allocations when we want. The compression ratio is approximately 3x, which gives us some headroom.
New schedule for release of 52 is 2023-05-15, now that the DEX functionality is stabilizing. |
This was referenced May 11, 2023
Identifying #2560 as a release blocker. |
Announced this morning! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Testnet Release
Testnet name: Amalthe
Release date: 2023-05-15
Testnet release manager: @erwanor
Testnet Release Manager Checklist
Preceding Friday (sprint planning day):
Tuesday (or after release of previous testnet):
cd testnets && ./new-testnet.sh
testnet-preview
with a randomized version of the future testnet's chain ID.Thursday:
Following Monday (release day):
testnet-preview.penumbra.zone
is operational; it is redeployed on every push to main, and is an exact preview of what is about to be deployed.cargo release minor
for a new testnet, orcargo release patch
for a bugfix. For the latter, make sure you're on a dedicated release branch.v0.51.0
, to the remote.Waiting
deployment in the GitHub Action UI before the deployment will begin. Monitor the GitHub action to ensure it completes after it is approved.penumbra
per validator.The text was updated successfully, but these errors were encountered: