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: replace panic with proper error handling in APIVersion::from_u64()
- Fixes critical bug where unsupported version numbers would panic
- Now returns Result<Self, VersionError> for graceful error handling
- Prevents server crashes when loading contracts with invalid versions
- Resolves River invitation hanging issue
BREAKING CHANGE: APIVersion::from_u64() now returns Result instead of Self
0 commit comments