You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Create coded exceptions for invariant violations (#2242)
# Summary
Invariant violations are a kind of error that should never get hit ever, and if they do your program is broken.
In one sense we don't want error codes for them because they're not intended to be caught in downstream programs. On the other hand I've tried to come up with a reason _not_ to give them codes and I can't.
Making them a `@solana/error` gives us compression and error decoding for free.
Addresses #2118.
0 commit comments