Commit 65d9ef6
authored
Rollup node manager (#21)
* init bridge implementation
* extend bridge implementation
* refactor and clean up dependencies
* add .vscode to .gitignore
* lint
* spacing
* cleanup
* wrap inner block import in bridge
* add bridge integration test
* refactor and clean up
* add comments
* migrate shared dependencies to workspace
* feature propogation
* lints and feature fix
* remove scroll feature
* add scroll feature
* integrate reth upstream changes
* address PR feedback
* stash
* add systemd service file
* update systemd file
* update systemd file
* address comments
* rollup node manager
* merge main
* add Cargo.lock
* lint
* lint
* lint
* lint
* ci remove no-dev-deps
* fix serde dep - scroll-wire
* skip no_std on scroll-engine and scroll-rollup-node
* skip no_std on scroll-engine and scroll-rollup-node
* address comments
* lints
* cleanup
* tsets
* lint + refactor
* refactor engine api call ordering
* lint
* fix fcu
* lint
* remove syncing error return on new payload
* update forkchoice state after succesfully new payload
* update reth following chainspec fork id logic change
* PR feedback
* lints
* lints1 parent d49aa35 commit 65d9ef6
File tree
41 files changed
+2144
-1348
lines changed- .github/workflows
- bin/bridge
- assets
- src
- tests
- crates
- engine
- src
- network
- src
- node
- src
- scroll-wire
- src
- connection
- protocol
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+2144
-1348
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments