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

Error waiting for tx: transaction type does not supported EIP-155 protected signatures #478

Open
Beanow opened this issue Apr 7, 2024 · 1 comment

Comments

@Beanow
Copy link

Beanow commented Apr 7, 2024

This error message shows up anywhere the CLI just submitted a TX to wait on.

rocketpool version 1.12.1
Docker installation, using latest Besu and Nimbus on Holesky.

For example:

$ rocketpool node stake-rpl

Please choose an amount of RPL to stake:
1: The minimum minipool stake amount for an 8-ETH minipool (294.043681 RPL)?
2: The minimum minipool stake amount for a 16-ETH minipool (196.029121 RPL)?
3: Your entire RPL balance (<snip> RPL)?
4: A custom amount
3

RPL Stake Gas Info:
+============== Suggested Gas Prices ==============+
| Avg Wait Time |  Max Fee  |    Total Gas Cost    |
| 15 Seconds    | 20 gwei   | 0.0027 to 0.0040 ETH |
| 1 Minute      | 15 gwei   | 0.0019 to 0.0029 ETH |
| 3 Minutes     | 15 gwei   | 0.0019 to 0.0029 ETH |
| >10 Minutes   | 15 gwei   | 0.0019 to 0.0029 ETH |
+==================================================+

These prices include a maximum priority fee of 2.00 gwei.
Please enter your max fee (including the priority fee) or leave blank for the default of 15 gwei:


Using a max fee of 15.00 gwei and a priority fee of 2.00 gwei.
Are you sure you want to stake <snip> RPL? You will not be able to unstake this RPL until you exit your validators and close your minipools, or reach over 150% collateral! [y/n]
y

Staking RPL...
Transaction has been submitted with hash 0x925<snip>.
You may follow its progress by visiting:
https://holesky.etherscan.io/tx/0x925<snip>

Waiting for the transaction to be included in a block... you may wait here for it, or press CTRL+C to exit and return to the terminal.

Error waiting for tx: transaction type does not supported EIP-155 protected signatures
@jshufro
Copy link
Contributor

jshufro commented Apr 7, 2024

I've been tracking this one. So far it seems like a besu issue but it's temporary and difficult to reproduce.

The transaction is submitted anyway

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

No branches or pull requests

2 participants