Skip to content

Commit dacf3fa

Browse files
authored
refactor: migrate to jsonrpsee + zksync_web3_decl (#497)
* 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
1 parent 4f35268 commit dacf3fa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+3140
-4303
lines changed

.github/workflows/e2e-rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ ubuntu-latest, macos-latest ]
12-
name: spec
12+
name: e2e-rust
1313
steps:
1414
- uses: actions/checkout@v3
1515
with:

0 commit comments

Comments
 (0)