ethers-flashbots
ethers-flashbots copied to clipboard
Compilation error with 0.13.0
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!
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, 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.