planetarium / libplanet-explorer-frontend

Libplanet Explorer Frontend
https://explorer.libplanet.io/
MIT License
16 stars 27 forks source link

fix(tx-page): handle 'bigint'-typed bencodex value #125

Closed moreal closed 3 years ago

moreal commented 3 years ago

The new view for actions' plain view was introduced at #124. But it doesn't handle all types of BencodexValue successfully and fully. This pull request fixes it and applies lint not applied in #124. I found a solution from planetarium/bencodex-viewer codes so I thanks to @dahlia. 🙇 It will be cooler if it uses planetarium/bencodex-viewer as a React component.

Before

image

After merged

image