-
Notifications
You must be signed in to change notification settings - Fork 94
Refactor(chart, sequencer): restructure sequencer chart, adjust configs #1193
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
Merged
Merged
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
251ac59
chore(chart)!: update default cometbft config vals
joroshiba 33a50fa
Chore(charts): enable cometbft values configurations
quasystaty1 b1686cf
Add cometbft value configurations
quasystaty1 f3aefd4
Chore(chart): restructure sequencer chart, configure genesis values
quasystaty1 02e9df7
adjust dev values
quasystaty1 be3e0fe
Add configurible genesis base fees
quasystaty1 da701ce
WIP
SuperFluffy 9853ecf
impl serde for all denom types, provide snapshot tests
SuperFluffy d1166fd
sequencer: genesis serde in terms of core types
SuperFluffy c547123
check that the genesis file contains only addresses with configured p…
SuperFluffy 1e06384
update all tests that use a genesis, initialize the base prefix globally
SuperFluffy f478f2d
update address construction where necessary, stateless checks on all …
SuperFluffy 99a302f
remove unused code
SuperFluffy 6b4d44f
reject storage reads with incorrect addresses
SuperFluffy 27f802b
use plain addresses as storage keys, not hex
SuperFluffy ca1c336
remove chain id derived address construction
SuperFluffy 9c0e8ba
remove unused dep
SuperFluffy b271e79
clippy
SuperFluffy 784713f
clippy
SuperFluffy 92642ed
more clippy
SuperFluffy abef0b5
address review comments
quasystaty1 5effea6
make address prefixes configurable on bridge withdrawer
SuperFluffy 8ff0b74
make address prefixes configurable on comnposer
SuperFluffy 89c2663
make astria-prefix const private
SuperFluffy 8ab6f1c
remove bridge withdrawer dependence on core const
SuperFluffy f9e6f2d
remove sequencer dependence on core const
SuperFluffy 8fe9bea
remove sequencer0client dependence on core const
SuperFluffy 00dc001
make prefix configurable for all astria cli commands that construct a…
SuperFluffy 9cb111b
use address bytes without prefix to construct storage keys; provide s…
SuperFluffy 124fb72
fix tests
SuperFluffy 6d64504
fix racy sequencer address prefix setter
SuperFluffy b18dd44
add subcommand to construct bech32m addresses from hex bytes and prefix
SuperFluffy 8d9188a
nit: fix spacing
quasystaty1 0f7226e
Merge branch 'main' into quasystaty1/updated-chart-params
quasystaty1 2a21afa
lint fixes
quasystaty1 af0bcdc
merge fixes
quasystaty1 3c67150
WIP: update charts
SuperFluffy 4f8c670
bump evm chart
SuperFluffy 1707947
add address prefixes to values.yaml
SuperFluffy 956bc96
fix incorrectly named field in genesis
SuperFluffy 997d0a1
increase geth resources
quasystaty1 ea51423
fix evm-rollup charts
SuperFluffy ec240aa
Merge branch 'superfluffy/bech32-aware-sequencer' of github.com:astri…
quasystaty1 8b6df30
fix genesis file
quasystaty1 93098e6
fix secret provider template
quasystaty1 d6183eb
Merge branch 'main' of github.com:astriaorg/astria into quasystaty1/u…
quasystaty1 6d4e9b3
Merge branch 'main' of github.com:astriaorg/astria into quasystaty1/u…
quasystaty1 4c8cc95
fix deployment
quasystaty1 19eb634
Merge branch 'main' into quasystaty1/updated-chart-params
quasystaty1 87edd14
bump chart version, fix conflicts
quasystaty1 485778d
resolve conflicts
quasystaty1 3a67c19
remove old snapshots
quasystaty1 f42f5c3
Update charts/sequencer/files/cometbft/config/genesis.json
quasystaty1 0e11c98
Update charts/sequencer/values.yaml
quasystaty1 5744f03
astria-geth devTag update
quasystaty1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
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.
Potentially could allow this to be 127.0.0.1 if we allow rpc to be disabled?