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

Home is not requesting metadata information in the last 6 transaction #853

Open
Viterbo opened this issue Sep 6, 2024 · 0 comments
Open
Assignees

Comments

@Viterbo
Copy link
Collaborator

Viterbo commented Sep 6, 2024

Describe the bug
Currently, the home page is not requesting the metadata for the contracts in the last 6 transactions query, causing the website to query each of the contract addresses in a separate query.

To Reproduce
Steps to reproduce the behavior:

  1. Go to home
  2. open dev tools -> network
  3. filter by /v1/transactions?limit=6
  4. See it does not bring contract metadata
  5. change the filter to /v1/contract
  6. See there are many unnecessary queries
@Viterbo Viterbo self-assigned this Sep 6, 2024
pmjanus added a commit that referenced this issue Sep 17, 2024
…metadata-information-in-the-last-6-transaction

#853 | home page includes the contract metadata on the last 6 trx query
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

No branches or pull requests

1 participant