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(sdk): Implement a unified call to all the subgraphs #745

Merged
merged 13 commits into from
Oct 9, 2024

Conversation

satyajeetkolhapure
Copy link
Collaborator

@satyajeetkolhapure satyajeetkolhapure commented Oct 1, 2024

What does this PR do?

This PR implements cross chain extension feature from graph client for parallel internal calls to multiple chains.

Note: This feature is not compatible with node 20+ versions.

Related ticket

Fixes #701

Type of change

  • Chore
  • Bug fix
  • New feature
  • Documentation update

Check list

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

Copy link
Contributor

github-actions bot commented Oct 1, 2024

@github-actions github-actions bot temporarily deployed to pull request October 1, 2024 10:27 Inactive
@github-actions github-actions bot temporarily deployed to pull request October 3, 2024 08:18 Inactive
@alainncls alainncls changed the base branch from dev to feat/multichain October 3, 2024 13:20
explorer/package.json Outdated Show resolved Hide resolved
sdk/package.json Outdated Show resolved Hide resolved
sdk/src/dataMapper/AttestationDataMapper.ts Show resolved Hide resolved
sdk/src/dataMapper/BaseDataMapper.ts Outdated Show resolved Hide resolved
sdk/src/types/index.ts Show resolved Hide resolved
sdk/src/dataMapper/ModuleDataMapper.ts Outdated Show resolved Hide resolved
explorer/package.json Outdated Show resolved Hide resolved
explorer/package.json Outdated Show resolved Hide resolved
explorer/src/components/Header/index.tsx Show resolved Hide resolved
sdk/src/dataMapper/BaseDataMapper.ts Outdated Show resolved Hide resolved
@alainncls alainncls merged commit 3661d10 into feat/multichain Oct 9, 2024
@alainncls alainncls deleted the feat/multichain-support-for-graph branch October 9, 2024 13:07
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.

[SPIKE] Implement a unified call to all the subgraphs
2 participants