feat: implement IERC165 - #3
Conversation
Closes EFI-443 Created a [PR](defi-wonderland/solidity-foundry-boilerplate#113) for the security vulnerability in the boilerplate repo
EFI-431 supportsInterface
|
1e0782c to
9b05ec8
Compare
| @@ -0,0 +1,12 @@ | |||
| // SPDX-License-Identifier: MIT | |||
| pragma solidity 0.8.30; | |||
|
|
|||
There was a problem hiding this comment.
it's okay to leave out the interface comments when they are not ours, right?
There was a problem hiding this comment.
I added them only because the pre-commit fails without the natspec
There was a problem hiding this comment.
oh got it, I think we can 100% skip them
0xItadaki
left a comment
There was a problem hiding this comment.
looks good 🚀 Just a small nit in the .tree file and a bunch of questions 😃
|
@0xAustrian I see the commit history is a bit messed up due to the updates we did yesterday. I guess that doesn't matter since they get squashed later, right? |
That's right, it will be hidden once we squash, and I'm not a big fan of force-push. |
Closes EFI-431, EFI-440