balancer / balancer-v3-monorepo

GNU General Public License v3.0
24 stars 4 forks source link

Always round balances down #735

Closed EndymionJkb closed 6 days ago

EndymionJkb commented 1 week ago

Description

There are a couple places where we round balances up, and it's not clear this is the right thing to do. It also introduces a possible discrepancy between the public getter for live balances (which doesn't expose the rounding direction, and always rounds down), and what the live code would do. (Though we don't think this is consequential.)

Type of change

Checklist:

Issue Resolution

Resolves #152