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/recover id event jobs #549

Merged
merged 16 commits into from
Jul 4, 2023
Merged

Feat/recover id event jobs #549

merged 16 commits into from
Jul 4, 2023

Conversation

imotai
Copy link
Contributor

@imotai imotai commented Jul 4, 2023


PR-Codex overview

Focus of this PR:

This PR focuses on adding new features and making improvements to the codebase.

Detailed summary:

  • Added a new field start_block to the EventDatabase message in the db3_mutation_v2.proto file.
  • Updated the version number in the package.json file.
  • Modified the client_v2.test.ts file to fix a syntax error.
  • Updated the database_v2.ts file to include the startBlock parameter in the createEventDatabase function.
  • Added a new field start_block to the db3_database_v2.proto file.
  • Modified the ClientTest.java file to fix a syntax error.
  • Updated the database_v2.ts file to include the startBlock parameter in the createEventDatabase function.
  • Updated the db_doc_key_v2.rs file to include a new function decode_id.
  • Modified the event_processor.rs file to include the start_block field in the EventProcessor struct.
  • Modified the command.rs file to include a new field doc_id_start.
  • Updated the DB3Command struct and its associated functions to include the doc_id_start parameter.
  • Modified the indexer_impl.rs file to include the recover and start_an_event_task functions.
  • Updated the db_store_v2.rs file to include the flush, get_all_event_db, recover_db_state functions.

The following files were skipped due to too many changes: src/storage/src/db_store_v2.rs

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@imotai imotai linked an issue Jul 4, 2023 that may be closed by this pull request
@imotai imotai merged commit f1ac0b0 into main Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support the all solidity types for parsing the contract events
1 participant