Notable Changes
- Support for BIP39 mnemonic for key creation/import using
eigenlayer keys
command cumulativeEarnings
in rewards claim json output changed fromint
tostring
to address integer overflow issues in other languages
What's Changed
- chore: clean up and tests 1 of n by @shrimalmadhur in #203
- chore: move el writer initialization to common by @shrimalmadhur in #204
- chore: fix build by @shrimalmadhur in #206
- chore: update deps by @shrimalmadhur in #207
- revert: some build changes by @shrimalmadhur in #208
- chore: refactor and move to internal by @shrimalmadhur in #210
- feat: support bip39 mnemonic for creating ecdsa keys by @shrimalmadhur in #211
- feat: support bip39 mnemonic for importing keys by @shrimalmadhur in #212
- feat: add claim check after generation by @shrimalmadhur in #213
- chore: fix cummulative earnings by @shrimalmadhur in #214
Changelog
- 69328e4 chore: fix cummulative earnings (#214)
- ee958cb feat: add claim check after generation (#213)
- 11fe204 feat: support bip39 mnemonic for importing ecdsa keys (#212)
- 9c15fe9 feat: support bip39 mnemonic for creating ecdsa keys (#211)
- e23580b chore: refactor and move to internal (#210)
- ef0a2eb revert: some build changes (#208)
- 7b10e7b chore: update deps (#207)
- 3431a4d chore: fix build (#206)
- 3a0acc1 chore: move el writer initialization to common (#204)
- d6ca32a chore: clean up and tests 1 of n (#203)
Full Changelog: v0.10.3...v0.10.4