Pre-release Sprint 3
Pre-releaseChange Log
This is another pre-release. As part of each sprint we like to make a release so that we keep the repo updated in main with the recent changes. This is the release for Sprint 3 which was our 4th sprint. (Feb 13 - 24 2023).
Features
feat: access point auto approval settings for tokens
feat: conditional payment as setting
feat: make main contract pausable
feat: expose last token id function in the contract
feat: integrate firebase for github login (UI)
feat: UI connect kit integration (UI)
feat: UI mint integration (UI)
feat: subgraph reverse lookup (gitRepo -> NFA)
feat: access point integration with the subgraph
Fixes
fix: ck fix other wallet connections (UI)
fix: UI verification step separate
Chores
refactor: clean up acl remove our redundant owner
refactor: remove mint collection owner requirement
test: add and change tests to fuzz test
refactor: make a single event for token metadata changes
chore: metadata update and token changes on subgraph
chore: remove counters library from the contract code
refactor: use custom errors in solidity
test: base layout of the subgraph tests and fixing deprecated events