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
Problem: 0.70-rc1 testnet does not support eth_call for blocks prior 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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@
27
27
-[cronos#287](https://github.com/crypto-org-chain/cronos/pull/287) call upgrade handler before sealing app
28
28
-[cronos#323](https://github.com/crypto-org-chain/cronos/pull/323) Upgrade gravity bridge to v0.3.9 which contain a bugfix on `batchTxExecuted.`
29
29
-[cronos#324](https://github.com/crypto-org-chain/cronos/pull/324) Update to cosmos-sdk `v0.45.1`, which fixes an OOM issue.
30
+
-[cronos#329](https://github.com/crypto-org-chain/cronos/pull/329) Fix panic of eth_call on blocks prior to upgrade.
0 commit comments