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

Skip to content

Tags: TobiWo/eth-valctl

Tags

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge feature/add-partial-withdrawals

## Summary

This PR will add EL request functionality for partial withdrawal and
validator exits. Furthermore it will add hoodi support.

## Details

* add subcommand `withdraw` for partial withdrawals
* add subcommand `exit` for validator exits
* add network option `hoodi`
* clean-up possible network options
* add disclaimer log for missing sanity checks

closes #6
closes #2
closes #26 
closes #25

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
TobiWo Tobias Wohland
Merge feature/add-devnet-7-support

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
TobiWo Tobias Wohland
Merge feature/add-public-devnet-configs

* Add public testnet configs
* Add mainnet config

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
TobiWo Tobias Wohland
Merge hotfix/fix-secret-loadin

v0.1.0

Toggle v0.1.0's commit message
feat(service): Add backend implementation

* Add cli-validation
* Add domain logic
* Add ethereum related service
* Add prompt service