-
Notifications
You must be signed in to change notification settings - Fork 88
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
feat(conductor)!: re-fetch genesis or stop at set height #1928
Open
SuperFluffy
wants to merge
28
commits into
main
Choose a base branch
from
superfluffy/forma-restart-logic
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
a45206c
feat(conductor): restart or stop at set height
SuperFluffy d12ed9a
add necessary charts changes and smoke test, change stop height to be…
ethanoroshiba add58bc
revert range changes
ethanoroshiba c720931
update changelog, example config, test soft-first and firm-first scen…
ethanoroshiba 4ea3300
fix typos
ethanoroshiba 66315e7
base stop height on rollup instead of sequencer
ethanoroshiba 42ae864
bring back executor tests, make test utils
ethanoroshiba c586b33
remove conductor_ prefix from tests, remove explicit sleep
SuperFluffy 4eb7806
remove confusing test helper
SuperFluffy 7b5b5fc
bump charts
SuperFluffy 31caab9
rename last_height -> stop_height
SuperFluffy faa42af
remove tendermint ID from public API of execution genesis
SuperFluffy 0be83ab
updated conductor, core changelogs
SuperFluffy 50010e9
sequencer_end_height -> sequencer_stop_height
SuperFluffy 6b9b54a
bump charts, format core changelog
ethanoroshiba 373aaa0
rename halt_at_stop_height -> halt_at_rollup_stop_height
SuperFluffy 98d04a8
fix proto formatting
SuperFluffy f5051d5
remove grpc mock changes after rebasing on main
SuperFluffy 782ee12
fix evm restart test heights, add env vars back to non dev configmap
ethanoroshiba 1e1668e
remove configmap values
ethanoroshiba b2af17c
Merge branch 'main' into superfluffy/forma-restart-logic
SuperFluffy 8ade517
give evm rollup restart test its own just command
ethanoroshiba 0bfd35f
fix rollup name in evm restart test dev values
ethanoroshiba 3cee398
fix values
ethanoroshiba 260e24c
fix geth genesis
ethanoroshiba dd16dc3
Fix evm restart test values, some verbiage changes for clarity
ethanoroshiba d8f2f3f
break proto changes into v2
ethanoroshiba ead3a9b
make start height the first execution height instead of one before
ethanoroshiba 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 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
Oops, something went wrong.
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.
This condition is wrong. Soft must update with firm in lock-step even if soft is not set.