matheusaaguiar

Results 21 issues of matheusaaguiar

This is the list of steps required to support the specification of arbitrary contract storage base locations. There's already a long discussion in (previous) issue #597, which provided the basis...

selected for development
medium effort
high impact
feature

Suggested here: https://github.com/ethereum/solidity/pull/15463#discussion_r1946701186 The AST Json Importer has many instances of `solAssert` being used for validation/error messaging. As suggested in the linked comment, it would be better to have a...

low effort
low impact
nice to have

Currently, secondary error messages do not show up in `isoltest` and it is necessary to create a command line test to properly check those. Suggested in https://github.com/ethereum/solidity/pull/15463#discussion_r1947067163.

testing :hammer:
low effort
low impact
should have

part of #15727.

`transfer` is deprecated and will be removed in the next breaking release. depends on #16174.

testing :hammer:
has dependencies
smt

There are features marked as deprecated and planned to be removed, many of them in the next breaking release v.0.9, which are listed in #15795 . We also need to...

documentation :book:
medium effort
medium impact
must have