* Reflect Polygon -> Eth Mainnet change in main readme
* chore: add / update workflows to do folder filtering and run change specific tests.
* chore: run workflows based on both the path and the target branch of pr.
* chore: add graphclient generation command to ui workflow
Co-authored-by: Camila Sosa Morales <camisosa@fleek.xyz>
* style: fix indentation in the ui workflow yml file
---------
Co-authored-by: Janison Sivarajah <jsonsivar@gmail.com>
Co-authored-by: Camila Sosa Morales <camisosa@fleek.xyz>
* feat: define the GithubRepository entity and update the Token entity to include it.
* feat: add NewMint event to the contract and emit it in the mint function.
* feat: add newmint entity, update token and gitrepository entities. add handler for entities. update transfer entity handler. update subgraph.yaml config.
* chore: deployment update
* chore: fix proxy file with before deployments
* fix: remove constructor args in verify-polyscan.js file and update contract address at subgraph.yaml
* fix: remove develop from subgraph.yaml gh action.
* merge: develop with auto approval settings into reverse lookup branch
* fix: remove the word settings from acesspointautoapproval param.
* fix: error in hardhat last token id test
* fix: solidity tests.
* fix: proxy contract address in subgraph.yaml.
* chore: run subgraph tests only on main PRs
---------
Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
* refactor: add new unified events and remove old multiple ones
* fix: remove indexed from string params on events
* test: add hardhat tests for metadata update changes
* refactor: change event name
* test: add foundry tests for event emits in metadata changes
* refactor: undo changes on accespoint events
* chore: remove subgraph ci tests on prs for develop
* refactor: overload MetadataUpdate event to have multiple type of parameters
---------
Co-authored-by: Shredder <110225819+EmperorOrokuSaki@users.noreply.github.com>
* feat: add subgraph unit tests to github action.
* feat: add yarn codegen to the github action.
* feat: create a subgraph action, remove unit testing subgraphs from test action.
* fix: add the location of the contracts.
* chore: remove empty tabs from GH workflow files.
* chore: add path to the subgraph github action and also add build command.
* fix: include a yarn compile step in the subgraph github action.