You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
few month ago we updated ticket schema to allow ticketId as string. #221
so new tickets can be passed for minting to the SmartContract. so we need updated validationContract to allow string if someone use ticketId as string. For compatability we can return numbers as strings too. @JamesSmartCell, cound you update validation contract?
currently we can use existing contract and dont let users to use ticketID as string, so it will not affect current projects
Current smartContract logic: NFT_ID = ticketID + OpenZeppelin enumerable, but I am going to update it.
few month ago we updated ticket schema to allow ticketId as string. #221
so new tickets can be passed for minting to the SmartContract. so we need updated validationContract to allow string if someone use ticketId as string. For compatability we can return numbers as strings too. @JamesSmartCell, cound you update validation contract?
currently we can use existing contract and dont let users to use ticketID as string, so it will not affect current projects
Current smartContract logic: NFT_ID = ticketID + OpenZeppelin enumerable, but I am going to update it.
@AW-STJ , @nicktaras
The text was updated successfully, but these errors were encountered: