ripple / explorer

Open Source XRP Ledger Explorer
https://livenet.xrpl.org/
MIT License
107 stars 67 forks source link

Add support for issued currencies on Escrows and PaymentChannels #543

Open ckniffen opened 1 year ago

ckniffen commented 1 year ago

@dangell7 has created a PR for adding support for issued currencies to Escrows and PaymentChannels. The hooks devnet also supports this. Several enhancements will need to be made to the explorer to accommodate this.

Account Pages

@bugsbunnies. Might make sense to move these to a tab or add columns under issued assets

Transactions

EscrowCreate

The detail section says It escrowed $1,000.00XRP regardless of the currency involved.

Example

Helpful links

An account with example transactions: https://custom.xrpl.org/icv2.ws.transia.co:443/accounts/rPTV1uR5ZFzCUGHArXKLd6NDouGSbCjf3W

dangell7 commented 1 year ago

@ckniffen Added a PR here. If you get a chance please take a look at what I did with escrow.

https://github.com/ripple/explorer/pull/587