Tomás Grüner

Results 17 comments of Tomás Grüner

No. The _path_ attribute is for deriving the secret key. I'm not sure how it works, but once the secret is retrieved you should be able to use secret +...

Hey @mabsattar! Sorry for the late response. I've assigned the task to you. Please ping me if you have any questions!

I'm not really sure... Let's leave it in `lib/lambda_ethereum_consensus/state_transition/misc.ex` for now.

Other clients recommend using https://github.com/ethereum/staking-deposit-cli for key generation

We can modify [these scripts from lighthouse](https://github.com/sigp/lighthouse/tree/stable/scripts/local_testnet) to run our nodes instead. Some things to consider: - we'll need to add some new flags to our implementation (mainly set port...

Expanding on this, we'd need to add the following functionality: - import a genesis state (which corresponds to phase0) and update it to the latest spec - flags to set...

This is for the future. The idea is to check this in the future and add validations if needed.

We now have the Rust version pinned at the repo level, although we should check the one used in the CI. We currently don't manually install it, and the runners...

It works on my M3 MacBook Pro, yet fails on another M3 MacBook Pro we tried it on. Haven't tried it on non-Darwin machines.