thehubbleproject / hubble-contracts

Hubble optimistic rollup
https://thehubbleproject.github.io/docs/
MIT License
133 stars 28 forks source link

Contract deployment error post EIP-155 Geth #586

Open kautukkundan opened 3 years ago

kautukkundan commented 3 years ago

Error: legacy pre-eip-155 transactions not supported

ChihChengLiang commented 3 years ago

We had this issue when running the devnet. It seems go-ethereum is no longer allow pre eip 155 tx in the future. https://blog.ethereum.org/2021/03/03/geth-v1-10-0/

So the current way of deployment can work if we add --rpc.allow-unprotected-txs args in the Geth command.

But we need to figure out how to do this properly in the long run