Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Asset Token 1.1.0

Compare
Choose a tag to compare
@Andreadinenno Andreadinenno released this 05 Jul 14:18
· 148 commits to master since this release
v1.1.0
bc743e3

We added filtering features for payment operations, namely Blacklist and Whitelist. The user deploying the contract specify in the constructor the mode to start with, but then can switch from one to another (as well to NoFiltermode).
Depending on the active mode at a given time, the contract will check for each payment operation (send, burn and fund) if the sender is allowed to do so.