-
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 evm transaction parsing #6085
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.
First conceptual pass, looking excellent so far - haven't noticed anything odd here.
Functional pass up next!
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.
Tested locally with a subset of the added parsing which I have available, because of testing funds - deferring to @shapeshift/operations for the green light on this
LP Deposit

LP Withdraw requested

LP Withdraw Received

Swap

Savers withdraw request and withdraw received
- Note that withdraw request isn't parsed obviously since it's a send vs. contract call

Savers EVM token deposit

Loan Collateral Received


Loan Open

Long-tail


Description
Adds thorchain transaction parsing for all supported evm chains
Pull Request Type
Issue (if applicable)
closes #6020
Risk
Low - isolated to evm tx parsers. make sure evm transactions are being displayed correctly
Testing
Ensure the transaction row is displaying the correct type and information for the following thorchain types on evm chains (both native asset and tokens):
Also worth spot checking evm transaction history to validate everything else is still being displayed as expected.
Engineering
☝️
Operations
☝️
Screenshots (if applicable)
Swaps





Streaming Swaps


Savers




LP



Loan




Longtail

