-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Subgraph: Exposing data to populate Activity Details for stake operat…
…ion (#330) > Closes: #269 --- ### Subgraph: Activity Details for deposit operation --- ### What was done - Handled `handleDepositInitialized` event - Handled `handleDepositFinalized` event - Added entities: [`DepositOwner`, `Deposit`, `Withdraw`, `Event`] & interface `ActivityData` - Added unit tests - Update README.md file - Bumped specVersion to 1.0.0 to enable auto pruning --- ### Preview <img width="1728" alt="Screenshot 2024-04-18 at 16 21 21" src="https://github.com/thesis/acre/assets/28560653/1cc56b1b-b13e-4731-827d-5ee28bad684c"> --- ### Additional info DEVELOPMENT QUERY URL - LATEST VERSION: [https://api.studio.thegraph.com/query/69074/a-test/version/latest](https://api.studio.thegraph.com/query/69074/a-test/version/latest)
- Loading branch information
Showing
14 changed files
with
665 additions
and
1,336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module.exports = { | ||
...require("../.prettierrc.js"), | ||
...require("../.prettierrc.js"), | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.