You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
System info: [Include Ethermint commit, operating system name, and other relevant details]
dev
Steps to reproduce:
Project
ethers.js
calls eth_getBlockByNumber on projectethermint
, then returns the result as follows:Project
ethers.js
calls eth_getBlockByNumber on projectethereum
, then returns the result as follows:Because the value of
extraData
fromethermint
is0x0
,it will cause the hex length check to failhttps://github.com/ethers-io/ethers.js/blob/master/packages/providers/src.ts/formatter.ts#L200
Expected behavior: [What you expected to happen]
ethers.js
is a famous ethereum related project. I wish the value ofextraData
onethermint
could be consistent with projectethereum
Actual behavior: [What actually happened]
Additional info: [Include gist of relevant config, logs, etc.]
The text was updated successfully, but these errors were encountered: