Franco Victorio
Franco Victorio
Hi, I'd like to help with the tests for the indentation rules, if no one is already working on that. I'm just getting familiar with the codebase, but this seems...
Cool! Mark it as `In Progress` if you want, I'll start working on it.
This is how ESLint does it: https://github.com/eslint/eslint/blob/6791d189da84bd1a06b326e645f021e4a74bd2e0/bin/eslint.js#L59-L75 It's styll async, but they do it before calling the main `execute` method. Maybe something like that could be done in `bin/solium.js`?
I think this is working correctly when the gas is estimated, but the same problem shows up if you set a specific gas limit in the overrides :cry:
It happens when using Hardhat's node, but it does not happen with `geth --dev`. I don't know why. One difference I noticed is that, when using geth, I have to...
Thanks! > A `staticCall` should not use gas estimation, but I'll double check. :) Oh, sorry, I meant in the case that the `estimateGas` calls also used the return data...
Thanks for this @m1cm1c, but I think it's better to just document this behavior better, as discussed in #2980.
This seems like a `solc` problem. @cameel do you recognize this problem?
I'm closing this since it's not related to Hardhat. Thanks a lot @cameel for chiming in!
Hi @Amxx, thanks for opening this. This would be an interesting feature, but I'm not quite sure about the implementation. Is `getFeeData` *meant* to be be overridden? Or would it...