-
Notifications
You must be signed in to change notification settings - Fork 7
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
Multihop: replaces the hardcoded values for max_belief_price and max_spread_bps #164
Multihop: replaces the hardcoded values for max_belief_price and max_spread_bps #164
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a testcase which fails with spread exceeding the limit?
… N.B.: concrete expected message in mulithop doesn't work
…us is . We should be throwing the expected panic msg, somehow we don't catch that
in regard to the issues that we are experiencing with propagating the error messages between the contracts we created a small demo where this can be reproduced in an swift manner |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
the issue for this PR doesn't mention it, but we also have hard coded the value for max_belief_price, that's why I also added it, too