Skip to content

Commit 65d9ef6

Browse files
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 * lints
1 parent d49aa35 commit 65d9ef6

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

.github/workflows/lint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
cache-on-failure: true
109109
- name: Run feature check
110-
run: cargo hack check --feature-powerset --no-dev-deps
110+
run: cargo hack check --feature-powerset
111111

112112
no_std:
113113
runs-on: ubuntu-latest
@@ -117,10 +117,10 @@ jobs:
117117
include:
118118
- type: wasm
119119
target: wasm32-unknown-unknown
120-
exclude: engine,scroll-wire,scroll-bridge,scroll-network
120+
exclude: scroll-engine,scroll-wire,scroll-bridge,scroll-network,rollup-node-manager
121121
- type: riscv
122122
target: riscv32imac-unknown-none-elf
123-
exclude: engine,scroll-wire,scroll-bridge,scroll-network
123+
exclude: scroll-engine,scroll-wire,scroll-bridge,scroll-network,rollup-node-manager
124124
steps:
125125
- uses: actions/checkout@v4
126126
- uses: rui314/setup-mold@v1

0 commit comments

Comments
 (0)