- Update dependency to @graphprotocol/graph-cli version 0.81.x
- Update dependency to @graphprotocol/graph-ts version 0.35.x
- Update dependency to @openzeppelin/contracts version 5.0.1
Governor
: fix bug caused by duplicate write of immutable entityProposalSupport
(#47)ERC721
: add support forERC4906
events (#60)
Governor
: renamestartBlock
tovoteStart
andendBlock
tovoteEnd
(#60)ERC20
: remove approval tracking as it cannot be consistently tracked duringtransferFrom
calls (#59)
AccessControl
: fix bug caused by duplicate write of immutable entityAccessControl
(#38)
AccessControl
: fix bug caused by duplicate write of immutable entityRole
(#36)ERC1155
: fix bug caused by duplicate write of immutable entityERC1155
(#36)
ERC721
: reset approval onTransfer
(#33)
Governor
: add handler forVoteCastWithParams
events (#31)Governor
: track total vote weight inProposalSupport
(#31)
Governor
: improve indexing of proposal queeing (#29)
- 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 (#25)
- 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. (#14)ERC1155
: fix vulnerability to ill-formed TransferBatch events (#16)
- 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