spacemeshos / svm

SVM - Spacemesh Virtual Machine
https://spacemesh.io
MIT License
85 stars 14 forks source link

Self-healing -related FFI #378

Closed neysofu closed 2 years ago

neysofu commented 3 years ago

This PR brings the current FFI layer closer to the current go-svm API, thus aligning the two. In particular, we're exposing self-healing and account read operations, which are required by go-spacemesh.

Some documentation and doc link fixes are also included.