oceanprotocol / ocean-faucet

0 stars 0 forks source link

EIP-155 #1

Closed alexcos20 closed 3 years ago

alexcos20 commented 3 years ago

With Geth v1.10.0, EIP-155 is enforced (see https://blog.ethereum.org/2021/03/03/geth-v1-10-0/, chapter "ChainID enforcement")

All transactions need to follow https://github.com/ethereum/EIPs/blob/master/EIPS/eip-155.md or they will be rejected in the future (Infura runs v1.10.0, but with --rpc.allow-unprotected-txs, so we are safe for the moment ).

All sending transactions should include chainId as well.

bogdanfazakas commented 3 years ago

Tested against a synced Ropsten node with enforced EIP-155, and with the latest web3 library installed send transaction seemed fine, no need to manually add the chainId