-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(chart)!: dusk-8 chart version updates (#1223)
## Summary Updates all charts to use latest releases for dusk-8, and updates to the latest CometBFT release. ## Background New releases for services were cut. ## Changes - Update all chart versions for astria releases, migrate dev mode to standard behaivior. - Update to CometBFT 0.38.8 - Update default sequencer chart to not have any dev dependent fields filled out. ## Testing running smoke test locally, plus CI runs
- Loading branch information
Showing
18 changed files
with
102 additions
and
217 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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dependencies: | ||
- name: sequencer-relayer | ||
repository: file://../sequencer-relayer | ||
version: 0.8.5 | ||
digest: sha256:66ce8c4cd8500a63282f7ab112682f8cd50c2253a0b046ec41e0c637c9b66bd9 | ||
generated: "2024-06-12T20:19:19.560729+03:00" | ||
version: 0.9.0 | ||
digest: sha256:46eea5a5a35a87d2d27c57766c82ae253ee0fa6b171157ddfb6daa57f6ab0171 | ||
generated: "2024-06-27T14:02:36.489567-07:00" |
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
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,33 @@ | ||
global: | ||
dev: true | ||
|
||
genesis: | ||
chainId: 'sequencer-test-chain-0' | ||
genesisTime: '2023-09-22T17:22:35.092832Z' | ||
addressPrefixes: | ||
base: "astria" | ||
authoritySudoAddress: astria1rsxyjrcm255ds9euthjx6yc3vrjt9sxrm9cfgm | ||
nativeAssetBaseDenomination: nria | ||
allowedFeeAssets: | ||
- nria | ||
ibc: | ||
enabled: true | ||
inboundEnabled: true | ||
outboundEnabled: true | ||
sudoAddress: astria1rsxyjrcm255ds9euthjx6yc3vrjt9sxrm9cfgm | ||
relayerAddresses: | ||
- astria1rsxyjrcm255ds9euthjx6yc3vrjt9sxrm9cfgm | ||
- astria1xnlvg0rle2u6auane79t4p27g8hxnj36ja960z | ||
# Note large balances must be strings support templating with the u128 size | ||
# account balances | ||
genesisAccounts: | ||
- address: astria1rsxyjrcm255ds9euthjx6yc3vrjt9sxrm9cfgm | ||
balance: "333333333333333333" | ||
- address: astria1xnlvg0rle2u6auane79t4p27g8hxnj36ja960z | ||
balance: "333333333333333333" | ||
- address: astria1vpcfutferpjtwv457r63uwr6hdm8gwr3pxt5ny | ||
balance: "333333333333333333" | ||
# NOTE - the following address matches the privKey that funds the | ||
# sequencer-faucet | ||
- address: astria1qrt4kfc9ggyy548u7rg0d64sgq5c952kzk9tg9 | ||
balance: "333333333333333333" |
Oops, something went wrong.