-
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] Group SwapOps method arguments #1529
Conversation
…rguments # Conflicts: # mm2src/coins/qrc20.rs # mm2src/coins/solana.rs # mm2src/coins/solana/spl.rs # mm2src/coins/tendermint/tendermint_coin.rs # mm2src/coins/tendermint/tendermint_token.rs # mm2src/coins/test_coin.rs # mm2src/coins/utxo/bch.rs # mm2src/coins/utxo/qtum.rs # mm2src/coins/utxo/slp.rs # mm2src/coins/utxo/utxo_standard.rs # mm2src/coins/z_coin.rs
…rguments # Conflicts: # mm2src/coins/tendermint/tendermint_coin.rs
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.
Awesome! The swap ops looks much better now!
Please consider my suggestions
…rguments # Conflicts: # mm2src/mm2_main/src/docker_tests.rs
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.
Awesome! This is huge improvement!
@artemii235 please take a quick look, then I'll merge the PR |
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.
Great work!
Related to issue: Group SwapOps method arguments into new types #1504
There are new three groups for
send payment
methods and two structures forvalidate_fee
andcheck_if_my_payment_sent
.validate_fee
method didn't have annotation to allow too many arguments, but already had 6 arguments except &self.