Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: TobiWo/eth-valctl

v0.4.0

27 Mar 14:09
7181ce1

Choose a tag to compare

What's Changed

This release finally brings full pectra functionality into the eth-validator-cli. Furthermore, the new public testnet hoodi is supported.

Note: There are still some issues while sending a lot of EL requests. You might see some transaction reverts. The origin is unclear yet. This behavior was observed more often when increasing the batch size with --max-requests-per-block. I recommend to stay at the default for now or even lower it to 5 or 3.

New features 🎉

  • Add partial withdrawals and exits by @TobiWo in #23

Other Changes

Full Changelog: v0.3.1...v0.4.0

Thank you

Many many thanks to the invaluable help from @pk910, especially in understanding the relevant system contracts 🙏 💯 . It would have taken so much longer to build this tool without his support. Thank you.

v0.3.1

27 Feb 13:15
23908f1

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.3.0...v0.3.1

v0.3.0

24 Feb 16:19
3a2ddd8

Choose a tag to compare

What's Changed

This release does not contain any new feature but will support the Holesky and Sepolia testnets after the Pectra hardfork.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

24 Feb 15:44
daf3b13

Choose a tag to compare

What's Changed

Other Changes

  • Fix setup and documentation by @TobiWo in #8
  • Batch multiple EL requests by @TobiWo in #10
  • Add support for devnet-5 spec changes by @TobiWo in #12
  • Add action for attaching cross platform binaries to release by @TobiWo in #13

Full Changelog: v0.1.0...v0.2.0

v0.1.0

13 Dec 15:22

Choose a tag to compare

Initial release

This is the first release of the eth-validator-cli, a tool to manage your validators via execution layer requests (possible in post pectra networks see here) in a programmatic way.

The tool only works on the mekong testnet currently

Note: I could not test on Mac so I don't know if the binary works there.

What's Changed

New Contributors

  • @TobiWo made their first contribution in #1

Full Changelog: https://github.com/TobiWo/eth-validator-cli/commits/v0.1.0