Closed
Description
Part of #751
Follow same steps as #752
Add a function verify_ed25519()
to MockApi
to verify ed25519 signatures. This should take the raw pubkey and signature bytes as used in tendermint core to sign blocks.
There seems to be much more standardization in ed25519, so we hopefully only need this one variant, not 3 different encodings as with secp256k1 (cosmos, ethereum, bitcoin).