celo-org / celo-monorepo

Official repository for core projects comprising the Celo platform
https://celo.org
Apache License 2.0
697 stars 370 forks source link

Soloseng/bytecode-tooling-fix #11092

Closed soloseng closed 3 months ago

soloseng commented 3 months ago

Description

Fix bytecode verification tooling

Because ./scripts/truffle/verify-bytecode.js only expects an argument for 0.5.13 build artifacts, it would default to using './build/contracts-0.8' instead of ./build/${RELEASE_TAG/contracts-0.8 as the artifacts directory for 0.8 contracts.