Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.64 KB

File metadata and controls

50 lines (29 loc) · 1.64 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]

[1.0.4] - 2021-02-11

Added

  • wrapETH utility function to make it easy for an account to wrap ETH to WETH.
  • unwrapWETH utility function to make it easy for an account to unwrap WETH to ETH.

[1.0.3] - 2021-01-29

Added

  • isVerifiedMedia on the Zora class to be able to verify if a piece of media's uris hash to their hash in immutable storage.
  • isMediaDataverified utility function to verify that some MediaData is verified before mint.
  • isURIHashVerified utility to verify a give uri and hash combination are verified. Verified meaning that the content at a uri hashes to the specified hash.

[1.0.2] - 2021-01-28

Added

  • Added isValidBid and isValidAsk to help clients validate Bids and Asks input data before submitting a transaction to the blockchain

[1.0.1] - 2021-01-28

Added

  • Hotfix for Out of Gas error fixed for Wallet Connect users. Added 10% gas limit padding for mint transactions.

[1.0.0] - 2021-01-27

Added

  • no additions were made between 1.0.0-rc0 and 1.0.0

[1.0.0-rc0] - 2021-01-25

Added

  • The Zora class, with contract read and write methods available to interact with instances of the Zora Protocol
  • Utility Functions for hashing, constructing types, and doing EIP-712 operations.
  • Addresses of officially supported Zora Protocol instances on different networks.
  • Export Metadata from media-metadatas-schema