EscanBE / evermint

Evermint is a fork of open source Evmos, maintains bug fixes, customization and enable developers to fork and transform to their chain, fully customized naming, in just 2 steps. For research and development purpose.
GNU Lesser General Public License v3.0
2 stars 3 forks source link

Problem: `eth_getBlockBy*` currently returns wrong `transactionsRoot` and `receiptsRoot` #86

Closed VictorTrustyDev closed 8 months ago

VictorTrustyDev commented 8 months ago

Currently transactionsRoot and receiptsRoot is not computed and returned a constant of empty hash.

VictorTrustyDev commented 8 months ago

Completed by #85