Kamil Śliwak

Results 777 comments of Kamil Śliwak

> I have always wondered what specific problem the pure keyword in Solidity is intended to solve. AFAIK there never was a fully consistent vision for it. It has always...

> Sure! I've rebased and squashed the commits. However, I noticed an extra merge commit was generated. Is this acceptable, or should I clean it up? Let me know! 😊...

We can't really support immutables here, because the layout must already be defined at creation time (constructor can initialize state variables), but their values can still change at that point....

If you want, some of the things mentioned above ther could potentially be put in a separate PR(s) to make this one smaller: - Disabling `datasize()`, `dataoffset()`, `datacopy()`, `setimmutable()`, `loadimmutable()`...

#15536 has been merged. Please rebase.

I added two missing things to the task list: - `erc7201()` is not the only element that was not implemented in #15528. There are also constants. - We merged the...

Added a task for the warning about storage located too close to the edge.

Sounds reasonable. We should consider it. [js-sha3](https://github.com/emn178/js-sha3) did not have new releases since 2018. I guess something like that does not have to be updated constantly and it has no...

This should be now possible. On our last call with people from CircleCI they had this in their presentation: > **Key Releases Past 6 Months** > > - ARM Cloud...

Sorry, nothing yet. We'll get to this eventually but in the short term there are a few things from our roadmap that have priority, like getting the IR compilation pipline...