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

chore: remove data heavy unused parts of the receipts in gql queries #1709

Closed
wants to merge 15 commits into from

Conversation

Voxelot
Copy link
Member

@Voxelot Voxelot commented Feb 2, 2024

related: #1706

remove fetching of contract bytecode when returning receipts

@Voxelot Voxelot changed the title remove data heavy unused parts of the receipts in gql queries chore: remove data heavy unused parts of the receipts in gql queries Feb 2, 2024
@@ -44,15 +44,11 @@ fragment transactionFragment on Transaction {
fragment receiptFragment on Receipt {
contract {
id
bytecode
salt
}
Copy link
Member

Choose a reason for hiding this comment

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

I'm unsure if we should remove it from the operations.graphql. 🤔

We may be able to opt out of these fields for the dry-run calls (on a per-call basis).

Base automatically changed from aa/chore/upgrading-forc-0.49.2 to master February 2, 2024 22:34
@arboleya
Copy link
Member

arboleya commented Feb 2, 2024

Closing in favor of:

@arboleya arboleya closed this Feb 2, 2024
@arboleya arboleya deleted the Voxelot/cleanup-receipt-fragment branch February 3, 2024 11:06
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