Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 891 Bytes

CHANGELOG.md

File metadata and controls

29 lines (17 loc) · 891 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.0] - 2023-03-23

Added

  • New ERC721Pool contract, which allows users to deposit and withdraw ERC-721 tokens in exchange for pool tokens. This contract features a new deposit, withdraw and withdrawWithSignature function.
  • New ERC721PoolFactory contract, which allows users to create new ERC721Pool contracts. This contract features a new createPool function.

Changed

  • Rename @hifi-finance/wnft to @hifi-finance/pooled-nft.
  • Upgrade to @openzeppelin/contracts v4.8.1.

Removed

  • Vault contract.
  • VaultFactory contract.

[1.0.0] - 2023-04-07

Added

  • First release of the package.