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
…2088)
## Linked Issues/PRs
- Closes#2082
## Description
This PR does three things:
1. The `Error` type defined in `crates/types/src/services/txpool.rs` is
moved to `crates/services/txpool/src/error.rs`.
2. This error type now also implements `From<WasmValidityError>`.
3. Refactor to use `derive_more` instead of `thiserror` for the error
type.
## Checklist
- [x] Breaking changes are clearly marked as such in the PR description
and changelog
- [x] New behavior is reflected in tests
- [x] [The specification](https://github.com/FuelLabs/fuel-specs/)
matches the implemented behavior (link update PR if changes are needed)
### Before requesting review
- [x] I have reviewed the code myself
- [x] I have created follow-up issues caused by this PR and linked them
here
---------
Co-authored-by: Aaryamann Challani <[email protected]>
Co-authored-by: Green Baneling <[email protected]>
Originated from #2080 (comment)
The text was updated successfully, but these errors were encountered: