- Fix a bug present in the Conditional Transfer rule and the corresponding test.
- Config file:
Set Solidity version to 0.8.27 in config file
Set EVM version to Cancun - Add events for the following rules : whitelist/blacklist and sanctionList rules
- Some improvements in testing
Integration test with CMTAT: set the CMTAT version to v2.5.1 - Access control: The default admin has by default all the roles for the RuleEngine and the different rules
git clone https://github.com/CMTA/RuleEngine
git checkout v2.0.4
forge install
forge build
cd lib/CMTAT
npm install