fluidex / rollup-state-manager

5 stars 6 forks source link

Breaking change in ethers-rs also break our code #143

Closed noel2004 closed 3 years ago

noel2004 commented 3 years ago

A recent update in ether-rs has change the signature of a function inside ethers-signers

"since latest versions, geth has been rejecting non-eip155 transactions. as a result, we remove the Option and replace it with just u64. This is a breaking change"

and also break our code (line 319 @ src/account.rs)

so which chain id should we use for? the Ethereum mainnet?