Skip to content

Conversation

FonsSicca
Copy link
Contributor

Implements:

  • Similar refactoring pattern to PoolFees event handler
  • Started transition towards a user centric entity creation. Will update the schema and the codebase along the way

@FonsSicca FonsSicca requested a review from WooSungD September 25, 2025 15:40
Copy link
Contributor Author

Choose a reason for hiding this comment

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

started completing the existing User entity with more fields

As i refactor other events handlers, I will update this schema

chainId: Int!
}

type Pool_Fees {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

not needed anymore

Copy link
Contributor Author

Choose a reason for hiding this comment

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

module that centralises functions related to User entity

lastUpdatedTimestamp: new Date(event.block.timestamp * 1000),
};

// Prepare user diff data
Copy link
Contributor Author

Choose a reason for hiding this comment

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

similar style of diff variable to that of liquidityPoolDiff, for consistency

Copy link
Contributor Author

Choose a reason for hiding this comment

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

lock file is responsible for 99% of number of lines changed

@FonsSicca FonsSicca force-pushed the dan/PoolFees-refactoring-and-user-centric-entity-creation branch 5 times, most recently from bb40ac1 to c1db959 Compare September 26, 2025 10:36
fixing

testing fix

another attempt at github workflow fix

testing again

another test

a
@FonsSicca FonsSicca force-pushed the dan/PoolFees-refactoring-and-user-centric-entity-creation branch from c1db959 to 89dbc68 Compare September 26, 2025 10:38
@FonsSicca FonsSicca merged commit b06b493 into main Sep 26, 2025
1 check passed
@FonsSicca FonsSicca deleted the dan/PoolFees-refactoring-and-user-centric-entity-creation branch September 26, 2025 11:01
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.

1 participant