Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mainnet release tests - estimategas error #6640

Closed
luu-alex opened this issue Dec 4, 2023 · 1 comment · Fixed by #6689
Closed

mainnet release tests - estimategas error #6640

luu-alex opened this issue Dec 4, 2023 · 1 comment · Fixed by #6689
Assignees
Labels
4.x 4.0 related Bug Addressing a bug

Comments

@luu-alex
Copy link
Contributor

luu-alex commented Dec 4, 2023

https://github.com/web3/web3.js/actions/runs/7091989375/job/19302456686?pr=6630

Error is:

    InvalidResponseError: Returned error: err: insufficient funds for gas * price + value: address 0x98AF911164f9d4E0f5983ed114949c3Bfe3ADc9d have 0 want 1 (supplied gas 30000000)

might be related to the geth failing tests with estimate gas but needs investigating
https://github.com/web3/web3.js/actions/runs/7093310817/job/19306538736

discovered during release

Expected behavior

Actual behavior

Steps to reproduce the behavior

  1. [First step]
  2. [Second step]
  3. [and so on...]

Logs

Environment

@luu-alex luu-alex added Bug Addressing a bug 4.x 4.0 related labels Dec 4, 2023
@luu-alex
Copy link
Contributor Author

discussed in meeting, we will need to provide an address with funds to avoid responseError

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x 4.0 related Bug Addressing a bug
Projects
None yet
3 participants
@Muhammad-Altabba @luu-alex and others