Skip to content

v2.0.3

Latest
Compare
Choose a tag to compare
@rya-sge rya-sge released this 10 Sep 07:21
9a35496
  • Small optimization in WhitelistWrapper; add a break in a loop
  • Set Solidity version to 0.8.26 in config file
  • Add constant VERSION

The release does not include the .git folder, which does not allow installing dependencies.
The easiest solution is to clone the project and perform a git checkout on the version tag

git clone https://github.com/CMTA/RuleEngine
git checkout v2.0.3
forge install
forge build