balancer / balancer-v3-monorepo

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

General docs polish (interfaces pkg) #787

Closed EndymionJkb closed 1 month ago

EndymionJkb commented 1 month ago

Description

This is a continuation of the previous doc improvement efforts, doing a comprehensive pass through the whole codebase to check for missing or stale comments, inconsistently named variables or files, etc.

There are just two non-docs changes, though not "code" changes: moving structs out of interfaces, which are similar to those already in VaultTypes. (I could factor them out, like I did for the computeDynamicFee function, but that was a rename, while this is just moving a struct.)

Started with the interfaces package (which of course affected most of the others). Subsequent PRs will look at the other packages.

Type of change

Checklist:

Issue Resolution