Skip to content

Keys rework

Mateusz Żebrak requested to merge mzebrak/keys-rework into develop
  • Keys dataclasses moved out of mock_database, to their own direcotry
  • PrivateKey is now validated during object creation
  • Each account has now its own KeyManager for storing keys
  • Abstraction of Key and KeyAliased.
  • PrivateKey also has an Aliased form - PrivateKeyAliased
  • Fixes major issue with exceptions being swallowed
  • Fixes try_again_after_activation decorator

Merge request reports