-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update chain id for testnet 80 (#4841)
Contains a few small edits: * documents historical testnets * updates base allocations with new addresses * modifies testnet generation logic to match * generates new Testnet 80 config * updates dev env to use gas prices by default Used these to generate local devnets while testing out the new allocation settings. Doing all this in preparation for launching a new public testnet.
- Loading branch information
Showing
15 changed files
with
513 additions
and
85 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Testnet 74 | ||
|
||
Testnet 74 was short-lived due to a deploy mistake, see context > [!IMPORTANT] | ||
https://github.com/penumbra-zone/penumbra/issues/4325. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Testnet 75 | ||
|
||
Testnet 75 involved a chain reset, required due to deploy mistake on Testnet 74 | ||
causing diverged state. See details in https://github.com/penumbra-zone/penumbra/issues/4374. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Testnet 76 | ||
|
||
Testnet 76 was released as a chain upgrade, reusing the initial state | ||
from Testnet 75. See details in https://github.com/penumbra-zone/penumbra/issues/4402. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Testnet 77 | ||
|
||
Testnet 77 was released as a chain upgrade, carrying over the allocations | ||
first used in Testnet 75. See details in https://github.com/penumbra-zone/penumbra/issues/4497. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Testnet 78 | ||
|
||
Testnet 78 was released as a chain upgrade, carrying over the allocations first used | ||
Testnet 75. See details in https://github.com/penumbra-zone/penumbra/issues/4582. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Testnet 79 | ||
|
||
There was no Testnet 79: at the time v0.79.0 was released, the pre-existing testnet | ||
infrastructure was destroyed, pending a redesign. |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[ | ||
{ | ||
"name": "Penumbra Labs CI 1", | ||
"website": "https://penumbra.zone", | ||
"description": "This is a validator run by Penumbra Labs, using testnets as a public CI", | ||
"funding_streams": [], | ||
"sequence_number": 0 | ||
} | ||
] |
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
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
Oops, something went wrong.