Skip to content

Commit 904db29

Browse files
authored
Merge branch 'main' into use-path
2 parents a32fd48 + 614cc6d commit 904db29

File tree

30 files changed

+2886
-2135
lines changed

30 files changed

+2886
-2135
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
### 2025-07-18
1010

11+
- Migrate EcAdd and EcMul to Arkworks [#3719](https://github.com/lambdaclass/ethrex/pull/3719)
12+
1113
- Add specialized push1 and pop1 to stack [#3705](https://github.com/lambdaclass/ethrex/pull/3705)
1214

1315
- Improve precompiles by avoiding 0 value transfers [#3715](https://github.com/lambdaclass/ethrex/pull/3715)

Cargo.lock

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ url = "2.5.4"
103103
kzg-rs = "0.2.6"
104104
libsql = "0.9.10"
105105
futures = "0.3.31"
106-
spawned-concurrency = "0.1.5"
107-
spawned-rt = "0.1.5"
106+
spawned-concurrency = "0.2.1"
107+
spawned-rt = "0.2.1"
108108
lambdaworks-crypto = "0.11.0"
109109
tui-logger = { version = "0.17.3", features = ["tracing-support"] }
110110
rayon = "1.10.0"

README.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,9 @@ Minimalist, stable, modular and fast implementation of the Ethereum protocol in
88
[tg-badge]: https://img.shields.io/endpoint?url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fethrex_client%2F&logo=telegram&label=chat&color=neon
99
[tg-url]: https://t.me/ethrex_client
1010

11-
## Quick-start
11+
## Getting started
1212

13-
To install the client, [first install Rust](https://www.rust-lang.org/tools/install) and run:
14-
15-
```sh
16-
curl -sSL https://raw.githubusercontent.com/lambdaclass/ethrex/refs/heads/main/install.sh | sh
17-
```
18-
19-
This installs the `ethrex` binary.
20-
21-
### Starting the L1
22-
23-
After running the install script, you can start the L1 by running:
24-
25-
```sh
26-
ethrex --dev
27-
```
28-
29-
> [!TIP]
30-
> In case you want to start a new L1, you can remove the data of the old one by executing:
31-
>
32-
> ```sh
33-
> ethrex removedb
34-
> ```
13+
For instructions on how to get started using ethrex L1 and/or L2, please refer to the ["Getting started" section of the docs](https://docs.ethrex.xyz/getting-started/index.html).
3514

3615
## L1 and L2 support
3716

0 commit comments

Comments
 (0)