- Substitute RSA keypairs with Ed25519 elliptic curve keypairs
- Refactor key generation in Python
- Refactor hashing from SHA265 to SHA512
- Implement address-key mapping broadcast on Beez Nodes
- Implement transformation from Ed25519 public key to Beez address
- Add implementation to P2P broadcast addresses if they are not already known by node
- Extend P2P protocol to broadcast address to public key mapping
- Add address index on nodes to store address to public key mapping
- Refactor signature validation from expecting public key in transaction to expecting address
- Implemented transaction covered check when transaction is handled.
- Added changelog (#7).