Commit de3c39e
feat: watcher (#32)
* ci: add dprint
* feat: initial work + handle_latest_block
* 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
* feat(watcher): reorg detection
* feat(primitives): add batch and l1 transaction
* feat(watcher): contracts and constants
* feat(watcher): imports
* feat(watcher): add error types
* feat(watcher): handle l1 messages and commit logs
* feat: handle batch commit and finalize
* test: handle_latest_block
* test: wip events decoding
* test: commit and finalize batch logs
* test: utils
* feat: tracing
* test: wip reorg integration
* test: reorg detection integration test
* test: gaps
* fix: lints
* feat: point deps to default reth branch
* fix: security issue on ring
* fix: bump alloy
* feat: move abi to separate crate
* chore: remove ArbitraryTxBuilder
* fix: answer comments
* fix: lints
* fix: no std issues
* fix: cargo features check
* feat: bounded vec
* fix: lints
---------
Co-authored-by: frisitano <[email protected]>1 parent 65d9ef6 commit de3c39e
File tree
34 files changed
+3513
-1205
lines changed- .github/workflows
- bin/bridge
- crates
- engine
- src
- l1
- src
- abi
- network
- src
- node
- src
- primitives
- src
- scroll-wire
- watcher
- src
- test_utils
- tests
34 files changed
+3513
-1205
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
45 | 55 | | |
46 | 56 | | |
47 | 57 | | |
| |||
117 | 127 | | |
118 | 128 | | |
119 | 129 | | |
120 | | - | |
| 130 | + | |
121 | 131 | | |
122 | 132 | | |
123 | | - | |
| 133 | + | |
124 | 134 | | |
125 | 135 | | |
126 | 136 | | |
| |||
0 commit comments