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/update grants data #67

Merged
merged 10 commits into from
Dec 16, 2024
Merged

Feat/update grants data #67

merged 10 commits into from
Dec 16, 2024

Conversation

Douglasacost
Copy link
Collaborator

  • Add db configuration file
  • Update Grant contract address
  • Update Grant schema (VestingSchedule)
  • Modified events to only catch necessary ones
  • PK now is lowercase
  • Reduce workers on Docker file

@Douglasacost Douglasacost requested a review from aliXsed November 20, 2024 13:57
Comment on lines -68 to +70
captureDate: BigInt @index
longitude: Float @index
latitude: Float @index
captureDate: BigInt
longitude: Float
latitude: Float
Copy link
Collaborator

Choose a reason for hiding this comment

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

I guess that's the sort of the changes that we need to reduce the unnecessary load from our indexers. Good job

@@ -123,12 +124,10 @@ export async function handleSafeMint(tx: SafeMintTransaction) {

token.uri = uri;

if (false) {
if (nodleContracts.includes(contract.id)) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

👍

Copy link
Collaborator

@aliXsed aliXsed left a comment

Choose a reason for hiding this comment

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

LGTM!

@Douglasacost
Copy link
Collaborator Author

Can't merge the PR, seems there are restrictions
@aliXsed Could you merge this one?

@Douglasacost
Copy link
Collaborator Author

@aliXsed could you merge this PR? I have restrictions to do so

@aliXsed aliXsed merged commit adef145 into main Dec 16, 2024
1 check passed
@aliXsed aliXsed deleted the feat/update-grants-data branch December 16, 2024 06:56
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