-
Notifications
You must be signed in to change notification settings - Fork 22
full support for all amm transactions #503
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
base: main
Are you sure you want to change the base?
full support for all amm transactions #503
Conversation
Are the links for all the tx types so we can test? @Anna15170221 @pandablue0809? |
http://localhost:3000/en/tx/9CA9CDEBCBE61C19E6C81A186BFB55174798BBE989CB14EBE70F72F3CD4B8B16 It's not super clear here When TX is fully supported, we remove the "Affected accounts." http://localhost:3000/en/tx/AA6883AF2858B09FDFAC3D55BDAF8797D91D114DCBF5D111FE95773F2B184D08 here the issue is not recognised for BTH, but we have a service name I need examples of all the other transaction types to check. |
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.
we need some improvements
AMM create:
AMM Vote AMM Deposit
AMM Withdraw http://localhost:3000/en/tx/3B80A23644F338D72AEAD923C116BB66A0C302C60A50DE9EA4DB5F0469DA84B1 AMM Bid AMM Delete
AMM Clawback |
@ihomp |
we can wait for @ildaruz to add ammChanges - that would make calculations easier.. but in general:
Deposited: 0.01 XRP and 0.00001 BTH (Bithomp).
Liquidity pool: XRP / BTH (Bithomp) http://localhost:3000/en/tx/468C14A0A238831E86E34395AFB1C084FD6C3FC3130DDE168C2F6D34BE242CDA we need to show: Specified Max Assets for Deposit: 0.3 XRP and 0.3 USDC (Circle) 0.101711 XRP is calculated from balance changes and the fee. AMM Withdraw http://localhost:3000/en/tx/3B80A23644F338D72AEAD923C116BB66A0C302C60A50DE9EA4DB5F0469DA84B1 AMM Bid AMM Delete we need to show Pool pair instead of asset, asset2 |
@pandablue0809 we already have ammChanges in the output, check if you can show them to finish this PR. |
Issue
We need to add a full support for all amm transactions, for all available fields and flags.