balancer / balancer-v3-monorepo

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

Consistent percentage values #816

Closed EndymionJkb closed 1 month ago

EndymionJkb commented 1 month ago

Description

We have been moving toward using 10e16 to represent floating point percentages, vs. 0.02e18, as directly typing the percentage is easier to read. This makes this consistent everywhere (including saying 100e16 for 100%).

Type of change

Checklist:

Issue Resolution