Kaloyan Tanev
Kaloyan Tanev
## Summary Update the docs with the changes reflected in Charon v1.1. ## Details Changes are mainly about `charon alpha test` command. Small changes in the flags descriptions as well....
# 🎯 Problem to be solved Update the docs based on the charon v1.1 changelog.
Instead of having to bump golang version on each patch release, use latest patch. That's what we already do in `go.mod`. category: misc ticket: none
Add testnet flags for exits. We have testnet for other CLI commands, but not for the exits. Required so we can easily test with Kurtosis. Fix a test in `cmd/createcluster_internal_test.go`...
# 🎯 Problem to be solved Currently if we want to exit all active validators in the cluster, it is quite cumbersome process, having to specify every validator's PK or...
# 🎯 Problem to be solved Currently when `charon test performance` command is ran under Docker, the disk measurement tests work great for macOS. The way it works is that...
# 🎯 Problem to be solved Currently when we want to test our connection with peers, we require peers' ENRs to be passed as a flag. However, this can be...
Add support for partners - easier overriding of env variables and docker compose files. Implement Lido as first partner. Up until now Lido has been using lido-charon-distributed-validator-node repository, however, this...
# 🎯 Problem to be solved An approach that was taken to ease the setup for a partner organisation (Lido) was to create a fork of this repository and configure...