Philipp Piwo
Philipp Piwo
just a placeholder to remind of updating dependencies for arm64 support
1. adjusted the builder to build on arm64: https://github.com/thepiwo/docker-builder/commit/c1650ec2bba9844d504daabd73039ed657eabd80 2. aeternity core docker build fails with `g++: error: unrecognized command line option '-m64'` in the cuckoo compile 3. adding `ENV...
libraries like [jose](https://github.com/panva/jose) do check if keys are `instanceOf CryptoKey` (e.g. https://github.com/panva/jose/blob/main/src/runtime/browser/webcrypto.ts#L3) Using `Object.setPrototypeOf` the created keys from the ED25519 polyfill can also satisfy this check.
e.g. using the cli `aesophia_cli --no_code --create_json_aci`, but also aesophia_http I receive the error `Unbound type ...` trying to create ACI from a `contract interface` that references a remote contract....
closes #474