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
Describe the bug eth_call for blocks prior to the testnet upgrade (blocks before 1553700) are getting -32000 error.
To Reproduce
Steps to reproduce the behavior:
Below is an RPC post request to wcro contract balanceOf(addr) function with different block parameter. When block parameter is prior to 0.7.0, an error is thrown
latest - work
a block after 0.7.0, block 1553701 = 0x17B525 - work
a block before 0.7.0, block 1553699 = 0x17B523 - error
…to upgrade (#329)
* Problem: 0.70-rc1 testnet does not support eth_call for blocks prior to upgrade
Closes: #327
Solution:
- fix base fee check logic in ethermint.
* changelog
Describe the bug
eth_call
for blocks prior to the testnet upgrade (blocks before 1553700) are getting-32000
error.To Reproduce
Steps to reproduce the behavior:
Below is an RPC post request to
wcro
contractbalanceOf(addr)
function with different block parameter. When block parameter is prior to 0.7.0, an error is thrownlatest
- work0x17B525
- work0x17B523
- errorExample of
eth_call
request on block 1553699Error response
Expected behavior
Expected success response
The text was updated successfully, but these errors were encountered: