ripple / explorer

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

Use `feature` RPC to populate `AmendmentEnable` tx Simple page. #1001

Open pdp2121 opened 1 week ago

pdp2121 commented 1 week ago

With the new feature RPC introduced in rippled 2.2.0, EnableAmendment tx Simple page can populate its data using amendment id without dependence on xrpl.org and rippled docs (which change pretty frequently):

https://github.com/ripple/explorer/blob/staging/src/containers/shared/amendmentUtils.ts

The logic would be simplified and consistency would be improved