Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

56 lines (44 loc) · 1.87 KB

Changelog

0.1.9

  • Implement Naut module
  • Fix ERC721 and ERC1155 implementations not updating token URIs on every load; they were only set once on initialisation and never updated.

All changes below this line were inherited from the OZ package.

0.1.8 (2022-03-18)

  • Update dependency to @graphprotocol/graph-cli version 0.29.x
  • Update dependency to @graphprotocol/graph-ts version 0.26.x
  • Update dependency to @amxx/graphprotocol-utils version 1.1.0
  • Use Bytes for some entities ID
  • Make events and some other entites immutable
  • Governor: index the "counting mode" for OZ governors

0.1.7-1 (2021-01-27)

  • Governor: fix vulnerability to ill-formed ProposalCreated events

0.1.7 (2021-01-27)

  • ERC1155: fetch token uri on minting.
  • ERC1155: fix vulnerability to ill-formed TransferBatch events

0.1.6 (2021-11-23)

  • Include emmiter address (Account) to all Event objects
  • Update dependency to @amxx/graphprotocol-utils version 1.1.0-alpha.1
  • Update dependency to @graphprotocol/graph-cli and @graphprotocol/graph-ts version 0.24.x

0.1.5 (2021-11-04)

  • Update dependency to @graphprotocol/graph-cli and @graphprotocol/graph-ts version 0.23.x

0.1.4 (2021-10-04)

  • Module Voting

0.1.3 (2021-09-29)

  • Update datasources to apiVersion 0.0.5
  • Update dependency to support apiVersion 0.0.5
  • Fix nullability conflicts introduced by version 0.22 of graphprotocol's tooling

0.1.2 (2021-08-06)

  • Start CHANGELOG.md
  • Fix ERC721 fetching issue (#5)

0.1.1 (2021-08-06)

  • Module Governor: support Governor & GovernorWithTimelock

0.1.0 (2021-07-13)

  • Initial version of the packages
  • Module AccessControl
  • Module ERC20
  • Module ERC721
  • Module ERC1155
  • Module ERC1967Upgrade
  • Module Ownable
  • Module Pausable
  • Module Timelock