Skip to content

Commit

Permalink
feat: As a user, I want to query the Attestations on the subgraph via…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
alainncls committed Oct 16, 2023
1 parent 346a981 commit a8c53e9
Show file tree
Hide file tree
Showing 38 changed files with 20,163 additions and 1,430 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ lib
typechain-types
generated
build
.graphclient
7 changes: 5 additions & 2 deletions .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,12 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Run the unit tests
run: pnpm run test:ci
run: pnpm run test:unit:ci

- name: Run the integration tests
run: pnpm run test:integration:ci

- name: Add test summary
run: |
echo "## Unit tests result" >> $GITHUB_STEP_SUMMARY
echo "## Tests result" >> $GITHUB_STEP_SUMMARY
echo "✅ Passed" >> $GITHUB_STEP_SUMMARY
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ cache_hardhat
typechain-types
generated
build
.graphclient

# files
*.env
Expand Down
Loading

0 comments on commit a8c53e9

Please sign in to comment.