Skip to content

fix: error on key collision#663

Closed
joe-p wants to merge 2 commits intoalgorandfoundation:mainfrom
joe-p:fix/error_on_key_collision
Closed

fix: error on key collision#663
joe-p wants to merge 2 commits intoalgorandfoundation:mainfrom
joe-p:fix/error_on_key_collision

Conversation

@joe-p
Copy link
Copy Markdown
Contributor

@joe-p joe-p commented Feb 27, 2026

This adds logic to the awst validation step that ensures there are no colliding state keys. It should be noted that collisions are still possible with dynamic types and same-sized static types, which is out of scope for this PR.

Closes algorandfoundation/puya-ts#335

This adds logic to the awst validation step that ensures there are no
colliding state keys. It should be noted that collisions are still
possible with dynamic types and same-sized static types, which is out of
scope for this PR
@joe-p joe-p force-pushed the fix/error_on_key_collision branch from eba376a to a183e40 Compare February 27, 2026 13:56
@joe-p
Copy link
Copy Markdown
Contributor Author

joe-p commented Feb 27, 2026

Closing in favor of #664

@joe-p joe-p closed this Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Colliding state keys are not detected

1 participant