Open Ben-Rey opened 1 year ago
Currently we return an hardcoded value in the vm mock.
We can check how core is doing the transformation and try to implement a javascript version.
Maybe it's simpler to have a setter to get the expected value.
If not, here is the golang version of how an address is generated from the public key.
Currently we return an hardcoded value in the vm mock.
We can check how core is doing the transformation and try to implement a javascript version.