pdp2121

Results 24 issues of pdp2121

Currency name with less than or equal to 3 characters issuing as a hex was label with prefix "Fake" (see https://github.com/ripple/explorer/pull/1131). We should handle this more gracefully by: - For...

cleanup

The first ledger loaded into the index page is missing its bottom part (hash, tx count, validators): This is a bug and should be fixed.

bug

The `BASE FEE` (reference fee) in our Validator Voting table is often small and should be converted to drops for readability.

enhancement
good first issue

`express` v5 was released recently and picked up by our bot: https://github.com/ripple/explorer/pull/1160 v5 introduced breaking changes discussed here: https://github.com/expressjs/express/issues/6038#issuecomment-2405558639 Which caused error in production deployment: ``` /explorer/node_modules/path-to-regexp/dist/index.js:73 throw new TypeError(`Missing...

bug
dependencies