Skip to content

v1.6.0

Compare
Choose a tag to compare
@gskapka gskapka released this 21 May 17:05
· 160 commits to master since this release
3e13220

Migration Bug Fix

The migation function looped over whilst deleting from the same open zeppelin enumerable set, which, due to the implementation of the latter, meant the function needed calling multiple times to migrate the entire token set.

The loops has now been change to solve this problem.