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

err: max fee per gas less than block base fee mainnet #2952

Closed
agatsoh opened this issue Sep 20, 2021 · 3 comments · Fixed by #2953
Closed

err: max fee per gas less than block base fee mainnet #2952

agatsoh opened this issue Sep 20, 2021 · 3 comments · Fixed by #2953
Assignees

Comments

@agatsoh
Copy link
Contributor

agatsoh commented Sep 20, 2021

Thanks for filing a bug report :-)

making this just for our record

Steps to Reproduce

  1. Open a channel on the mainnet

We need to adjust the gas fee on the meta mask

Expected Result

Actual Result

err: max fee per gas less than block base fee: address 0xCDFC863705eb4c55cf59458d0879EE4549137140, maxFeePerGas: 73911193002 baseFee: 77551157201 (supplied gas 220248)
2021-09-20T13:50:41.921Z #13262975 [info] 	=> %c action     {"type":"channel/open/request","payload":{"deposit":{"_hex":"0x8ac7230489e80000","_isBigNumber":true}},"meta":{"tokenNetwork":"0x5F41Ff141B64c684F224B7748413F282c5Ef9428","partner":"0xcaCff1D95d55d49f0C3BeaBf179F3Aa2cb8b7469"}}
2021-09-20T13:50:46.984Z #13262977 [info] 	=> %c action     {"type":"block/time","payload":{"blockTime":13550}}
2021-09-20T13:50:47.389Z #13262977 [info] 	=> %c action     {"type":"block/gasPrice","payload":{"gasPrice":{"_hex":"0x15a6271497","_isBigNumber":true}}}
2021-09-20T13:51:07.856Z #13262978 [info] 	=> %c action     {"type":"block/gasPrice","payload":{"gasPrice":{"_hex":"0x14c8df87fd","_isBigNumber":true}}}
2021-09-20T13:51:12.433Z #13262979 [info] 	=> %c action     {"type":"block/gasPrice","payload":{"gasPrice":{"_hex":"0x14193d1405","_isBigNumber":true}}}
2021-09-20T13:51:27.666Z #13262983 [info] 	=> %c action     {"type":"block/gasPrice","payload":{"gasPrice":{"_hex":"0x1135734daa","_isBigNumber":true}}}
2021-09-20T13:51:47.744Z #13262985 [info] 	=> %c action     {"type":"block/gasPrice","payload":{"gasPrice":{"_hex":"0x1252e637b7","_isBigNumber":true}}}
2021-09-20T13:51:48.122Z #13262985 [info] 	=> retryWhile giving up {"count":0,"maxRetries":10} {"code":-32000,"message":"err: max fee per gas less than block base fee: address 0xCDFC863705eb4c55cf59458d0879EE4549137140, maxFeePerGas: 73911193002 baseFee: 77551157201 (supplied gas 220248)"}
2021-09-20T13:51:48.126Z #13262985 [info] 	=> %c action     {"type":"channel/open/failure","payload":{"code":-32000,"message":"err: max fee per gas less than block base fee: address 0xCDFC863705eb4c55cf59458d0879EE4549137140, maxFeePerGas: 73911193002 baseFee: 77551157201 (supplied gas 220248)"},"meta":{"tokenNetwork":"0x5F41Ff141B64c684F224B7748413F282c5Ef9428","partner":"0xcaCff1D95d55d49f0C3BeaBf179F3Aa2cb8b7469"},"error":true}

Screenshot_2021-09-20_19-23-02

Logs:

raiden_0xB161070B755EEfE31151575455C7B12a102f0E53_2021-09-20T14 00 51.599Z.log

@agatsoh
Copy link
Contributor Author

agatsoh commented Sep 20, 2021

I get this again during UDC deposit as well.

logs

raiden_0xB161070B755EEfE31151575455C7B12a102f0E53_2021-09-20T16 07 32.226Z.log

Error

deposit_udc_error

@agatsoh
Copy link
Contributor Author

agatsoh commented Sep 20, 2021

I tried the UDC deposit a few more times but it always fails. The gas estimation seems to be failing here because it never goes to metamask.
@andrevmatos care to have a look here. ?

Uploading raiden_0xB161070B755EEfE31151575455C7B12a102f0E53_2021-09-20T16 15 18.260Z.log…

@agatsoh
Copy link
Contributor Author

agatsoh commented Sep 21, 2021

Tested it on the mainnet with a deposit. Works
https://etherscan.io/tx/0xa2704ed647a8751bb69745c05ba22a097bede88ee889d13139629c22350a2345

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants