Skip to content

Releases: lambdaclass/ethrex

ethrex: v2.0.0

07 Oct 23:04
d2486dd
Compare
Choose a tag to compare

Installation and running instructions can be found in our docs

💥 BREAKING CHANGES

  • due to e0c018e - change --datadir to be relative to current working directory (PR #4521 by @MegaRedHand):

    change --datadir to be relative to current working directory (#4521)

✨ New Features

Read more

ethrex: v1.0.1

04 Oct 01:25
a1b1f34
Compare
Choose a tag to compare

Installation and running instructions can be found in our docs

🐛 Bug Fixes

🔧 Chores

ethrex: v1.0.0

01 Oct 23:55
a976db3
Compare
Choose a tag to compare

Highlights

• Snapsync is now working smoothly across all networks
• RocksDB is the new default
• Memory usage improvements

Installation and running instructions can be found in our docs

💥 BREAKING CHANGES

  • due to e0c018e - change --datadir to be relative to current working directory (PR #4521 by @MegaRedHand):

    change --datadir to be relative to current working directory (#4521)

✨ New Features

Read more

ethrex: v0.2.0-rc.1

25 Sep 18:30
22b118f
Compare
Choose a tag to compare

Installation and running instructions can be found in our docs

💥 BREAKING CHANGES

  • due to e0c018e - change --datadir to be relative to current working directory (PR #4521 by @MegaRedHand):

    change --datadir to be relative to current working directory (#4521)

✨ New Features

Read more

ethrex: v0.0.4-alpha

20 Aug 20:32
5dfb043
Compare
Choose a tag to compare

Installation and running instructions can be found in our docs

✨ New Features

🐛 Bug Fixes

⚡ Performance Improvements

♻️ Refactors

🔧 Chores

ethrex: v0.0.3-alpha

11 Aug 14:54
967ed78
Compare
Choose a tag to compare

✨ New Features

🐛 Bug Fixes

Read more

v0.0.2-alpha

20 Aug 20:24
23191af
Compare
Choose a tag to compare

✨ New Features

🐛 Bug Fixes

⚡ Performance Improvements

♻️ Refactors

✅ Tests

🔧 Chores

v0.0.1-alpha

20 Aug 20:24
d3aa87a
Compare
Choose a tag to compare
docs(l2): improve ethrex-replay docs (#3498)

> [!CAUTION]
> Merge after #3482 

**Motivation**

The `ethrex-replay::README.md` file was outdated.

**Description**

- Removes `ethrex_replay/README.md`.
- Creates `docs/ethrex_replay.md`.
- Adds some missing targets to `ethrex_replay/Makefile`.

Closes None