balancer / balancer-v3-monorepo

GNU General Public License v3.0
37 stars 10 forks source link

Expand pools to higher token counts #790

Closed EndymionJkb closed 1 month ago

EndymionJkb commented 1 month ago

Description

Now that the Vault supports 8 tokens, we can move the Weighted Pool max up to 8, and restore v2's Stable Pool max token count of 5 (limited by StableMath; higher token counts are possible, but haven't been verified to work to the extent that 5-token pools were).

This removes a limitation on v3 that turns out to have been unnecessary, and restores parity with v2. Should make some partners happy!

Type of change

Checklist:

Issue Resolution