Request for Comments Version for CMTAT v3.0.0
This version is not audited
- Deployment version
- Add CMTAT Allowlist (Whitelist) version
- Add CMTAT debt version
- Which means that
CMTATStandalone
andCMTATUpgradeable
no longer includedDebtModule
andDebtEngineModule
- Which means that
- Rename
forceBurn
inforcedBurn
to use the same semantic as ERC-3643forcedTransfer
- Rename
balanceInfo
inbatchBalanceOf
to use the same semantic as ERC-3643batchBurn
andbatchMint
- Add several new interfaces for module, see interfaces/modules
- Add a parameter
burner
andminter
in the events Mint & Burn (ERC20MintModule / ERC20BurnModule) - Improve documentation & tests