Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

47 lines (28 loc) · 1.12 KB

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.

[Unreleased]

Added

  • VestingWallet contract. #402
  • Erc1155Burnable extension. #417

Changed

  • Implement MethodError for safe_erc20::Error. #402
  • Use function_selector! to calculate transfer type selector in Erc1155. #417

Fixed

[v0.2.0-alpha.1] - 2024-11-15

Added

  • ERC-1155 Multi Token Standard. #275
  • SafeErc20 Utility. #289
  • Finite Fields arithmetics. #376
  • Ownable2Step contract. #352
  • IOwnable trait. #352

Changed(breaking)

  • Removed only_owner from the public interface of Ownable. #352

[0.1.1] - 2024-10-28

Changed

  • Mini alloc is now used by default via the stylus-sdk. This avoids conflicts with duplicate #[global_allocator] definitions. #373
  • Removed the panic handler from the library, making it easier for std and no_std projects to use the library. #373

[0.1.0] - 2024-10-17

  • Initial release