foundry-rs / foundry

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
https://getfoundry.sh
Apache License 2.0
7.86k stars 1.56k forks source link

Chore: Refactor code for preventing code duplications #8292

Closed huyhuynh3103 closed 10 hours ago

huyhuynh3103 commented 2 days ago

Motivation

While deep diving into how veify-bytecode works, I found some code duplications and minor typo errors.

Solution

Eliminates these duplications and correct the typos, ensuring not to alter its core logic.

DaniPopes commented 1 day ago

Pending @yash-atreya

huyhuynh3103 commented 12 hours ago

Any updates on here @DaniPopes @yash-atreya