EndymionJkb
EndymionJkb
# Description ComposableStablePool (version 3) was patched for reentrancy; this applies the same (generalized) protections so that any future deployments are safe. ## Type of change - [X] Bug fix...
# Description WeightedPool (version 3) was patched for reentrancy; this applies the same (generalized) protections so that any future deployments are safe. ## Type of change - [X] Bug fix...
There are relayers in standalone-utils to support types of Linear Pools that have been migrated to integrations. UnbuttonWrapper, ReaperWrapper, etc. These create dependencies (e.g., mocks, and a duplicate IERC4626 interface...
We have a versioning system in the /deployments package and readme's that labels each deployment with a date, includes the complete build info, and often indicates a version in the...
We now have two BasePools - the original in pool-utils, and a special ManagedPool one in pool-weighted/managed/vendor. We'd like to propagate the simplification and design choices from Managed Pool to...
`getScalingFactors` on Linear Pools (public) includes the BPT. Going forward, we could have an external one *not* return BPT, and make the one that does include BPT internal.
Most pools mint an initial (very small) amount of BPT to the zero address on initialization, so that the pool can never be completely drained. Most importantly, this prevents `_onInitializePool`...