kadena-io / block-explorer

https://explorer.chainweb.com
8 stars 7 forks source link

Fix integer account balance parsing #78

Closed enobayram closed 1 year ago

enobayram commented 1 year ago

This PR bumps the chainweb-api version, bringing in a commit that fixes the PactNumber parser for the cases when a PactDecimal values get received as integral numbers. See https://github.com/kadena-io/chainweb-api/pull/49.

enobayram commented 1 year ago

Compare this screenshot from the current block-explorer: image

With this PR for the same view: image