Skip to content

Bump @lukso/lsp-smart-contracts from 0.6.2 to 0.14.0 in /hardhat#50

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hardhat/lukso/lsp-smart-contracts-0.14.0
Closed

Bump @lukso/lsp-smart-contracts from 0.6.2 to 0.14.0 in /hardhat#50
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hardhat/lukso/lsp-smart-contracts-0.14.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps @lukso/lsp-smart-contracts from 0.6.2 to 0.14.0.

Release notes

Sourced from @​lukso/lsp-smart-contracts's releases.

lsp-smart-contracts: v0.14.0

0.14.0 (2023-12-06)

⚠ BREAKING CHANGES

  • change set/get TokenId function name in LSP8 and LSP8TokenIdSchema to LSP8TokenIdFormat (#822)

Code Refactoring

  • change LSP4 Mapping data key from bytes12 to bytes10 (#824)
  • change set/get TokenId function name in LSP8 and LSP8TokenIdSchema to LSP8TokenIdFormat (#822) (2bf84f6)

lsp-smart-contracts: v0.13.0

0.13.0 (2023-11-30)

⚠ BREAKING CHANGES

  • Emit full DataChanged Event in LSP0 and LSP7, LSP8 (#814)
  • set LSP4TokenType on deployment of LSP7/8 Digital Assets (#806)
  • add set/getTokenIdData functions in LSP8 (#808)
  • Add batchCalls(...) to LSP7 & LSP8 (#810)
  • Change Operator event names in LSP7 and LSP8 (#809)

Features

  • Add batchCalls(...) to LSP7 & LSP8 (#810) (be46796)
  • add set/getTokenIdData functions in LSP8 (#808) (642da9d)
  • extract verification metadata (#802) (15cc284)
  • set LSP4TokenType on deployment of LSP7/8 Digital Assets (#806) (9ee6558)

Code Refactoring

  • Change Operator event names in LSP7 and LSP8 (#809) (07c56c1)
  • Emit full DataChanged Event in LSP0 and LSP7, LSP8 (#814) (6a5ea06)

v0.12.1

0.12.1 (2023-11-07)

Bug Fixes

  • [L-01] Return bytes directly in LSP6 _executePayload, to prevent data loss (#784) (fd23a24)
  • [M-02] reset _renounceOwnershipStartedAt on acceptOwnership(..) in LSP14 (#775) (5d8a7af)
  • [M-03] allow setting 21 bytes under LSP17Extension data key in LSP6KeyManager (#777) (8f1fb95)
  • [M-04 + L-02] improve empty call type checks for selector 0x00000000 (#776) (78bb1e7)
  • Adjust missing verificationData and verificationFunction (#788) (bff93e7)

Miscellaneous

... (truncated)

Changelog

Sourced from @​lukso/lsp-smart-contracts's changelog.

0.14.0 (2023-12-06)

⚠ BREAKING CHANGES

  • change set/get TokenId function name in LSP8 and LSP8TokenIdSchema to LSP8TokenIdFormat (#822)

Code Refactoring

  • change LSP4 Mapping data key from bytes12 to bytes10 (#824)
  • change set/get TokenId function name in LSP8 and LSP8TokenIdSchema to LSP8TokenIdFormat (#822) (2bf84f6)

0.13.0 (2023-11-30)

⚠ BREAKING CHANGES

  • Emit full DataChanged Event in LSP0 and LSP7, LSP8 (#814)
  • Add batchCalls(...) to LSP7 & LSP8 (#810)
  • Change Operator event names in LSP7 and LSP8 (#809)
  • add set/getTokenIdData functions in LSP8 (#808)
  • set LSP4TokenType on deployment of LSP7/8 Digital Assets (#806)

Features

  • Add batchCalls(...) to LSP7 & LSP8 (#810) (be46796)
  • add set/getTokenIdData functions in LSP8 (#808) (642da9d)
  • set LSP4TokenType on deployment of LSP7/8 Digital Assets (#806) (9ee6558)
  • extract verification metadata (#802) (15cc284)

Code Refactoring

  • Change Operator event names in LSP7 and LSP8 (#809) (07c56c1)
  • Emit full DataChanged Event in LSP0 and LSP7, LSP8 (#814) (6a5ea06)

0.12.1 (2023-11-07)

Bug Fixes

  • [L-01] Return bytes directly in LSP6 _executePayload, to prevent data loss (#784) (fd23a24)
  • [M-02] reset _renounceOwnershipStartedAt on acceptOwnership(..) in LSP14 (#775) (5d8a7af)
  • [M-03] allow setting 21 bytes under LSP17Extension data key in LSP6KeyManager (#777) (8f1fb95)
  • [M-04 + L-02] improve empty call type checks for selector 0x00000000 (#776) (78bb1e7)
  • Adjust missing verificationData and verificationFunction (#788) (bff93e7)

Miscellaneous

  • add notice in Natspec for isValidSignature (#787) (c1574a8)
  • adjust Natspec comments + use mixedCase name for modifier (#786) (e7ef125)
  • bootstrap releases for path: . + add Version.sol in file to update version for (#785) (c0090c6)
  • Refactor verification (4ff7b6f)

... (truncated)

Commits
  • acf5ea9 Merge pull request #826 from lukso-network/release-please--branches--main--co...
  • 0df9c01 chore(main): release lsp-smart-contracts 0.14.0
  • 7976fbb Merge pull request #825 from lukso-network/develop
  • 0433a6b refactor: make mapping deta key prefix bytes10 (#824)
  • 2bf84f6 refactor!: change set/get TokenId function name in LSP8 and `LSP8TokenIdSchem...
  • e8b20c1 ci: adjust solc version compile CI for new LSP8 pragma settings + run on any ...
  • 9b51780 docs: fix incorrect Natspec comments (#820)
  • f9aba79 Merge pull request #821 from lukso-network/docs/audit-milotruck
  • 25eb5ae docs: add MiloTruck audit report
  • 7439045 Merge pull request #812 from lukso-network/foundry-optimisation
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@lukso/lsp-smart-contracts](https://github.com/lukso-network/lsp-smart-contracts) from 0.6.2 to 0.14.0.
- [Release notes](https://github.com/lukso-network/lsp-smart-contracts/releases)
- [Changelog](https://github.com/lukso-network/lsp-smart-contracts/blob/lsp-smart-contracts-v0.14.0/CHANGELOG.md)
- [Commits](lukso-network/lsp-smart-contracts@v0.6.2...lsp-smart-contracts-v0.14.0)

---
updated-dependencies:
- dependency-name: "@lukso/lsp-smart-contracts"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 11, 2023
@vercel
Copy link

vercel bot commented Dec 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
web-badmintion ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 11, 2023 9:07am

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2024

Superseded by #81.

@dependabot dependabot bot closed this May 6, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hardhat/lukso/lsp-smart-contracts-0.14.0 branch May 6, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants