-
Notifications
You must be signed in to change notification settings - Fork 94
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
[r2r] Add max_maker_vol
RPC
#1618
Conversation
* Refactor `get_max_vol` by renaming and splitting into `get_max_maker_vol` and `check_other_coin_balance_for_order_issue`
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.
🔥
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.
Thanks for the PR! I have few notes about tests.
* Refactor `test_get_max_maker_vol` and `test_get_max_maker_vol_error` tests * Add `mm2_test_helpers::max_maker_vol`
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.
Thanks for fixes! One more note.
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.
🔥
get_max_vol
by renaming and splitting intoget_max_maker_vol
andcheck_other_coin_balance_for_order_issue