-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rooch-da): enhance adapter with submit stat tracking (#3211)
* chore(rooch-db): improve formatting for rollback logs Update `best_rollback` to use `print!` for consistent multiline log formatting. This ensures cleaner output and better readability of rollback details. * feat(rooch-da): enhance adapter with submit stat tracking Add `AdapterSubmitStat` for tracking chunk/segment submission status. Integrated tracking logic into various DA backends and their adapters. Updated `DAServerActor` to report backend statuses with latest completed chunks. * chore(rooch-da): handle latest done chunk ID retrieval Added comments to clarify its association with block numbers in the current ChunkV0 version. * feat(rooch-rpc-api): add `avail_backends` to DAInfoView Extend `DAInfoView` with an `avail_backends` field to include backend availability details. Updated `From<DAServerStatus>` impl to map the new field as part of the conversion. * feat(rooch-open-rpc-spec): add avail_backends to DAInfoView Add a required `avail_backends` property to the `DAInfoView` schema. This property is an array of pairs (string and u128) and enforces a strict length of two items in each pair. * chore(rooch-da): update doc comments in status struct Clarified documentation for `avail_backends` to specify block number update behavior. Improved overall comment readability for better understanding.
- Loading branch information
Showing
12 changed files
with
293 additions
and
64 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.