-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SUBGRAPH] approval mapping #1878
[SUBGRAPH] approval mapping #1878
Conversation
We use the same event entity for the ERC-20 Approval and the NFT Approval? Why not use another entity? |
we can, no strong reason to use the same for both |
we decided to re-use the event |
test is broken |
So we shall wait for the fix, from some future PR. Right? |
future PR, we're already working it created a feature branch ( |
…nch' into 1834-approval-event-mapping
a58cf6b
into
2024-03-subgraph-gda-feature-branch
XKCD Comic RelifLink: https://xkcd.com/1878 |
* [SUBGRAPH] [BUG] PoolMember not getting updated when the member units change (#1877) * add a test starter * add the test * fixes * improve test * update dev container for matchstick compatibility * implement the fix * clean-up * add elaborate test for pool total amount received * fix test issue * add even more comments * fix test name * ignore test --------- Co-authored-by: 0xdavinchee <[email protected]> * [SUBGRAPH] approval mapping (#1878) * approval mapping * missing addresses * missing addresses cont. * no-op, trigger build * fix tests --------- Co-authored-by: Kaspar Kallas <[email protected]> * [subgraph] Fix Correctness of GDA Entities (#1890) --------- Co-authored-by: 0xdavinchee <[email protected]> * add createdAtTimestamp/BlockNumber for ATS entity (#1909) * [SUBGRAPH] fix governance config always null (#1908) * fix governance config always null * fix broken tests * [SUBGRAPH] fix resolver entry (#1843) * fix resolver entry * do resolver rpc call on token initialization and remove handleTokenRPCCalls in subsequent token calls * fix broken tests * TODO comment can be removed * remove mistakenly added files --------- Co-authored-by: 0xdavinchee <[email protected]>
* add gda pool subgraph entity queries * improve infinity paging api * add some robustness to transaction serialization * reduce tx tracking timeout from 10 mins to 3 mins * remove unnecessary toLowerCase * changeset * [SUBGRAPH] [BUG] PoolMember not getting updated when the member units change (#1877) * add a test starter * add the test * fixes * improve test * update dev container for matchstick compatibility * implement the fix * clean-up * add elaborate test for pool total amount received * fix test issue * add even more comments * fix test name * ignore test --------- Co-authored-by: 0xdavinchee <[email protected]> * [SUBGRAPH] approval mapping (#1878) * approval mapping * missing addresses * missing addresses cont. * no-op, trigger build * fix tests --------- Co-authored-by: Kaspar Kallas <[email protected]> * [subgraph] Fix Correctness of GDA Entities (#1890) --------- Co-authored-by: 0xdavinchee <[email protected]> * add getTotalAmountReceivedByPoolMember to sdk-core (#1902) * update entities based on new subgraph * map name, isnfttransfer, isnftapproval * fix merge issue * remove unnecessary files * update gitignore --------- Co-authored-by: 0xdavinchee <[email protected]>
ApprovalEvent
whenApproval
event is emitted from a SuperToken contract.closes #1834