Skip to content

Conversation

@nimrod-teich
Copy link
Collaborator

  1. Fix parsePeriodicVestingAccount to accumulate period lengths sequentially instead of calculating each period from startTime. Cosmos SDK's PeriodicVestingAccount has sequential periods where each period's length is the duration from the previous period's end.

  2. Add iprpc_pool to the list of pools to exclude from circulating supply

  3. Pin libsodium-sumo and libsodium-wrappers-sumo to 0.7.15 to prevent WASM compilation errors from the new 0.7.16/0.8.0 versions (released Dec 29 / Jan 6) which have broken WASM binaries on Alpine

1. Fix parsePeriodicVestingAccount to accumulate period lengths sequentially
   instead of calculating each period from startTime. Cosmos SDK's
   PeriodicVestingAccount has sequential periods where each period's length
   is the duration from the previous period's end.

2. Add iprpc_pool to the list of pools to exclude from circulating supply

3. Pin libsodium-sumo and libsodium-wrappers-sumo to 0.7.15 to prevent
   WASM compilation errors from the new 0.7.16/0.8.0 versions (released
   Dec 29 / Jan 6) which have broken WASM binaries on Alpine
@nimrod-teich nimrod-teich merged commit e7de263 into mainnet Jan 14, 2026
1 check passed
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.

3 participants