Results 844 comments of Francisco Giordano

@nikola-matic That seems right, I misspoke. For user defined types I don't see the documentation in the AST.

Struct fields become a part of the interface if they are used as a function argument or return value though?

Closing as the fix will have to take a different shape: see https://github.com/NomicFoundation/edr/issues/887.

Regarding namespaces note that Solidity plans to support an `erc7201` function for use in `layout at` annotations (https://github.com/ethereum/solidity/issues/15727).

This is how we can squash this PR down to one commit while preserving merge history (so as to avoid merge conflicts in the future): ```bash cd ~/edr # repo...

This PR now builds on https://github.com/ethereum/ERCs/pull/1050 so until that PR is merged the diff in the Files tab is not helpful. I recommend looking at the [diff here](https://github.com/frangio/ERCs/compare/7786-wg-updates..7786-request-relay#diff-07848a22c16b11582927b37d76b2c54a0617b1444b30d11bca783ac98eaed01f) instead.

Will propose as separate ERC in the future.

Thanks @demibrener! I like the motivation for this feature. If I understand correctly, an "airdropper" would basically be a "multisend" function.

To keep in mind: https://blog.ricmoo.com/merkle-air-drops-e6406945584d

Added `-f` to the list of potentially useful short flags.