Kaloyan Tanev
Kaloyan Tanev
Hi, Current version of golang is 1.17. Version 1.18 introduces generics which I believe are going to be widely adopted. Unfortunately, upon running `swag init` I run into errors because...
Some time ago @gsora spotted that user can run specific tests, however, the user cannot see which tests are available. Adding the available tests in the help command. I've added...
Context nil check is not necessary, as [cobra is always checking on their end](https://github.com/spf13/cobra/blob/v1.8.0/command.go#L1053) if the context is nil and if so, assigning background context to it. category: refactor ticket:...
# 🎯 Problem to be solved Currently the p2p package has a lot of useful functionality that can be used in testing command, unit tests or any other packages. Functions...
# 🎯 Problem to be solved Currently in the github pipelines the Docker images are built for both linux/amd64 and linux/arm64 platforms. However, both of them are on amd64 linux...
Add docs for `charon alpha test` command. ticket: #357
# 🎯 Problem to be solved While trying to launch a cluster alone following the CLI in the docs, it didn't seem as streamlined as I hoped for. In [step...
# 🎯 Problem to be solved While trying to launch a cluster alone I experienced some discrepancies between the docs and the launchpad. On the last step [Create Cluster](https://qa.launchpad.obol.tech/solo/create-cluster/) I...
# 🎯 Problem to be solved Currently the CI tests steps are really dependant on each other. To such extend that we cannot cancel a step (it is mandatory for...
Change builderonly to builderalways for lodestar