curvefi / stableswap-ng

Automatic Market Maker (AMM) for 2 or more pegged assets, written in Vyper.
Other
34 stars 15 forks source link

fix: update implementations and deployment addresses #34

Closed bout3fiddy closed 11 months ago

bout3fiddy commented 1 year ago

After yaudit's reviews, this is a set of improvements proposed to the implementation contracts.

The abi is unchanged, and some issues with oracles are handled. metapool implementation doesnt use dynarrays internally (that saves a lot of codesize and dynarrays are yuge when compared to static arrays).