Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

40 lines (26 loc) · 1.49 KB

Changelog

1.0.3

  • Fixed a bug in the Fixed Price Batch module calculating the payout of a partially filled bid. This was introduced in v1.0.2 when the underflow bug was fixed.

1.0.2

  • Fixed a bug in the Fixed Price Batch module that could result in an underflow when an auction was settled

1.0.1

  • Seller can now be a referrer to an auction and earn the referrer fee. This allows them to effectively not pay a fee when they direct traffic to their own auction
  • Improved linting / formatting for non-solidity files
  • Updated contracts deployed to mainnets and testnets

1.0.0

  • Initial production deployments to arbitrum, base, blast, and mantle

0.9.0

  • Split periphery (callbacks) contracts out into a new repository: axis-fi/axis-periphery
  • Split some scripts out into a new repository: axis-fi/axis-utils
  • Use soldeer instead of git submodules for external dependencies
  • Change absolute imports to relative imports so that it can be used as a dependency

0.5.1

  • Migrates all dependencies over to soldeer packages and away from git submodules (#222)
  • Removes redundant dependencies (prb-math, uniswap-v3-periphery) (#222)
  • Packages the repository as a soldeer package (#222)
  • Use implicit imports in interfaces (#223)
  • Improvements to constant and deployment addresses (#220)

0.5.0

  • Adds SVG for derivative tokens deployed using the LinearVesting module (#210)
  • Define the referrer fee on a per-auction basis (#216)
  • Standardise percentages on 2 basis points (100% = 100e2)