Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decouple OrderData from Base7683 #29

Closed
wants to merge 14 commits into from
Closed

Decouple OrderData from Base7683 #29

wants to merge 14 commits into from

Conversation

lmcorbalan
Copy link
Collaborator

@lmcorbalan lmcorbalan commented Nov 13, 2024

This PR fixes #3 and #32

@lmcorbalan lmcorbalan changed the base branch from main to eco-solver November 13, 2024 18:40
Base automatically changed from eco-solver to main November 15, 2024 19:53
@lmcorbalan lmcorbalan marked this pull request as ready for review November 19, 2024 20:14
@lmcorbalan lmcorbalan requested a review from nambrot November 19, 2024 20:15
@@ -11,6 +11,6 @@
"forge-std/=../node_modules/forge-std/src/",
"@hyperlane-xyz/=../node_modules/@hyperlane-xyz/core/contracts/",
"contracts/=../node_modules/@hyperlane-xyz/core/contracts/",
"@uniswap/=../node_modules/@uniswap/",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this intended here?

for (uint256 i = 0; i < _orderIds.length; i += 1) {
if (orderStatus[_orderIds[i]] != FILLED) revert InvalidOrderStatus();

// It may be good idea not to change the status here (on destination) but only on the origin.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure I understand this comment?

msg.sender, TypeCasts.bytes32ToAddress(orderData.recipient), orderData.amountOut
);
}
// /**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this intended?

@lmcorbalan
Copy link
Collaborator Author

closing this in favor of #60

@lmcorbalan lmcorbalan closed this Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decouple OrderData from Base7683
2 participants