Skip to content

2.0.0

Compare
Choose a tag to compare
@mpeyfuss mpeyfuss released this 08 Dec 23:48
· 60 commits to main since this release

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.