dapperlabs / nba-smart-contracts

Smart contracts and transactions for Topshot, the official NBA digital collectibles game on the Flow Blockchain
https://www.nbatopshot.com
The Unlicense
333 stars 105 forks source link

allow moment id casting to be either uint32 or uint64 #216

Closed zihehuang closed 10 months ago

zihehuang commented 1 year ago

I observed the following casting error when processing MomentMinted events panic: interface conversion: cadence.Value is cadence.UInt32, not cadence.UInt64

rrrkren commented 10 months ago

this was due to the encoding change that was already reverted on testnet. the uint32 was likely a different field.