ethers-flashbots icon indicating copy to clipboard operation
ethers-flashbots copied to clipboard

Compilation error with 0.13.0

Open thibc81 opened this issue 2 years ago • 2 comments

Hi

I get the following error when I compile ethers-flashbot 0.13.0 coming with the ethers-signers v2.0.0 package.

15 | ecdsa::{recoverable::Signature as RecoverableSignature, signature::DigestSigner}, | ^^^^^^^^^^^ could not find recoverable in ecdsa

Note that ethers compile on its own without any issue.

Thanks!

thibc81 avatar Mar 21 '23 12:03 thibc81

Solved by pointing to ethers = { git = "https://github.com/gakonst/ethers-rs"} in the toml but still issue with pointing to ethers' 2.0.0.

thibc81 avatar Mar 21 '23 17:03 thibc81

@thibc81, try with the latest ethers-rs 2.0.6, it compiles succesfully on my end.

There are other issues though with 2.0, see #56.

ibhagwan avatar Jun 03 '23 07:06 ibhagwan