You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor DA debug tool to improve blob fetching and error handling
- Introduced a new `fetchBlobs` function to streamline the process of retrieving blobs from the DA client.
- Replaced direct calls to `client.DA.GetIDs` and `client.DA.Get` with the new `fetchBlobs` function to handle errors more gracefully.
- Added custom error types for better clarity when blobs are not found or when a height is in the future.
- Updated blob processing logic to work with the new batch structure, improving efficiency and readability.
- Modified tests to reflect changes in ID creation and splitting, ensuring compatibility with the new blob handling logic.
0 commit comments