Gastón Zanitti
Gastón Zanitti
Hi Sam. Yes, ETK is compiled to WASM, but for the moment it is compiled by hand inside the same project and exported, because it points to a branch of...
I don't like the option to auto-detect the hardfork either, I think it would bring more problems than solutions. Personally, I hadn't thought about the idea that it could be...
But wouldn't that be a problem in the opposite situation? Let's say you have a library that uses %hardfork(pre-4750) and you want to use it in your %hardfork(post-4750) code. eas...
Perfect. Now it is much clearer. I will work on a first draft of this idea. Regarding the syntax, I particularly think we could use something like this to separate...
Hey @SamWilsn, I'm moving forward with the changes we had pending now that the new backend was finally merged. I hope you don't mind having to keep reviewing my code...
@lightclient I sent you a dm on Discord (not sure which is the best way to contact you, sorry).
This EIP seems to be finished. Do you think it's worth creating a branch EOF or something and merge all the EIPs there before sending them to master?
Hey Vyzo, thank you very much for your report. Your problem is mainly because the functionality you are looking for is given by the built-in %import, which inserts the code...