Releases: dapperlabs/nba-smart-contracts
v1.2.1
What's Changed
- update broken image path to correct one by @annatangzhao in #267
- fastbreak(cadence): upgrade by @chumeston in #270
New Contributors
- @annatangzhao made their first contribution in #267
- @chumeston made their first contribution in #270
Full Changelog: v1.2.0...v1.2.1
lib/go/events/v1.1.2-pre-rc5
What's Changed
- Use correct interface types in linking by @joshuahannan in #210
- add moment data to moment purchase event by @rrrkren in #213
- feat: add burnMoments collection function by @tpetrychyn in #215
Full Changelog: lib/go/events/v1.1.2-rc4...lib/go/events/v1.1.2-rc5
Add Moment lock event go model to lib
What's Changed
- fix: moment lock event use UFix64 for times by @tpetrychyn in #209
Full Changelog: lib/go/events/v1.1.2-rc3...lib/go/events/v1.1.2-rc4
lib/go/events/v1.1.2-rc3
Add moment locked and unlocked Go models
What's Changed
- Fix unit tests by @jrkhan in #205
- Add borrowNFTSafe impl and test by @jrkhan in #206
- chore: add event models for moment locking by @tpetrychyn in #208
Full Changelog: lib/go/events/v1.1.2-rc2...lib/go/events/v1.1.2-rc3
Adding Tagline on Play Metadata struct
Adding the field Tagline to Play metadata to allow a TopShot NFT's description to be accessible on chain. Also make several Play Metadata fields optional to support the concept of Team Plays
What's Changed
- Feature/core nft views by @jrkhan in #161
- Removed dead code by @jrkhan in #166
- Add test abstraction to speed building tests by @jrkhan in #168
- Fix: typos by @omahs in #169
- Update CODEOWNERS to notify SC Eng by @franklywatson in #171
- Support Team Plays and Tagline in play metadata by @zihehuang in #175
- Add remix (#163) by @anatoly256 in #177
New Contributors
- @omahs made their first contribution in #169
- @franklywatson made their first contribution in #171
- @zihehuang made their first contribution in #175
Full Changelog: lib/go/templates/v1.1.1...lib/go/templates/v1.1.2
Adding overrideHeadline on play Metadata
Adding the field overrideHeadline to play metadata to support cases where we may wish to override the playerName or team name as the moments primary title. Stay tuned for an update to the contract that will expose the headline
trait.
What's Changed
- Secure cadence updates by @fkenji in #148
- Feat: Moment Locking by @tpetrychyn in #150
- Fix: TopShot Locking use nft.id for lock key by @tpetrychyn in #151
- add override headline to playMetadata type by @anatoly256 in #160
New Contributors
- @tpetrychyn made their first contribution in #150
Full Changelog: lib/go/templates/v1.0.3...lib/go/templates/v1.1.1
Player autograph fields in play metadata
What's Changed
- Improvements to the Top Shot Contracts by @joshuahannan in #125
- Getters for query set data by @joshuahannan in #131
- Update versions in lib/go/test by @HouseOfHufflepuff in #136
- Add contract improvements to readme by @Deewai in #135
- README Update : Transaction Examples by @HouseOfHufflepuff in #137
- Implementation of FLIP-0636 - NFT Metadata by @HouseOfHufflepuff in #140
- README Update for Off-Chain Packs by @HouseOfHufflepuff in #142
- Added thumbnail url for Display view and destroy_moments transaction by @Deewai in #143
- update setup transaction to include metadata views by @joshuahannan in #146
- add autograph fields to play metadata by @yeukovichd in #145
- Delist moments before destroying them by @Deewai in #147
New Contributors
- @HouseOfHufflepuff made their first contribution in #136
- @yeukovichd made their first contribution in #145
Full Changelog: lib/go/events/v1.0.5...lib/go/templates/v1.0.3
Mapped PackRevealed event
Maps PackRevealed event
Consolidate nba-api events
This moves cadence events in nba-api
repo here and adds event validation when decoding events. Also, adds unit tests
Mapped MomentDestroyed event
- Mapped MomentDestroyed event