Closed Roby09 closed 2 years ago
Token ID's are now BigIntegers so it supports longer token id's. Because of Java serialization you can not remove old fields or change it's datatype, so instead we keep it and convert them to BigIntegers if there are any old nft's using integers.
Token ID's are now BigIntegers so it supports longer token id's. Because of Java serialization you can not remove old fields or change it's datatype, so instead we keep it and convert them to BigIntegers if there are any old nft's using integers.