- Implement
Naut
module - Fix
ERC721
andERC1155
implementations not updating token URIs on every load; they were only set once on initialisation and never updated.
- 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
Governor
: fix vulnerability to ill-formed ProposalCreated events
ERC1155
: fetch token uri on minting.ERC1155
: fix vulnerability to ill-formed TransferBatch events
- 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
- Update dependency to @graphprotocol/graph-cli and @graphprotocol/graph-ts version 0.23.x
- Module
Voting
- 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
- Start
CHANGELOG.md
- Fix ERC721 fetching issue (#5)
- Module
Governor
: supportGovernor
&GovernorWithTimelock
- Initial version of the packages
- Module
AccessControl
- Module
ERC20
- Module
ERC721
- Module
ERC1155
- Module
ERC1967Upgrade
- Module
Ownable
- Module
Pausable
- Module
Timelock