Roman Krasiuk

Results 46 comments of Roman Krasiuk

> Use multiple EOAs, so if you have 10 EOAs, you can at max have 10 bundles you can keep trying, so a queue with number of EOAs equal to...

nope, it wasn't. just tested on latest release, issue's still there

nice find! including into the list

yes, sir. ffi call specifically should roughly look like ``` FunctionCall( _, MemberAccess( _, Variable(Identifier { loc: _, name: "Vm" }), Identifier { loc: _, name: "ffi" } ), [...

yup, you can write the matched functions & their location into some output buffer and that should be it

hmm, this looks like a regression. it was addressed in #2177

@mattsse they **should** be stripped, ~~but now that I've taken another look, the condition should be inverse here https://github.com/gakonst/ethers-rs/blob/master/ethers-solc/src/config.rs#L346~~

@mattsse one thing that comes to mind is that our rule for detecting the license identifier is quite strict. we [require it to be on the first line](https://github.com/gakonst/ethers-rs/blob/master/ethers-solc/src/resolver/parse.rs#L117-L121) of any...

@ewilz currently we support this only in yul blocks. feel free to open a feature request for fmt config option

thanks for the explanation @onbjerg, i didn't know that