[Solved] New version Python SDK can not sign AENS tx properly?

The generated AENS tx passed the check at https://goggles.aepps.com/, but got “Byte serialization not supported” when it was signed with aecli from github py sdk.

The error message is located at the file hashing.py in the lib.

Is there anything I can do to fix this ?

Regards,

Liu Yang

Hi there,

The problem here is that the network ID parameter is missing–the error message is misleading, which is a known issue Improve error messages when network-id is not specified · Issue #127 · aeternity/aepp-sdk-python · GitHub

Hope this helps,

John

2 Likes

That’s fine~thank you!

1 Like