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: added TPS data for homepage for block and transaction graphs #555

Merged
merged 5 commits into from
Sep 22, 2024

Conversation

raghukapur9
Copy link
Contributor

No description provided.

@raghukapur9 raghukapur9 reopened this Sep 21, 2024
@@ -1022,4 +1024,26 @@ type VariableOutput {
amount: U64!
assetId: AssetId!
to: Address!
}

type TPS {
Copy link
Member

Choose a reason for hiding this comment

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

It should be inside explorer.graphql, not fuelcore.graphql, this file specifies the schema of the fuel core graphql...

[timeMinusOneDayRoundDownISO],
);

if (!blocksData) {
Copy link
Member

Choose a reason for hiding this comment

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

if (!blocksData.length)

@rodrigobranas
Copy link
Member

also, run pnpm codegen

@rodrigobranas rodrigobranas changed the title added TPS data for homepage for block and transaction graphs feat: added TPS data for homepage for block and transaction graphs Sep 22, 2024
@rodrigobranas rodrigobranas merged commit cad18ee into FuelLabs:main Sep 22, 2024
8 checks passed
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.

2 participants