v2.0.0
- Implement the new architecture for the RuleEngine, with ValidationRule and OperationRule
- Add the rule ConditionalTransfer as an Operation rule
- Add the rule Blacklist as a Validation rule
- Whitelist and blacklist rules share a part of their code.
- Upgrade the library CMTAT to the version v2.4.0
- Fix a minor bug when rules are deleted with clearRules
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 taggit clone https://github.com/CMTA/RuleEngine
git checkout v2.0.0
forge install
forge build