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: Use dynamic filler address mapping in fade-rate-v2 cron #326

Merged
merged 7 commits into from
May 20, 2024

Conversation

ConjunctiveNormalForm
Copy link
Member

With #314 we started dynamically tracking addresses of each filler, but we've yet to use them. This PR replaces the static filler -> address config we store in S3 with the dynamic mapping we've been tracking in dynamoDB.

Comment on lines -102 to -103
faded: Number(row[1].longValue as number),
postTimestamp: Number(row[2].longValue as number),
Copy link
Member Author

Choose a reason for hiding this comment

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

this ordering has to match the one in the SQL query

Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you add this as a comment?

Copy link
Collaborator

@codyborn codyborn left a comment

Choose a reason for hiding this comment

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

Looks great!

@ConjunctiveNormalForm ConjunctiveNormalForm merged commit af1cb9f into main May 20, 2024
5 checks passed
@ConjunctiveNormalForm ConjunctiveNormalForm deleted the use-dynamic-mapping branch May 20, 2024 14:41
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.

None yet

2 participants