athenavm / athena

Athena monorepo
https://www.athenavm.org/
Apache License 2.0
21 stars 2 forks source link

Use SCALE instead of Borsh #139

Closed poszu closed 1 month ago

poszu commented 1 month ago

Part of the implementation of #131. Switch to scale codec for encoding & decoding to be in line with spacemesh, which uses scale extensively for serialization and doesn't use borsh.

Also, fixes #136 (borsh depends on an unmaintained crate reported in the sec issue).