ledgerwatch

Results 19 comments of ledgerwatch

Update: Marco found another complication. A lot of contracts compiled by Solidity, use `assert` and `require` that lead to `REVERT` or execution abort depending on some condition involving state. If...

> > 1. Find number of transactions that fail and consume the entire allotted gas. > > Do we have an estimate of how many of these there are? >...

> (I'll note that static analysis can identify some range of contracts that are certain to fail and refuse to deploy them.) Yes. When our static analysis code is integrated...

Will be fixed here, thank you: https://github.com/ledgerwatch/erigon/pull/5686

Perhaps boot nodes need to be updated for BSC, can someone check

I checked that is it not crashing anymore on `devel` after the implementation of native tracers

I have confirmed that it works correctly on `devel` after the implementation of native tracers

Hi @benjaminmbrown, thank you! First of all, proposal includes recovery of contracts (Step 4 and Step 6) after they have been evicted. Secondly, the main difference of this research and...

I think you need to do cleanup for db transactions (`Rollback`) and the databases (`Close`) using `defer` otherwise the tests hit the limit of open RO transactions. Also, it is...