Skip to content

Latest commit

 

History

History
126 lines (89 loc) · 4.91 KB

changelog.md

File metadata and controls

126 lines (89 loc) · 4.91 KB

Changelog

We're using https://semver.org/

2.3.0

  • Add a function that enables us refresh a badge's metadata by emitting an event

2.2.0

  • Add revocation and reinstatement of badges

2.1.0

  • Added MetadataUpdate event in Raft.sol when setTokenURI is called

2.0.1

2.0.0

1.0.1

1.0.0

0.6.0

0.5.0

0.4.0

0.3.0

  • Replacing Chain-Claim with mintWithPermission`` from ERC4973Permit`
  • BadgeVendorFactory and BadgeVendor are no longer existing in this version

0.2.0

  • Added BadgeVendorFactory and deployed to Rinkeby
  • (breaking) In BadgeVendor constructor use simple primitive types instead of struct.

0.1.1

Publishing now to @otterspace-xyz org.

0.1.0

First release that makes contracts available on npm. It allows, e.g. importing the contract ABI as follows:

import Badges from "@otterspacexyz/contracts/out/Badges.sol/Badges.json" assert { type: "json" };

We mark this release as breaking as the contract structure very much changed. Now, a BadgeVendor.issuer has to sign messages that can be used to call Badges.mint.

0.0.1

  • Initial release on mainnet