explorer icon indicating copy to clipboard operation
explorer copied to clipboard

Open Source XRP Ledger Explorer

Results 105 explorer issues
Sort by recently updated
recently updated
newest added

The logic in this file to populate data for `EnableAmendment` transactions: https://github.com/ripple/explorer/blob/staging/src/containers/shared/amendmentUtils.ts can be now replaced with the validator-history-service new API: https://data.xrpl.org/v1/network/amendment/info/{amendment id/name} For example: https://data.xrpl.org/v1/network/amendment/info/8CC0774A3BF66D1D22E76BBDA8E8A232E6B6313834301B3B23E8601196AE6455

good first issue

Hi, When I navigated to the [https://livenet.xrpl.org/](https://livenet.xrpl.org/) in Firefox, I saw this type of error message in the console. I'm a bit confused; is it a problem with the rippled...

It seems like the `Other Balances` dropdown number is adding account issued balances to the total balance. For example, this account holds `66,000 EUR.rG9aydr2Z6zt1bMoG2cnyK6mANKED2CjeA` and has issued `32,956 EUR.rfsVJXis34tuvpRxVbTyuHbQ3jBopVZRXo` to...

Currencies that aren't 3 letters are still hex in this output. Example: ![image](https://github.com/ripple/explorer/assets/8029314/fd7bdb13-b054-40b5-ab7e-da2bc24ac8ec) (Ideally, the first line would read `It deleted a XRP/MB589 offer node owned by rBjBZPghaXLmNmgzU1gYi5UEfwinJEjcja with sequence...

bug
good first issue
cleanup

## Goals - Parallelize the search requests - Show more detailed messages when search fails ## Current Flow - Narrow down paths by regex - One possibility: redirect to page...

enhancement

Allow searching by both amendment hash or name.

enhancement

The error message on `NoMatch` transactions page should show the node's pubkey, but at the moment it shows a piece of code. ![Screenshot 2023-09-28 at 4 25 07 PM](https://github.com/ripple/explorer/assets/71317875/4e8fc8cc-f61c-46ce-819f-2756dc129a55)

bug
good first issue

Example: DFBD364C8A518FC936AF4AC68DCBF3282BF40340AA839F8E08AAE74047B55A07 Expected result: show ledger [DFBD364C8A518FC936AF4AC68DCBF3282BF40340AA839F8E08AAE74047B55A07](https://livenet.xrpl.org/ledgers/DFBD364C8A518FC936AF4AC68DCBF3282BF40340AA839F8E08AAE74047B55A07) Actual result: search box incorrectly redirects to https://livenet.xrpl.org/nft/DFBD364C8A518FC936AF4AC68DCBF3282BF40340AA839F8E08AAE74047B55A07 as if the hash is being interpreted as an NFT. Note: some other explorers like...

When loading the token page for Sologenic the page fails to load due to rate limiting. Handle this scenario and gracefully loading in the trading pair data. https://livenet.xrpl.org/token/534F4C4F00000000000000000000000000000000.rsoLo2S1kiGeCcn6hCUXVrCpGMWLrRrLZz

The flags in the explorer are stored in a map that are reversed, flag value to flag name. Will have to redo that to clean this up. _Originally posted by...