-
as discussed in the workshops pre-conference we want to enforce separate compilation in a prior step by allowing the developers to get the contract instance only by:
- bytecode / aci (for deployment …
-
depends on https://github.com/aeternity/aesophia_cli/issues/67 https://github.com/aeternity/aesophia_cli/issues/66
-
relates to https://github.com/aeternity/aeternity/pull/3845 and https://github.com/aeternity/aeternity/issues/3799
- build/check jobs should run on single platform to save runtime
- master should …
-
https://github.com/aeternity/aepp-cli-js/pull/206
https://github.com/aeternity/aepp-sdk-js/pull/1117
-
Hi, I have tried to use the `Oracle.extend` from std lib however it was only possible if the contract called `Oracle.extend(o, signature = sign, ttl)` instead of `Oracle.extend(sign, o, ttl)`.
The…
-
*From the Sophia discussion at the Sofia workshop.*
-
I am not sure if this is supported yet. currently I guess I have to either include everything in one file or create a separate file with contract interface only to be able to interact with the contrac…
-
-
Make transaction names consistent between repositories
For example, "name pre-claim" transaction:
https://github.com/aeternity/aepp-sdk-js/blob/289598c55ff6a9d9eef8b85030e0d1f901447123/es/tx/build…
-
@thepiwo raised the issue that people using the hosted compiler (which will be updated to v5.x.x) will have problems if their contracts rely on certain Sophia functionalities which faced breaking chan…