Closed trajan0x closed 1 month ago
The changes focus on the Withdraw
method within the Handler
struct in services/rfq/relayer/relapi/handler.go
. The primary modification involves the removal of a conditional check for the gas price of the transactor, allowing for a more straightforward transaction submission logic for gas tokens. While the overall structure, error handling, and validation processes remain intact, the internal logic for handling gas tokens has been simplified. There are no changes to the method's signature or public entity declarations.
File Path | Change Summary |
---|---|
services/rfq/relayer/relapi/handler.go | Simplified transaction submission logic in Withdraw method by removing gas price conditional check. |
Withdraw
function in the same handler.go
file, adding new functionality for token withdrawals.Withdraw
method, aligning with the focus on improving withdrawal logic.size/m
🐰 In the meadow where bunnies play,
A simpler path has come our way.
With tokens now, we swiftly glide,
No checks to slow our joyful ride.
Hooray for changes, bright and clear,
In the world of code, we cheer and cheer! 🌼
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 25.01524%. Comparing base (
6880ddd
) to head (ae5a3ca
). Report is 1 commits behind head on master.:exclamation: There is a different number of reports uploaded between BASE (6880ddd) and HEAD (ae5a3ca). Click for more details.
HEAD has 2 uploads less than BASE
| Flag | BASE (6880ddd) | HEAD (ae5a3ca) | |------|------|------| |solidity|2|0|
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Latest commit: |
ae5a3ca
|
Status: | ✅ Deploy successful! |
Preview URL: | https://d7eeed49.sanguine-fe.pages.dev |
Branch Preview URL: | https://fix-gas-price-reset.sanguine-fe.pages.dev |
Description
Summary by CodeRabbit