Skip to content

Releases: ourzora/nouns-protocol

v1.2.0

15 Feb 20:53
7299b0c
Compare
Choose a tag to compare

What's Changed

  • Token.owner() can add and remove minters with Token.updateMinters(minters)
  • Minters can airdrop tokens with Token.mint(), Token.mintTo(recipient) and Token.mintBatchTo(amount, recipient)

Full Changelog: v1.1.0...v1.2.0

V1.1.0

22 Dec 00:54
d31a08f
Compare
Choose a tag to compare

DAO Upgrade V1.1

Summary

This release upgrades the DAO to V1.1 to add the following features, improvements and bug fixes.

Updatable Founder Shares

DAOs will now be able to propose changes to founders shares. This gives DAOs the ability to add, modify and remove founders shares via proposal.

With this new feature DAO creators will have the ability to modify any errors that may have been caused at DAO deployment.

Upgrade Visibility

In V1.1, each smart contract of a DAO now has an explicit version attached. This means that members and developers will be able easily understand which protocol implementation a DAO is utilizing at any given time.

This will also make it easier for future upgrades that are in development: including airdrops and custom metadata renderers.

Proposal Spam Fix

Proposal submission to a DAO has an incorrectly implemented check which can allow for spam proposals to be submitted to a DAO. In V1.1 it works as expected.

Auction Improvements

Improved bid handling and edge case management in the Auction House contracts.

Author

This upgrade has been developed and proposed by Zora (zora.eth)

audit-release

26 Sep 16:49
Compare
Choose a tag to compare
chore: audit snapshot