-
Notifications
You must be signed in to change notification settings - Fork 195
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
feat: thorchain utxo tx parsing #5986
Conversation
37a85d7
to
cdf5fde
Compare
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.
Retested locally after fixing translations - overall LGTM, minus one issue with LP withdraw inbound
UTXO LP Deposit


UTXO LP Withdraw
- Inbound is sad @kaladinlight 😢

- Outbound is happy

Savers Deposit inbound


Savers withdraw outbound

Savers withdraw inbound
- isn't properly detected, though as I can see this isn't a bug but a feature, this isn't implemented and we probably don't have enough data from the Tx to make this work?

Loan Open


Loan Close
Wasn't able to test as my deposit amount is too low
21ac43a
to
f58e07a
Compare
@gomesalexandre can you give me the tx for savers withdraw inbound so I can look at it? |
Ok, looks like this is a memo-less withdrawal. We can add logic to handle this, but it will be a bit more complicated. I will add a follow up ticket to address. We can add the memo to our withdrawal transactions in the meantime so we can detect display as is for savers withdrawals moving forward as well. Marginal increase in tx fee |
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.
Description
Add transaction parsing for all supported thorchain transactions and associated transaction rows
Pull Request Type
Issue (if applicable)
#5967
Risk
Lowish - this is all additive, but we want to make sure the transactions are being displayed accurately
Testing
Ensure the transaction row is displaying the correct type and information for the following thorchain types on utxo chains:
Engineering
☝️
Operations
☝️
Screenshots (if applicable)
Swaps



Streaming Swaps



Savers



LP




Loan


