Skip to content

Commit

Permalink
feat: ecotone hardfork support (#204)
Browse files Browse the repository at this point in the history
* chore: refactor l1 module

* feat: added L1 beacon api connection

* feat: blob fetcher

* feat: blob decoding wip

* chore: added test stubs

* chore: blobs versioned hashes update

* feat: fetch and decode op-goerli batcher tx

* feat: ecotone hardfork l1 info

* feat: ecotone upgrade transactions

* wip: parent beacon block root in v3 block handler

* chore: network handler cleanup

* feat: ecotone mainnet time

* feat: added documentation, cleanup after rebase

* fix: startup script env variable name

* chore: added test, set actions to stable toolchain

* fix: is ecotone block fn

* fix: sync tests

* chore: minor cleanup

* fix: rebase master and fix conflicts

* fix: rpc test after rebasing

* fix: annoying type conversion from ethers::Bytes

* feat: addressed code review

* chore: uncommented docker image name
  • Loading branch information
merklefruit authored Mar 11, 2024
1 parent 9ae996f commit 84079c0
Show file tree
Hide file tree
Showing 31 changed files with 2,796 additions and 2,495 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: test
on:
push:
branches:
- master
- master
pull_request:

env:
Expand All @@ -18,7 +18,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
Expand All @@ -46,7 +46,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
Expand All @@ -61,7 +61,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
override: true
components: rustfmt
- uses: Swatinem/rust-cache@v2
Expand All @@ -77,7 +77,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
override: true
components: clippy
- uses: Swatinem/rust-cache@v2
Expand Down
Loading

0 comments on commit 84079c0

Please sign in to comment.