You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support more possible inputs for relay key config (#703)
the relay secret key configuration option was not compatible with BIP44
input, e.g. the output of a mnemonic seed phrase and a given path in the
tree
this PR now supports this feature which was simplest by just exposing a
BIP44 compatible API the underlying ethereum-consensus dependency
## ✅ I have completed the following steps:
* [X] Run `make lint`
* [X] Run `make test`
* [ ] Added tests (if applicable)
0 commit comments