crytic / medusa

Parallelized, coverage-guided, mutational Solidity smart contract fuzzing, powered by go-ethereum
https://www.trailofbits.com/
GNU Affero General Public License v3.0
273 stars 33 forks source link

upgrading to go-ethereum 1.14.5 to support Cancun opcodes etc #386

Open 0xalpharush opened 5 days ago

0xalpharush commented 5 days ago

https://github.com/ethereum/go-ethereum/releases/tag/v1.14.5

For the memory leak we had, we no longer need to modify go-ethereum to clear the fastcache https://github.com/ethereum/go-ethereum/blob/master/triedb/hashdb/database.go#L619-L625