EthTx / ethtx_ce

Ethereum transaction decoder (community version).
https://ethtx.info
Apache License 2.0
270 stars 61 forks source link

Change default decoder to simplejson with support for Decimal #148

Closed dudzicz closed 1 year ago

dudzicz commented 1 year ago

Force the json decoder to simplejson with support for Decimal. Consequently, all Decimals are converted to strings in the returned API payload.

kchojn commented 1 year ago

image