- Export SimpleTestMaker bytecode
- Open markets in MangoveJsDeploy script
- TestMaker can revert individual offers
- Added Polygon mainnet deployment addresses
- Added permissionless open markets tracking to MgvReader
- Fix issue in provision calculations in stratlib
- Some gas optimizations in the stratlib
- Update mumbai deployment addresses
- Update PxUSDC and PxMATIC Polygon mainnet addresses
- Added Polygon mainnet deployment addresses
- Remove slippage from MangroveOrder - resting order now posted at same price
- Introduce reserve hook on MangroveOffer which replaces other reserve logic
- Add collectByImpersonation to MgvCleaner
ILiquidityProvider
provide simpleupdateOffer
andnewOffer
public functions, using default values forgasprice
andgasreq
. This unifies interface between Forwarder and Direct strats. Strat builders can still implement a public offer management that lets offer owners set gasreq and gasprice
- updating test deployment script
- updating
mangroveorder
deployment address
- Updating
MangroveOrder
deployment address
- ABI change to
MangroveOrder
after various fixes (code audit) - Forwarder strats no longer deprovision offer automatically to fix out of gas issues in posthook (pull based deprovision)
- various improvement to routers and Forwarder strats
- Fix 1.0.3 bad package.json (was not exporting enough)
- Fix 1.0.2 bad index.js (was referencing absent files)
- Export all solidity files
- Change dist/export layout
- Correctly export files in
dist/index.js
.
- Initial release, see
mangrovedao/mangrove
inpackages/mangrove-solidity
for the history before.