Martin Eckardt

Results 16 issues of Martin Eckardt

Track if users use the Avalanche CLI from a Codespace. We can check if Avalanche-CLI is running in a Codespace by checking if the environment variable `CODESPACE_NAME` is set.

Currently the user receives the following error message: `Error: rpc error: code = Unknown desc = avalanche exec not exists` A user getting started with Avalanche Network Runner does not...

The link pointing to avalabs.org is broken, since the file has been moved to a new domain. Therefore, I propose changing the link to arXiv link. If it's desired to...

Now we use the AvalancheGo Binary instead of cloning the repo and building it from source. Furthermore, we use the AvalancheGo version specified in scripts/versions.sh **Why merge this?** This decreases...

Teleporter is getting renamed to Avalanche Interchain Messaging. Therefore, I propose to reorganize the command tree: Since the new names are pretty long, I recommend offering the full name and...

When the relayer starts, it shows a success message, even if the relayer start fails (e.g. because of a malformed config file): ```bash @martineckardt ➜ /workspaces/avalanche-starter-kit (main) $ avalanche teleporter...

We now have ANR and Avalanche CLI both in the Dev Container. As soon as we updated the Precompile-EVM course to use Avalanche CLI, we should remove ANR to make...

**Context and scope** When running a Subnet with all validators in partial sync mode, it will not be able to verify incoming messages from the primary network. The optimization will...

enhancement

We should think about wether we want to create a separate page for Dev Tooling or integrate it in the Integration page - [ ] [AvalancheGo Postman Collection](https://docs.avax.network/tooling/avalanche-postman) - [...