kurtosis-tech / zzz-deprecated-eth2-merge-kurtosis-module

Deprecated in favor of https://github.com/kurtosis-tech/eth2-package
29 stars 23 forks source link

Updating Kurtosis to be compatible with Kiln v2 clients #77

Closed parithosh closed 2 years ago

parithosh commented 2 years ago

The latest spec adds authentication to all the clients. This requires a JWT token. Kurtosis generates the token using ethereum-genesis-generator and passes it on to all the clients. Additionally we switch the engine API from the RPC port to its own dedicated port.

parithosh commented 2 years ago

I'm not sure why the CI is failing, just tested the codebase locally and it seems to do its job. Maybe someone has an idea?

mieubrisse commented 2 years ago

Closed in favor of #79