Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate ABI and bare routing for contract #38

Open
tristanmenzel opened this issue Oct 24, 2024 · 0 comments
Open

Validate ABI and bare routing for contract #38

tristanmenzel opened this issue Oct 24, 2024 · 0 comments
Milestone

Comments

@tristanmenzel
Copy link
Collaborator

tristanmenzel commented Oct 24, 2024

Across a single contract

  • verify that no two methods have the same abi route

Across contract and its bases

  • verify that a method which is overridden uses the abi route of the overrider and that the base implementation is not routed (ie. subroutine only)
  • verify that no two methods have the same abi route

It is possible for methods with different names to end up with the same abi route due to name overrides

@neilcampbell neilcampbell added this to the PuyaScript milestone Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants