Skip to content

Tags: dapperlabs/nba-smart-contracts

Tags

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fastbreak(cadence): upgrade (#270)

* fastbreak(cadence): upgrade
* Upgrade cadence contract for private path to storage.

* fastbreak(cadence): upgrade
* Revert.
* Remove isValidSubmission.

* fastbreak(cadence): upgrade
* Revert.
* Add grace period.

* fastbreak(cadence): upgrade
* Generate.

* try fixing ci

---------

Co-authored-by: loic1 <[email protected]>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update NBA contracts & txs to Cadence 1.0 (#248)

* first version of cadence 1.0

* Add minter entitlement and inherity NFT public interface in TopShot public interface

* update go version

* Swith view and access positions

* Adjust smart contracts for cadence 1.0

* fix contracts test

* nft v1.0.0 upgrade (#252)

* cadence 1 upgrade

* fix tests

* token updated

* sharded collection conforming to NFT provider and deposit

* remove contract initialized

* update fastbreakv1

* Bump golang.org/x/net from 0.19.0 to 0.23.0 in /lib/go/test (#250)

* Bump golang.org/x/net from 0.19.0 to 0.23.0 in /lib/go/test

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0.
- [Commits](golang/net@v0.19.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* generated

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taylor Petrychyn <[email protected]>

* upgrade flow sdk

* fix minted event

* updated go mod

* Fix tests on Cadence 1.0 (#255)

* Fix tests

* ci

* Update go version

* remove contract initialized

* fix get length

* remove unneeded entitlement

* emit standard events

* deprecate public interface

* Re-add public interfaces now due to usage in tests; remove un-needed nftUpdated event call, as it was already being called

* update assets

* remove Withdraw / Deposit events from Fastbreak in lieu of standard NFT events

* update readme

* Remove custom Withdraw / Deposit events being emitted

* update assets

* fix tests

* fix more tests

* remove unused code

* added events validateion

* updated all event type check

* fix fields

* fixed id

* fix unlock event

* fixed moment minted

* added new name

* add script to setup capabilities on minter account from locker account

* Embed transactions / scripts (#260)

* update assets

* update commit

* fix script

* run make test

* fix marketplace txes

* revert hardcoded address

* fix addresses

* updated assets

* fix tx

* updated assets

* fix script

* save cap on storage (#264)

* save cap on storage

* fix var / entitlements

* add comments and V1 Sale handling to create and start sale collection (#266)

---------

Co-authored-by: Joshua Hannan <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Eric Ren <[email protected]>
Co-authored-by: Fabio Kenji <[email protected]>
Co-authored-by: Jude Zhu <[email protected]>
Co-authored-by: Jude Zhu <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taylor Petrychyn <[email protected]>
Co-authored-by: Joshua Hannan <[email protected]>

lib/go/templates/v1.2.0

Toggle lib/go/templates/v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update NBA contracts & txs to Cadence 1.0 (#248)

* first version of cadence 1.0

* Add minter entitlement and inherity NFT public interface in TopShot public interface

* update go version

* Swith view and access positions

* Adjust smart contracts for cadence 1.0

* fix contracts test

* nft v1.0.0 upgrade (#252)

* cadence 1 upgrade

* fix tests

* token updated

* sharded collection conforming to NFT provider and deposit

* remove contract initialized

* update fastbreakv1

* Bump golang.org/x/net from 0.19.0 to 0.23.0 in /lib/go/test (#250)

* Bump golang.org/x/net from 0.19.0 to 0.23.0 in /lib/go/test

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0.
- [Commits](golang/net@v0.19.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* generated

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taylor Petrychyn <[email protected]>

* upgrade flow sdk

* fix minted event

* updated go mod

* Fix tests on Cadence 1.0 (#255)

* Fix tests

* ci

* Update go version

* remove contract initialized

* fix get length

* remove unneeded entitlement

* emit standard events

* deprecate public interface

* Re-add public interfaces now due to usage in tests; remove un-needed nftUpdated event call, as it was already being called

* update assets

* remove Withdraw / Deposit events from Fastbreak in lieu of standard NFT events

* update readme

* Remove custom Withdraw / Deposit events being emitted

* update assets

* fix tests

* fix more tests

* remove unused code

* added events validateion

* updated all event type check

* fix fields

* fixed id

* fix unlock event

* fixed moment minted

* added new name

* add script to setup capabilities on minter account from locker account

* Embed transactions / scripts (#260)

* update assets

* update commit

* fix script

* run make test

* fix marketplace txes

* revert hardcoded address

* fix addresses

* updated assets

* fix tx

* updated assets

* fix script

* save cap on storage (#264)

* save cap on storage

* fix var / entitlements

* add comments and V1 Sale handling to create and start sale collection (#266)

---------

Co-authored-by: Joshua Hannan <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Eric Ren <[email protected]>
Co-authored-by: Fabio Kenji <[email protected]>
Co-authored-by: Jude Zhu <[email protected]>
Co-authored-by: Jude Zhu <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taylor Petrychyn <[email protected]>
Co-authored-by: Joshua Hannan <[email protected]>

lib/go/events/v1.2.0

Toggle lib/go/events/v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update NBA contracts & txs to Cadence 1.0 (#248)

* first version of cadence 1.0

* Add minter entitlement and inherity NFT public interface in TopShot public interface

* update go version

* Swith view and access positions

* Adjust smart contracts for cadence 1.0

* fix contracts test

* nft v1.0.0 upgrade (#252)

* cadence 1 upgrade

* fix tests

* token updated

* sharded collection conforming to NFT provider and deposit

* remove contract initialized

* update fastbreakv1

* Bump golang.org/x/net from 0.19.0 to 0.23.0 in /lib/go/test (#250)

* Bump golang.org/x/net from 0.19.0 to 0.23.0 in /lib/go/test

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0.
- [Commits](golang/net@v0.19.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* generated

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taylor Petrychyn <[email protected]>

* upgrade flow sdk

* fix minted event

* updated go mod

* Fix tests on Cadence 1.0 (#255)

* Fix tests

* ci

* Update go version

* remove contract initialized

* fix get length

* remove unneeded entitlement

* emit standard events

* deprecate public interface

* Re-add public interfaces now due to usage in tests; remove un-needed nftUpdated event call, as it was already being called

* update assets

* remove Withdraw / Deposit events from Fastbreak in lieu of standard NFT events

* update readme

* Remove custom Withdraw / Deposit events being emitted

* update assets

* fix tests

* fix more tests

* remove unused code

* added events validateion

* updated all event type check

* fix fields

* fixed id

* fix unlock event

* fixed moment minted

* added new name

* add script to setup capabilities on minter account from locker account

* Embed transactions / scripts (#260)

* update assets

* update commit

* fix script

* run make test

* fix marketplace txes

* revert hardcoded address

* fix addresses

* updated assets

* fix tx

* updated assets

* fix script

* save cap on storage (#264)

* save cap on storage

* fix var / entitlements

* add comments and V1 Sale handling to create and start sale collection (#266)

---------

Co-authored-by: Joshua Hannan <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Eric Ren <[email protected]>
Co-authored-by: Fabio Kenji <[email protected]>
Co-authored-by: Jude Zhu <[email protected]>
Co-authored-by: Jude Zhu <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taylor Petrychyn <[email protected]>
Co-authored-by: Joshua Hannan <[email protected]>

lib/go/contracts/v1.2.0

Toggle lib/go/contracts/v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update NBA contracts & txs to Cadence 1.0 (#248)

* first version of cadence 1.0

* Add minter entitlement and inherity NFT public interface in TopShot public interface

* update go version

* Swith view and access positions

* Adjust smart contracts for cadence 1.0

* fix contracts test

* nft v1.0.0 upgrade (#252)

* cadence 1 upgrade

* fix tests

* token updated

* sharded collection conforming to NFT provider and deposit

* remove contract initialized

* update fastbreakv1

* Bump golang.org/x/net from 0.19.0 to 0.23.0 in /lib/go/test (#250)

* Bump golang.org/x/net from 0.19.0 to 0.23.0 in /lib/go/test

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0.
- [Commits](golang/net@v0.19.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* generated

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taylor Petrychyn <[email protected]>

* upgrade flow sdk

* fix minted event

* updated go mod

* Fix tests on Cadence 1.0 (#255)

* Fix tests

* ci

* Update go version

* remove contract initialized

* fix get length

* remove unneeded entitlement

* emit standard events

* deprecate public interface

* Re-add public interfaces now due to usage in tests; remove un-needed nftUpdated event call, as it was already being called

* update assets

* remove Withdraw / Deposit events from Fastbreak in lieu of standard NFT events

* update readme

* Remove custom Withdraw / Deposit events being emitted

* update assets

* fix tests

* fix more tests

* remove unused code

* added events validateion

* updated all event type check

* fix fields

* fixed id

* fix unlock event

* fixed moment minted

* added new name

* add script to setup capabilities on minter account from locker account

* Embed transactions / scripts (#260)

* update assets

* update commit

* fix script

* run make test

* fix marketplace txes

* revert hardcoded address

* fix addresses

* updated assets

* fix tx

* updated assets

* fix script

* save cap on storage (#264)

* save cap on storage

* fix var / entitlements

* add comments and V1 Sale handling to create and start sale collection (#266)

---------

Co-authored-by: Joshua Hannan <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Eric Ren <[email protected]>
Co-authored-by: Fabio Kenji <[email protected]>
Co-authored-by: Jude Zhu <[email protected]>
Co-authored-by: Jude Zhu <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taylor Petrychyn <[email protected]>
Co-authored-by: Joshua Hannan <[email protected]>

stable-cadence-v0.0.2-dev-01

Toggle stable-cadence-v0.0.2-dev-01's commit message
fix script

stable-cadence-v0.0.1

Toggle stable-cadence-v0.0.1's commit message
update commit

lib/go/events/v1.2.0-stable-cadence-dev-08

Toggle lib/go/events/v1.2.0-stable-cadence-dev-08's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #261 from dapperlabs/judez/add-new-destroy-event

Add new destroy event name

lib/go/events/v1.1.2-rc5

Toggle lib/go/events/v1.1.2-rc5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add burnMoments collection function (#215)

* add burnMoments collection function

* use admin to unlock the moments during destroy

* use admin to unlock the moments during destroy

* fix comment

* remove some dupe checks

* fix ci

---------

Co-authored-by: Taylor Petrychyn <[email protected]>

lib/go/events/v1.1.2-rc4

Toggle lib/go/events/v1.1.2-rc4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: moment lock event use UFix64 for times (#209)

* add events for moment locking

* use ufix64 type in moment lock

---------

Co-authored-by: Taylor Petrychyn <[email protected]>