2.0.0
A few pull requests were merged into this release. Updates as follows:
- There is now a separate
blockListOwner
variable that dictates ownership of the blocklist functionality. This can theoretically be someone other than the contract owner if that is desired. - To inherit, there is no longer a need to implement public functions on the previous internal functions, as there is now access control fixed in.
- Can set multiple operators in one transactions rather than in multiple.
- Can clear the blocklist in one transactions.