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
test: remove outdated DA mock and update references (#1878)
## Overview
Deleted mock implementation of DA in test/mocks/DA.go. Updated code to
use new DA mock from go-da/mocks. Also removed mock generation command
from Makefile.
Resolves#1877
<!--
Please provide an explanation of the PR, including the appropriate
context,
background, goal, and rationale. If there is an issue with this
information,
please provide a tl;dr and link the issue.
Ex: Closes #<issue number>
-->
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Introduced a new mock package (`damock`) for improved testing of the
data availability layer.
- **Bug Fixes**
- Enhanced integration tests for the full node functionality to ensure
accurate behavior under various configurations.
- **Chores**
- Updated dependency version for `github.com/rollkit/go-da` from
`v0.7.0` to `v0.8.0` and retracted an erroneous version.
- **Refactor**
- Removed outdated mock implementations and updated test cases to
utilize the new mock definitions for better reliability.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments