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
FATA[2024-07-28T12:41:30+08:00] Failed to upload file
error="Failed to submit log entry: Failed to send transaction to append log entry: rpc error: code = Unknown desc = execution reverted"
Through debugging, it was found that the error came from the estimateGasLimit request, which is called when sending log entry transaction.
Located in this file github.com/ethereum/[email protected]/accounts/abi/bind/base.go
This error occurred while executing into this area:
The recent update to the testnet contract has introduced the storage fee, and this error might be caused by the SDK not correctly calculating the fee. An incoming PR #40 will resolve this.
Through debugging, it was found that the error came from the
estimateGasLimit
request, which is called when sending log entry transaction.Located in this file
github.com/ethereum/[email protected]/accounts/abi/bind/base.go
This error occurred while executing into this area:
The text was updated successfully, but these errors were encountered: