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
fix(utils/submit_api): improve resubmission logging and error messages
- Add attempt counters to resubmission log messages for better traceability.
- Use named `attempts` variables instead of hardcoded values for clarity.
- Update error messages to include the number of attempts made before failure.
- Refactor loop indices for consistency and readability in `post_cbor` and `submit_tx`.
0 commit comments