Ivan Novikov

Results 6 issues of Ivan Novikov

If I write a typed variable argument, I am expecting an argument of a specific type. Example: ```python import fire def test(some_str: str): print(some_str) if __name__ == "__main__": fire.Fire() ```...

enhancement

Sorry for the questions on this topic, but I believe the answer helps for documentation for this project. as far as I understand this plugin reads only report files. If...

### What happened? The fee_history implementation return ``` {'oldestBlock': 1, 'baseFeePerGas': [769353759], 'gasUsedRatio': [0.02452759025055744], 'reward': []} ``` Accordingly: https://ethereum.github.io/execution-apis/api-documentation/ > An array of block base fees per gas. This includes...

Please review. It should work.

According to this fix, https://github.com/BowTiedDevil/degenbot/commit/84dd8d4d3a073a01ce3d7fa9c1729c5ab22d2768 There are supposing the: - `calculate`, `calculate_arbitrage`, `calculate_with_pool` must have the `self._pre_calculation_check(override_state)` - `_calculate` mustn't have the `_pre_calculation_check`

Hello engineers! Could someone please clarify is the logs field in CacheDB is not used at all? https://github.com/bluealloy/revm/blob/66adad00d8b89f1ab4057297b95b975564575fd4/crates/database/src/in_memory_db.rs#L27 I was expecting that after simulating transactions with `Evm` and `CacheDB`, I...