Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Performance fixes - limit block search space and filter blocks earlier in query #114
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
Uh oh!
There was an error while loading. Please reload this page.
Performance fixes - limit block search space and filter blocks earlier in query #114
Changes from all commits
e2466cf
bc390bb
260283b
3f362b8
052b5b9
16bc050
e7aacc0
2d73fe8
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check notice on line 4 in schema.graphql
Object type 'BlockStatusFilter' has description 'Filter for the consensus status of the block'
Check notice on line 8 in schema.graphql
Description 'All blocks' was added to enum value 'BlockStatusFilter.ALL'
Check notice on line 12 in schema.graphql
Description 'Only pending blocks' was added to enum value 'BlockStatusFilter.PENDING'
Check notice on line 16 in schema.graphql
Description 'Only canonical (finalized) blocks' was added to enum value 'BlockStatusFilter.CANONICAL'
Check notice on line 25 in schema.graphql
Object type 'EventFilterOptionsInput' has description 'Filter events from a specific account **WARNING**: The graphQL schema server will limit the block scan range to a fixed number of blocks. The default is 10,000 blocks, but can be changed by the host. It is the responsibility of the client to use a block range that is within the limit, which will guarantee that all events are eventually returned. It is possible to get a partial result if you do not specify both a `from` and a `to` parameter.'
Check notice on line 32 in schema.graphql
Input field 'EventFilterOptionsInput.to' has description 'Mina block height to filter events to, exclusive'
Check notice on line 36 in schema.graphql
Input field 'EventFilterOptionsInput.from' has description 'Mina block height to filter events from, inclusive'
Check notice on line 45 in schema.graphql
Object type 'ActionFilterOptionsInput' has description 'Filter actions from a specific account **WARNING**: The graphQL schema server will limit the block scan range to a fixed number of blocks. The default is 10,000 blocks, but can be changed by the host. It is the responsibility of the client to use a block range that is within the limit, which will guarantee that all actions are eventually returned. It is possible to get a partial result if you do not specify both a `from` and a `to` parameter.'
Check notice on line 52 in schema.graphql
Input field 'ActionFilterOptionsInput.to' has description 'Mina block height to filter actions to, exclusive'
Check notice on line 56 in schema.graphql
Input field 'ActionFilterOptionsInput.from' has description 'Mina block height to filter actions from, inclusive'
Check notice on line 60 in schema.graphql
Input field 'ActionFilterOptionsInput.fromActionState' has description 'Filter for actions that happened after this action state, inclusive'
Check notice on line 64 in schema.graphql
Input field 'ActionFilterOptionsInput.endActionState' has description 'Filter for actions that happened before this action state, inclusive'
Check notice on line 128 in schema.graphql
Object type 'NetworkStateOutput' has description 'Metadata about the network'
Check notice on line 132 in schema.graphql
Field 'NetworkStateOutput.maxBlockHeight' has description 'Returns the latest pending and canonical block heights that are synced by the archive node. If the archive node is not fully synced, the pending block height will be lower than the actual network state. Wait some time for the archive node to get back in sync.'
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.