-
-
Notifications
You must be signed in to change notification settings - Fork 669
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
Stellar: add support for StellarManageBuyOfferOp and StellarPathPaymentStrictSendOp. #1838
Conversation
Hi @matejcik, I forgot to mention that |
yes, while we're at this :) |
6173d5b
to
8685640
Compare
8685640
to
08b12f1
Compare
Hi @matejcik, the PR is ready for review, if I am missing something, please let me know, thank you :-) |
just to let you know, this is in the pipeline but I haven't had time to review yet |
Got it :-) |
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.
very nice, i could only find one typo.
please fix that, rebase on master and fix conflicts
…p to StellarManageSellOfferOp and rename StellarPathPaymentOp to StellarPathPaymentStrictReceiveOp.
…mentStrictSendOp.
…eOfferOp to StellarCreatePassiveSellOfferOp.
…count, we refuse to process this type of transaction.
[no changelog]
08b12f1
to
fe008b0
Compare
waiting for the CI pipeline would you mind doing a corresponding PR to Trezor Connect? |
@matejcik, I will submit a PR as soon as possible, maybe tomorrow. |
Hi @matejcik, will the changes here be automatically synced to trezor-common? If not, can you please sync it? Thanks. |
@overcat done |
Change List:
StellarManageOfferOp
toStellarManageSellOfferOp
StellarPathPaymentOp
toStellarPathPaymentStrictReceiveOp
StellarCreatePassiveOfferOp
toStellarCreatePassiveSellOfferOp
StellarManageBuyOfferOp
StellarPathPaymentStrictSendOp
MuxedAccount
, we refuse to process this type of transaction in trezorctl.Note: This PR is based on the work of @MisterTicot. #627, #579