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

FET-1573 pagination issue #193

Merged
merged 37 commits into from
Nov 10, 2024
Merged

FET-1573 pagination issue #193

merged 37 commits into from
Nov 10, 2024

Conversation

SagiSan
Copy link
Contributor

@SagiSan SagiSan commented Sep 3, 2024

ENSJS

  • Added more Domain filters for getNamesByAddress and getSubnames sorted by expiryDate to cover names with identical expiry dates.
  • Added more Domain filters for getNamesByAddress and getSubnames sorted by createdAt to cover names with identical create dates.
  • Encapsulated shared code for making domain filters for expiryDate and createdAt sort order.

ENSJS: TESTING

  • Added new deploy script to create names registered and expiring at the same time
  • Encapsulated deploy functions for generating names so that they can be shared.

ENS-TEST-ENV

  • Configured child processes to fail if an error occurs in the deployed script.
  • Fixed issue where the subgraph would fail in CI because it would freeze before catching up to the head block of anvil.
    • Isolated the launch of subgraph so that all the resources in CI can be focused on processing blocks.
    • Refactored subgraph sync to be based off latest block timestamp and to throw an error if the subgraph freezes.

Copy link

sonarcloud bot commented Nov 10, 2024

@storywithoutend storywithoutend merged commit f3b3a86 into main Nov 10, 2024
3 checks passed
@storywithoutend storywithoutend deleted the FET-1573_pagination_issue branch November 10, 2024 16:39
@storywithoutend storywithoutend restored the FET-1573_pagination_issue branch November 10, 2024 16:51
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