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

156 multihop add transaction chain validation #159

Merged
merged 14 commits into from
Oct 30, 2023

Conversation

gangov
Copy link
Collaborator

@gangov gangov commented Oct 24, 2023

No description provided.

@gangov gangov linked an issue Oct 24, 2023 that may be closed by this pull request
@gangov
Copy link
Collaborator Author

gangov commented Oct 24, 2023

do I need a different order for swap and reverse_swap, because now we have 3 failing tests? I don't think the reverse_swap logic was written with errors inside, so I'm wondering

@ueco-jb
Copy link
Member

ueco-jb commented Oct 25, 2023

do I need a different order for swap and reverse_swap, because now we have 3 failing tests? I don't think the reverse_swap logic was written with errors inside, so I'm wondering

Have you checked how reverse swap tests were written? Do you understand its logic?

contracts/multihop/src/tests/query.rs Outdated Show resolved Hide resolved
contracts/multihop/src/tests/verify_operations.rs Outdated Show resolved Hide resolved
contracts/multihop/src/utils.rs Outdated Show resolved Hide resolved
@gangov gangov marked this pull request as ready for review October 25, 2023 18:12
@gangov gangov force-pushed the 156-multihop-add-transaction-chain-validation branch from 42fb1e1 to 6abea8d Compare October 26, 2023 18:50
@gangov gangov requested a review from ueco-jb October 26, 2023 18:57
@gangov gangov requested a review from ueco-jb October 27, 2023 20:09
Copy link
Member

@ueco-jb ueco-jb left a comment

Choose a reason for hiding this comment

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

LGTM

@ueco-jb ueco-jb merged commit 3a2814e into main Oct 30, 2023
3 checks passed
@ueco-jb ueco-jb deleted the 156-multihop-add-transaction-chain-validation branch October 30, 2023 07:27
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.

Multihop: Add transaction chain validation
2 participants