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

Migrate Default Processor to the SDK #567

Merged
merged 8 commits into from
Oct 29, 2024
Merged

Migrate Default Processor to the SDK #567

merged 8 commits into from
Oct 29, 2024

Conversation

dermanyang
Copy link
Contributor

@dermanyang dermanyang commented Oct 24, 2024

Purpose

  • Rewrite default processor using the sdk
  • update indexer config to support default processor
  • add some docstrings

Testing

image

@dermanyang dermanyang changed the title [WIP] Migrate Default Processor to the SDK Migrate Default Processor to the SDK Oct 25, 2024
@dermanyang dermanyang marked this pull request as ready for review October 25, 2024 21:35
@dermanyang dermanyang requested review from rtso and a team October 25, 2024 22:29
> {
let flags = self.deprecated_table_flags;
let (block_metadata_transactions, table_items, current_table_items, table_metadata) =
tokio::task::spawn_blocking(move || process_transactions(transactions.data, flags))
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
Contributor Author

Choose a reason for hiding this comment

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

oh nice good catch

Copy link
Collaborator

@rtso rtso left a comment

Choose a reason for hiding this comment

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

Left a comment but LGTM!

@dermanyang dermanyang merged commit 7b2873f into main Oct 29, 2024
7 checks passed
@dermanyang dermanyang deleted the sdy/migrate-default branch October 29, 2024 21:00
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