Skip to content

Commit

Permalink
feat: generic networks (#373)
Browse files Browse the repository at this point in the history
* generic execution client

* feat: generic consensus

* wip

* crate refactor

* fmt

* cleanup redundant modules

* clean up reexports

* clean up ethereum lib exports

* fix rpc socket handling

* fix tests

* ci

* remove unused clone

* fix transaction builder

* remove stub directories
  • Loading branch information
ncitron authored Sep 24, 2024
1 parent a8c61f0 commit b66d1a5
Show file tree
Hide file tree
Showing 82 changed files with 1,666 additions and 1,627 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: ["master"]
pull_request:
branches: ["master"]
workflow_dispatch:

env:
MAINNET_EXECUTION_RPC: ${{ secrets.MAINNET_EXECUTION_RPC }}
Expand Down
Loading

0 comments on commit b66d1a5

Please sign in to comment.