We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Expose data to populate the Activity Details for deposit operation.
Events should be obtained from the BitcoinDepositor contract.
The text was updated successfully, but these errors were encountered:
Subgraph: Exposing data to populate Activity Details for stake operat…
efcb6ed
…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)
r-czajkowski
Successfully merging a pull request may close this issue.
Expose data to populate the Activity Details for deposit operation.
Events should be obtained from the BitcoinDepositor contract.
The text was updated successfully, but these errors were encountered: