Commit bb6ef6e
Migrate relayer from ethers-rs to alloy. (#3105)
## Linked Issues/PRs
Closes #3077
Closes #1332
Closes #2427
Closes #2826
## Description
Replace deprecated ethers dependencies in
`fuel-core/crates/services/relayer` with the actively maintained alloy
crate.
## Checklist
- [ ] Breaking changes are clearly marked as such in the PR description
and changelog
- [ ] New behavior is reflected in tests
- [ ] [The specification](https://github.com/FuelLabs/fuel-specs/)
matches the implemented behavior (link update PR if changes are needed)
### Before requesting review
- [ ] I have reviewed the code myself
- [ ] I have created follow-up issues caused by this PR and linked them
here
### After merging, notify other teams
[Add or remove entries as needed]
- [ ] [Rust SDK](https://github.com/FuelLabs/fuels-rs/)
- [ ] [Sway compiler](https://github.com/FuelLabs/sway/)
- [ ] [Platform
documentation](https://github.com/FuelLabs/devrel-requests/issues/new?assignees=&labels=new+request&projects=&template=NEW-REQUEST.yml&title=%5BRequest%5D%3A+)
(for out-of-organization contributors, the person merging the PR will do
this)
- [ ] Someone else?
---------
Co-authored-by: Aaryamann Challani <[email protected]>1 parent 8021e5f commit bb6ef6e
File tree
30 files changed
+2632
-2014
lines changed- .changes
- added
- breaking
- changed
- bin/fuel-core/src/cli/run
- crates
- provider
- src
- quorum
- test_helpers
- services
- relayer
- src
- service
- get_logs
- syncing
- test_helpers
- tests
- upgradable-executor/src
- tests
- tests
30 files changed
+2632
-2014
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments