Fusee ⚡
Fusee ⚡
Sure! Ideally, it would be great to have at least the gas used, in the InternalGas unit, and three variables triggering the tiers: instruction count, stack height, and stack size....
Hey @big14way, to give you more context: before creating this issue I wanted to create a PR for the first solution. As explained implementing ABI directly in the Sui's Framework...
Hi @amnn! I discovered this Move limitation while working on integrating Axelar to make a Sui package communicate with EVM smart contracts. Communication is done through message passing as raw...
It is [ABI](https://docs.soliditylang.org/en/latest/abi-spec.html)! I managed to made everything working for my use case, but the experience was not great. It wasn't hard since I already implemented binary encoders on other...