Skip to content

Commit

Permalink
feat: relax restrictions on internal function signatures
Browse files Browse the repository at this point in the history
relax the restriction on unique "method ids" for internal methods. the
check used to be there to avoid collisions between external method ids
and internal "method ids" because the calling convention for internal
functions used to involve the method id as part of the signature, but
that is no longer the case. so we can safely allow collision between
internal "method ids" and external method ids.

cf. issue #1687 which was resolved in in 9e8c661.

chainsec june 2023 review 5.22
  • Loading branch information
charles-cooper committed Sep 1, 2023
1 parent 322596a commit bb017fd
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit bb017fd

Please sign in to comment.