mantle-sdk icon indicating copy to clipboard operation
mantle-sdk copied to clipboard

All type definition of Terra, database scheme, and extract scripts

Results 5 mantle-sdk issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20200610111108-226ff32320da to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20200610111108-226ff32320da&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
go

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20200604202706-70a84ac30bf9 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20200604202706-70a84ac30bf9&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
go

I am sorry if this is not the appropriate repository, but it's hard to find a relevant one for my question. I query from all pool info from mantle: ```...

If an indexer output is inlined by another entity, the graphql arguments are merged to the top level. This behaviour: - reduces granularity of graphql queries; filters on nested/relational entities...

enhancement
breaking

Current way of making relations (i.e. inlining output of other indexer in an entity) is unoptimised and takes up too much disk space. Make use of pointer syntax to make...

enhancement