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

Featured Kava Multi-Chain #55

Merged
merged 3 commits into from
Jan 1, 2024
Merged

Conversation

bgodlin
Copy link
Contributor

@bgodlin bgodlin commented Nov 23, 2023

No description provided.

# Add the `@index` or `@index(unique: true)` annotation after any non-key field
# https://academy.subquery.network/build/graphql.html#indexing-by-non-primary-key-field

type Transfers @entity {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you combined Transfers and Transactions into the same entity to better show the point of how we can combine data from two datasets?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

id: ID!
blockHeight: BigInt
txHash: String
fromAddress: String
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to map Cosmos Addresses to their Eth equivalent, if so, can you make an Account entity with this mapping?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@deverka
Copy link
Contributor

deverka commented Dec 18, 2023

@jamesbayly can you please take another look?

@jamesbayly jamesbayly merged commit 57fffa2 into main Jan 1, 2024
1 of 2 checks passed
@jamesbayly jamesbayly deleted the add-kava-evm-cosmos-multi-chain branch January 1, 2024 23:08
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.

3 participants