scilla
scilla copied to clipboard
[Gas-Analysis] Misc bug-fixes
When analyzing this contract, https://github.com/merkaliser/scilla-vanilla/blob/develop/ERC223/contract.scilla, the analyzed GUP has the term "Element of: balances" appearing twice even thought it's the same. This is likely due to two identifiers with different locations being treated as different identifiers.
Implicit names (such as _this_address) not handled, must be. Here's an example contract using it https://github.com/khelmy/zdex/blob/master/contracts/Hub.scilla