Skip to content
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

feat: As a user, I want to query the Attestations on the subgraph via the SDK #278

Conversation

alainncls
Copy link
Collaborator

@alainncls alainncls commented Oct 12, 2023

What does this PR do?

Adds a method to query the indexed Attestations via the SDK
Adds a method to query the indexed Modules via the SDK
Adds a method to query the indexed Portals via the SDK
Adds a method to query the indexed Schemas via the SDK

Related ticket

Fixes #207 #208 #209 #210

Type of change

  • Chore
  • Bug fix
  • New feature
  • Documentation update

Check list

  • Unit tests for any smart contract change
  • Contracts and functions are documented

@alainncls alainncls self-assigned this Oct 12, 2023
@alainncls alainncls force-pushed the feature/as-a-user-i-want-to-query-the-attestations-on-the-subgraph-via-the-sdk branch 2 times, most recently from 505e774 to a87e1d9 Compare October 12, 2023 22:00
@alainncls alainncls marked this pull request as ready for review October 12, 2023 22:01
@codecov-commenter
Copy link

codecov-commenter commented Oct 12, 2023

Codecov Report

Merging #278 (9c8e240) into dev (346a981) will increase coverage by 93.40%.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           dev     #278       +/-   ##
========================================
+ Coverage     0   93.40%   +93.40%     
========================================
  Files        0       13       +13     
  Lines        0      197      +197     
  Branches     0       46       +46     
========================================
+ Hits         0      184      +184     
- Misses       0        8        +8     
- Partials     0        5        +5     

see 13 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@alainncls alainncls force-pushed the feature/as-a-user-i-want-to-query-the-attestations-on-the-subgraph-via-the-sdk branch 3 times, most recently from 94fa83f to f34473f Compare October 13, 2023 16:35
@alainncls alainncls marked this pull request as draft October 13, 2023 16:41
@alainncls alainncls force-pushed the feature/as-a-user-i-want-to-query-the-attestations-on-the-subgraph-via-the-sdk branch from f34473f to d1576d9 Compare October 13, 2023 16:44
… the SDK

feat: As a user, I want to query the Modules on the subgraph via the SDK
feat: As a user, I want to query the Portals on the subgraph via the SDK
feat: As a user, I want to query the Schemas on the subgraph via the SDK
@alainncls alainncls force-pushed the feature/as-a-user-i-want-to-query-the-attestations-on-the-subgraph-via-the-sdk branch from d1576d9 to a8c53e9 Compare October 16, 2023 09:55
@alainncls alainncls marked this pull request as ready for review October 16, 2023 10:00
@alainncls alainncls merged commit e02bfab into dev Oct 16, 2023
6 checks passed
@alainncls alainncls deleted the feature/as-a-user-i-want-to-query-the-attestations-on-the-subgraph-via-the-sdk branch October 16, 2023 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[US] As a user, I want to query the Attestations on the subgraph via the SDK
5 participants