Skip to content

Quick performance tweaks #311

Quick performance tweaks

Quick performance tweaks #311

Triggered via pull request January 21, 2025 21:42
@4593045930
synchronize #114
2025-01-perf
Status Success
Total duration 14m 31s
Artifacts

run-tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning and 14 notices
Run-Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Description 'All blocks' was added to enum value 'BlockStatusFilter.ALL': schema.graphql#L8
Description 'All blocks' was added to enum value 'BlockStatusFilter.ALL'
Description 'Only pending blocks' was added to enum value 'BlockStatusFilter.PENDING': schema.graphql#L12
Description 'Only pending blocks' was added to enum value 'BlockStatusFilter.PENDING'
Description 'Only canonical (finalized) blocks' was added to enum value 'BlockStatusFilter.CANONICAL': schema.graphql#L16
Description 'Only canonical (finalized) blocks' was added to enum value 'BlockStatusFilter.CANONICAL'
Object type 'BlockStatusFilter' has description 'Filter for the consensus status of the block': schema.graphql#L4
Object type 'BlockStatusFilter' has description 'Filter for the consensus status of the block'
Input field 'EventFilterOptionsInput.to' has description 'Mina block height to filter events to, exclusive': schema.graphql#L32
Input field 'EventFilterOptionsInput.to' has description 'Mina block height to filter events to, exclusive'
Input field 'EventFilterOptionsInput.from' has description 'Mina block height to filter events from, inclusive': schema.graphql#L36
Input field 'EventFilterOptionsInput.from' has description 'Mina block height to filter events from, inclusive'
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.': schema.graphql#L25
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.'
Input field 'ActionFilterOptionsInput.to' has description 'Mina block height to filter actions to, exclusive': schema.graphql#L52
Input field 'ActionFilterOptionsInput.to' has description 'Mina block height to filter actions to, exclusive'
Input field 'ActionFilterOptionsInput.from' has description 'Mina block height to filter actions from, inclusive': schema.graphql#L56
Input field 'ActionFilterOptionsInput.from' has description 'Mina block height to filter actions from, inclusive'
Input field 'ActionFilterOptionsInput.fromActionState' has description 'Filter for actions that happened after this action state, inclusive': schema.graphql#L60
Input field 'ActionFilterOptionsInput.fromActionState' has description 'Filter for actions that happened after this action state, inclusive'
Input field 'ActionFilterOptionsInput.endActionState' has description 'Filter for actions that happened before this action state, inclusive': schema.graphql#L64
Input field 'ActionFilterOptionsInput.endActionState' has description 'Filter for actions that happened before this action state, inclusive'
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.': schema.graphql#L45
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.'
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.': schema.graphql#L132
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.'
Object type 'NetworkStateOutput' has description 'Metadata about the network': schema.graphql#L128
Object type 'NetworkStateOutput' has description 'Metadata about the network'