mit-dci / opencbdc-tx

A transaction processor for a hypothetical, general-purpose, central bank digital currency
Other
896 stars 198 forks source link

fix evmone version #296

Open eolesinski opened 1 month ago

eolesinski commented 1 month ago

This PR addresses issue #275 by pinning the installation to a specific version.

Both EVMONE and EVMC are upgraded to "Cancun" versions 0.11.0 and 11.0.1 respectively. This upgrade prevents an error where EVMONE fails to build and the Hunter install subsequently gets stuck when running the setup-dependencies.sh on a MacBook M3 Max running Sonoma 14.5.

Tested: tested by running ./scripts/setup-dependencies.sh and verified that the Hunter install does not hang.