Releases: GalloDaSballo/fair-selling
V0.3-RC.2 AuraBribesProcessor Fixes + PricerV3 no reverts and fuzzing tests
- Fuzzing Tests
- Pricer V3 Try Catches
V0.3-RC.1 AuraBribesProcessor Fixes
Fixes to Bribes Aura Processor (Balancer Reverts)
V0.3-RC.0 10x gas savings
onChainPricer now uses heuristics and ported libraries to cost around 160k per quote (against 1.6MLN for V2)
BREAKING CHANGES
The function findOptimalSwap
is again view
this should be fine for most uses but be mindful that V2 was non-view
V0.2 - Balancer Support and AuraBribesProcessor
Deployment:
OnChainPricingMainnetLenient (up to 5% slippage):
https://etherscan.io/address/0x81b2211a3c25e6720a44492bf989c849df509147#readContract
Aura Processor:
https://etherscan.io/address/0x0b6198b324e12a002b60162f8a130d6aedabd04c#code
Minor Formatting changes
Next Release will aim to achieve same result but save gas.
We need to reduce by 10x to make this viable day to day
V0.2 - Release Candidate - Additional Balancer Pools and "Token Supported"
- Maximized tokens we support (Pricer, which can be changed by governance later)
isPairSupported
functionisPairSupported
gas savings (Bal Pool math is not computed, early returns)
-
SD = "0x30d20208d987713f46dfd34ef128bb16c404d10f"
-
FDT = "0xEd1480d12bE41d92F36f5f7bDd88212E381A3677"
Updated Gas Profile
v0.2-RFC.1 V0.2.0 AuraBribes
Updated Addresses
v0.2-RFC.0 V0.2 Request for Comments - Aura Bribes Processor
V0.2 Request for Comments - Aura Bribes Processor
Added Aura Bribes Processor, very similar to CVX Bribes Processor
v0.1 Initial Release
Fixes approvals issue (that can be solved with workaround)
Also uses Harvest_Emitter to emit to tree with schedule
rc.4 Quick compilation fix
Compiles now
rc.3 - Added anti rug measure in pricer
Pricer can only be swapped by DEV MULTI to prevent manager abuse