Kamil Śliwak
Kamil Śliwak
Do we also want to also document the calling convention for stuff that's not available in contract external functions? E.g. mappings or `storage` arguments? We also discussed `new L()` (in...
> The use case that lead to this discussion was me working on a factory contract where the created contracts needed to be linked to a library. But was that...
Ping @mehtavishwa30.
@mehtavishwa30 This needs a rebase and squashing. I think you used the "Update branch" feature to do it, but without switching it to "rebase". If you do that, it creates...
There seems to be some new rate-limiting going on with our Foundry version check and that makes a lot of external test jobs fail. They're unrelated to the PR and...
It's already reabased and fine to merge, but there seems to be something weird happening on CircleCI side. All of these jobs should not be failing.
Well, when pushing the squashed commit I first accidentally pushed it as a branch named `PatrickAlphaC/feat/updraft-addition` instead of pushing `feat/updraft-addition` to `PatrickAlphaC` and quickly deleted it. This probably started CI...
### `gas_diff_stats` | File name | IR optimized | Legacy optimized | Legacy | |-----------------------------------------------------------------------------|----------------|--------------------|----------| | `userDefinedValueType/erc20.sol` | 1% | | | | `array/copying/copy_byte_array_to_storage.sol` | +0% | | | |...
## External tests ### `ir-no-optimize` | project | bytecode_size | deployment_gas | method_gas | |:----------------:|--------------:|---------------:|-----------:| | brink | `0%` | | | | colony | `0%` | | | |...
I'm not sure I understand what the problem is. If you not enable optimization then obviously the redundant `mstore` won't be optimized out. I don't think it has anything to...