Zilliqa / zq2

Zilliqa 2.0 code base
Apache License 2.0
9 stars 0 forks source link

Devex displays wrong 'from' address for Zilliqa transactions #857

Closed JamesHinshelwood closed 4 months ago

JamesHinshelwood commented 5 months ago

It is expected that devex gets this wrong when displaying EVM transactions, because it infers the from address from the senderPubKey in the result of GetTransaction. However, it should work for Zilliqa transactions.

At a guess, we are serialising the Schnorr public keys incorrectly. We should also double check how the signatures are being serialised.

JamesHinshelwood commented 4 months ago

Fixed