mksh

Results 7 comments of mksh

I looked through `reqwest::blocking` module, and it lacks pluggable middleware support now, so while it's in theory possible, would require to expose some wrapper/facade interface around the `reqwest::blocking::Client` struct (similar...

The most important part of cleanup is removing `ssz-rs` fork https://github.com/ChorusOne/ssz-rs and switching to use Lighthouse SSZ libraries everywhere.

The recent Lighthouse release removed Goerli spec, so need more work here to port tests to Holesky

Thanks for the report, this will be easy to implement, will do -- mnemonic will be either read from stdin, or asked as an input

`--mnemonic` flag is not required any more, we support passing mnemonic as environment variable, which can be used in combination with small shell wrapper like follows ``` echo "Please enter...

https://github.com/ChorusOne/eth-staking-smith/pull/55

This was resolved in releases https://github.com/ChorusOne/eth-staking-smith/releases/tag/v20240829.0 and later