Skip to content

Releases: mangrovedao/mangrove-core

v2.1.2-0

31 May 13:38
v2.1.2-0
9667a03
Compare
Choose a tag to compare
v2.1.2-0 Pre-release
Pre-release
  • Upgrade to @mangrovedao/context-addresses v1.3.4 (contains Blast mainnet addresses)
  • Upgrade to @mangrovedao/mangrove-deployments v2.2.2

v2.1.1

29 Feb 08:19
v2.1.1
7bd43dc
Compare
Choose a tag to compare
  • Add support for Blast in deployment scripts
  • Upgrade to @mangrovedao/context-addresses v1.3.1

v2.1.1-0

28 Feb 22:40
v2.1.1-0
3a842c6
Compare
Choose a tag to compare
v2.1.1-0 Pre-release
Pre-release
  • Add blast fork

v2.1.0

28 Feb 09:20
v2.1.0
5d141fe
Compare
Choose a tag to compare

Blast support

  • Add support for Blast Sepolia
  • Add Blast specific contracts, in particular BlastMangrove which extends Mangrove with support for Blast yield, gas fees, and Blast Points
  • Configure Blast Points operator on deployment of BlastMangrove
  • Configure claimable yield and gas fees on deployment of BlastMangrove

Dependencies

  • Upgrade to @mangrovedao/mangrove-deployments v2.1.1
  • Upgrade to @mangrovedao/context-addresses v1.3.0
  • Simplify copying of context addresses

v2.1.0-0

22 Feb 08:07
v2.1.0-0
cb0b8fa
Compare
Choose a tag to compare
v2.1.0-0 Pre-release
Pre-release
  • Upgrade to @mangrovedao/mangrove-deployments v2.0.1
  • Upgrade to @mangrovedao/context-addresses v1.1.2
  • Simplify copying of context addresses
  • Add support for Blast Sepolia
  • Add Blast Specific contracts

v2.0.3

05 Jan 13:46
v2.0.3
c06bac5
Compare
Choose a tag to compare
  • Add support for Sepolia

v2.0.2

19 Dec 07:22
v2.0.2
d198a14
Compare
Choose a tag to compare
  • Change @mangrovedao/mangrove-deployments and @mangrovedao/context-addresses dependencies from 'next' to '^1.0.0'

v2.0.1

15 Dec 09:55
v2.0.1
3a2783f
Compare
Choose a tag to compare
  • Update licenses:
    • Change license of Contants.sol and TickLib.sol from BUSL-1.1 to MIT
    • Replace Unlicense, BSD-2-Clause, and AGPL-3.0 with MIT
    • Restore MIT license for OpenZeppelin code

v2.0.0

11 Dec 15:36
v2.0.0
a30a290
Compare
Choose a tag to compare
  • New tick-based API with constant-gas insert, update, and retract of offers (the volume-based API is still available)
  • Market orders now use a true limit price instead of avg. limit price
  • Several parameter sizes have changed:
    • Density is stored as a float and presented as a fixed-point number
    • is now
    • is now in Mwei
  • Sniping has been restricted to Cleaning: has been replaced by which only allows sniping of failing offers
  • Makers can no longer read the offer list during
  • Mangrove is split into two contracts and uses delegatecall internally
  • New remappings (e.g., @mgv/src instead of mgv-src)
  • Strat lib and strats have been split into a separate repo: https://github.com/mangrovedao/mangrove-strats/
  • Addresses are now read from the @mangrovedao/mangrove-deployments and @mangrovedao/context-addresses npm packages

v2.0.0-4

15 Nov 10:43
v2.0.0-4
985f757
Compare
Choose a tag to compare
v2.0.0-4 Pre-release
Pre-release
  • Use addresses from mangrove-deployments and context-addresses