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
## Overview
This PR fixes custom gas price reset after a successful submission.
## Checklist
- [x] New and updated code has appropriate documentation
- [x] New and updated code has new and/or updated testing
- [x] Required CI checks are passing
- [x] Visual proof for any user facing features like CLI or
documentation updates
- [x] Linked issues closed with keywords
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Bug Fixes**
- Modified the logic for adjusting `gasPrice` to prevent division
operation when not required.
- **Refactor**
- Refactored test cases for submitting blocks to a mock DA to cover
different scenarios.
- **Validation**
- Added a validation check for `DAGasMultiplier` in `nodeConfig` to meet
specific criteria.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments