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
Fix anchor build: drop #[constant] from u128 constants
`anchor build`'s IDL generation compiles a generated test under the
idl-build feature, where the `#[constant]` macro mis-evaluates the 1e18
u128 literal as i32 ("literal out of range for i32"), failing CI. These
values don't need to be in the IDL, so they're plain `pub const`s now.
https://claude.ai/code/session_01RwE8f8ahP5S6SDNTsXmpj9
0 commit comments