Skip to content

Commit

Permalink
refactor: alloy migration (#344)
Browse files Browse the repository at this point in the history
* chore: remove unused ethers dep in consensus

* refactor: migrate common to alloy

* refactor: migrate consensus-core to alloy

* refactor: migrate execution to alloy

* refactor: migrate client to alloy

* refactor: migrate config to alloy

* fix: correct consensus U256 decoding

* fix: proof rlp decoding

* fix: decode transactions

* fix: handle execution rpc retries

* fix: correct receipt encoding

* fix: clippy

* fix: tests

* fix: helios-ts

* fix: examples

* refactor: use alloy literal macros

* refactor: remove unused alloy features
  • Loading branch information
ncitron authored Aug 14, 2024
1 parent 5d15957 commit 13d9606
Show file tree
Hide file tree
Showing 41 changed files with 1,187 additions and 2,041 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ target
helios-ts/node_modules
helios-ts/dist
helios-ts/helios-*.tgz
.vscode
helios-ts/pkg

.vscode
Loading

0 comments on commit 13d9606

Please sign in to comment.