Bunch of fixes
- Removed the hardcoded value of default key for alice account. For testing purposes it is set by
CLIVE_SECRETS__DEFAULT_KEY
env instead. - Reworked Key dataclasses. public key is now
PublicKey
and notPrivateKeyAlias
- private keys to import are stored separately from public keys
- All commands are now
kw_only
- some more minor things, best to look at them by commit names
Edited by Mateusz Żebrak