Skip to content

v3.0.0-rc2

Latest
Compare
Choose a tag to compare
@rya-sge rya-sge released this 04 Jun 14:37
· 8 commits to master since this release
903c261

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 and CMTATUpgradeable no longer included DebtModule and DebtEngineModule
  • Rename forceBurnin forcedBurnto use the same semantic as ERC-3643 forcedTransfer
  • Rename balanceInfoin batchBalanceOf to use the same semantic as ERC-3643 batchBurnand batchMint
  • Add several new interfaces for module, see interfaces/modules
  • Add a parameter burnerand minterin the events Mint & Burn (ERC20MintModule / ERC20BurnModule)
  • Improve documentation & tests