Skip to content

Commit

Permalink
refactor: migrate to jsonrpsee + zksync_web3_decl (#497)
Browse files Browse the repository at this point in the history
* migrate `debug,evm,hardhat,net,web3` namespaces to jsonrpsee

* migrate `config` namespace to jsonrpsee

* migrate `zks` namespace to jsonrpsee

* migrate `eth` namespace to jsonrpsee

* return `debug` to `node` crate

* fix e2e tests

* align impersonating return type to upstream anvil

* migrate CORS options to jsonrpsee

* clippy

* prettier

* full revamp of CORS

* move `transaction_order` to the types crate

* clippy

* move server building logic to `api_server` crate

* clippy

* make `api_server` agnostic on the number of binds

* rename github workflow for e2e-rust

* clarify jsonrpsee caveat + link to docs
  • Loading branch information
itegulov authored Dec 18, 2024
1 parent 4f35268 commit dacf3fa
Show file tree
Hide file tree
Showing 78 changed files with 3,140 additions and 4,303 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]
name: spec
name: e2e-rust
steps:
- uses: actions/checkout@v3
with:
Expand Down
Loading

0 comments on commit dacf3fa

Please sign in to comment.