-
Notifications
You must be signed in to change notification settings - Fork 3
feat: chain orchestrator #185
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 15 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
c1e5cc2
feat: chain orchestrator
frisitano bbe0e8f
Merge branch 'main' into feat/chain-orchestrator
frisitano 4032fa5
lint
frisitano 39802e2
lint
frisitano c84dc0d
docs lint
frisitano ea3140c
fix: clone the in-memory chain instead of taking it
frisitano a28a5b2
Merge branch 'main' into feat/chain-orchestrator
frisitano fa6952c
update chain consolidation and l1 message validation
frisitano 43cc2be
add missing network block error
frisitano 5dfc813
update fork sync / reconcilliation to use network as opossed to database
frisitano a50558d
Merge branch 'main' into feat/chain-orchestrator
frisitano 19458f7
fix merege
frisitano 4578d49
refactor and add test cases
frisitano e6248f5
cleanup
frisitano 626e29b
Merge branch 'main' into feat/chain-orchestrator
frisitano 7a6ebfc
rename chain orchestrator crate
frisitano 7d35185
cleanup
frisitano 74fd7b8
Merge branch 'main' into feat/chain-orchestrator
frisitano fe75ed5
remove expect for sequencer in rnm
frisitano f3bab0d
sync test
frisitano 56a0ff3
sync test
frisitano 1320f14
sync test
frisitano 0fa87fe
add error handling for missing paylaod id
frisitano cecbd03
remove networking for L1 consolidation sync test
frisitano af4bac9
Merge branch 'main' into feat/chain-orchestrator
frisitano 7df1a59
improve test coverage and fix bugs
frisitano fa51172
lint
frisitano e86446d
fix cli NetworkArgs
frisitano 9cdbdf3
add block gap to reorg integration test
frisitano 01a10cf
Merge branch 'main' into feat/chain-orchestrator
frisitano 2f851b1
make test more robust
frisitano 9f88b5d
Merge branch 'main' into feat/chain-orchestrator
frisitano 9a3339a
merge upstream
frisitano 000ade7
refactor
frisitano 00d18f2
address comments
frisitano 2beb7e0
Merge branch 'main' into feat/chain-orchestrator
frisitano add9933
address comments
frisitano e3d5453
Merge branch 'main' into feat/chain-orchestrator
frisitano 4383231
merge changes
frisitano 1c24765
Merge branch 'main' into feat/chain-orchestrator
frisitano 5d9aefb
add migration script
frisitano 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[codespell] | ||
skip = .git,target,Cargo.toml,Cargo.lock | ||
skip = .git,target,Cargo.toml,Cargo.lock,docker-compose | ||
ignore-words-list = crate |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.