Stage dev Release/0.4.0#10
Merged
Merged
Conversation
- Updated the Makefile to include test commands for the indexer. - Modified integration test configuration to use specific database user and name. - Refactored `ProcessValidatorSignings` to handle commits instead of blocks, updating related methods and tests accordingly more detail in the CHANGELOG once all has been implemented. - Implemented new methods for retrieving commits in the query operator. - Added to synthetic query operator a function to generate and return synthetic commits for testing. - Improved error handling and logging for commit retrieval. - Updated tests to cover new commit functionality and ensure proper behavior.
- Added a `message_counter` field to message types (MsgSend, MsgCall, MsgAddPackage, MsgRun) to track message order and have unique message counter. - Updated the `GetMessageFromStdTx` method to include `message_counter` in the processed messages. - Modified error handling in the database insertion methods to log transaction hashes on failure. - Refactored the `Orchestrator` to streamline chunk processing and improve concurrency in block and commit retrieval.
- Updated all database interaction methods to accept a context parameter, allowing for better control over timeouts and cancellation.
- Modified related methods in the address cache and data processor to utilize the new context-aware database methods.
- Data processor now processes the data using map[string]struct{} and sync mux.
- Database queries should now return the message counter for the api queries.
- Updated API handlers to pass context to database methods. - Refactored transaction handling to support multiple message types within a single transaction, including adjustments to the response structure. - Added favicon support to the API. - Improved OpenAPI documentation with detailed descriptions for various endpoints.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.