Skip to content

Bump @lukso/lsp-smart-contracts from 0.6.2 to 0.12.0 in /hardhat#25

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

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

Release notes

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

v0.12.0

0.12.0 (2023-10-30)

⚠ BREAKING CHANGES

  • Optional LSP1 Notification on revokeOperator(..) #2 (#767)
  • replace ValueReceived with UniversalReceiver (#759)
  • Allows ERC725X.executeBatch path in LSP6 Key Manager (#760)
  • update LS8 Metadata keys to new LSP8 standard specs (#762)
  • create Version contract and inherit it (#764)
  • Optional LSP1 Notification on revokeOperator(..) (#763)

refactor

  • Optional LSP1 Notification on revokeOperator(..) (#763) (63c1a0f)
  • Optional LSP1 Notification on revokeOperator(..) #2 (#767) (1f92ca5)
  • replace ValueReceived with UniversalReceiver (#759) (0c17386)
  • update LS8 Metadata keys to new LSP8 standard specs (#762) (a909926)

Features

  • Allows ERC725X.executeBatch path in LSP6 Key Manager (#760) (941c06a)
  • create Version contract and inherit it (#764) (0745ed4)

Bug Fixes

Miscellaneous

v0.12.0-rc.0

What does this release introduce?

⚠ BREAKING CHANGES

  • remove LSP4Compatibility contract + ERC20 Compatible token interfaces ILSP7CompatibleERC20 / ILSP8CompatibleERC721 (#749)
  • add extra parameter requestor to lsp20VerifyCall (#753)
  • Roll back to old LSP1UniversalReceiverDelegate Interface and functions (#741)
  • remove isEncodedArray(...) from LSP2utils.sol (#746)
  • add callee params to lsp20 & EXECUTE_RELAY_CALL permission & mapping reentrancyStatus (#729)
  • set LSP8 TokenId Type on deployment / initialization (#712)
  • re-change param name from allowNonLSP1Recipient to force

Deprecation

... (truncated)

Changelog

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

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.12.0-rc.0 (2023-10-18)

⚠ BREAKING CHANGES

  • remove LSP4Compatibility contract + ERC20 Compatible token interfaces ILSP7CompatibleERC20 / ILSP8CompatibleERC721 (#749)
  • add extra parameter requestor to lsp20VerifyCall (#753)
  • Roll back to old LSP1UniversalReceiverDelegate Interface and functions (#741)
  • remove isEncodedArray(...) from LSP2utils.sol (#746)
  • add callee params to lsp20 & EXECUTE_RELAY_CALL permission & mapping reentrancyStatus (#729)
  • set LSP8 TokenId Type on deployment / initialization (#712)
  • re-change param name from allowNonLSP1Recipient to force

Deprecation

  • re-change param name from allowNonLSP1Recipient to force (d59a2ff)
  • remove isEncodedArray(...) from LSP2utils.sol (#746) (1ff7cd4)
  • remove LSP4Compatibility contract + ERC20 Compatible token interfaces ILSP7CompatibleERC20 / ILSP8CompatibleERC721 (#749) (b038412)
  • Roll back to old LSP1UniversalReceiverDelegate Interface and functions (#741) (dab41a1)
  • set LSP8 TokenId Type on deployment / initialization (#712) (67cb333)

Features

  • add _afterTokenTransfer hook in LSP7 + LSP8 (4e3adc2)
  • add data param in _before and _after token transfer hooks (0cd0976)
  • add callee params to lsp20 & EXECUTE_RELAY_CALL permission & mapping reentrancyStatus (#729) (0ae4c83)
  • add lsp20 to acceptOwnership in LSP0 (#747) (804779a)
  • allow endingTimestamp to be 0 (a8c730f)
  • allow renounceOwnership() through LSP6 (dd74b56)
  • allow sending value when using setData(..) through the LSP6 (#725) (624c4a6)
  • create Extension4337 (#735) (d1df1d0)
  • add extra parameter requestor to lsp20VerifyCall (#753) (f82626d)

Bug Fixes

  • add receive() function in LSP7 & LSP8 to silent compiler warning (#711) (e6fb55d)
  • bug in dodoc config, incorrect signature (06b1f04)
  • return bytes32(0) when permission value retrieved is not exactly 32 bytes long (7422ab0)
  • ts configs and tests (#733) (a977312)
  • update logic to check against controller permissions when setting its Allowed Calls or ERC725Y Data Keys (#734) (0d43077)

0.11.1 (2023-09-07)

⚠ BREAKING CHANGES

  • change visibility of _reentrancyStatus state variable from private to internal in LSP6KeyManagerCore (#651)

... (truncated)

Commits
  • ab26d38 Merge pull request #772 from lukso-network/release-please--branches--main--co...
  • a8f2ff5 docs: adjust CHANGELOG
  • 98919c6 chore(main): release 0.12.0
  • fa89882 Merge pull request #773 from lukso-network/develop
  • a9f3e86 ci: adjust PR syntax for code coverage, only on merged PRs to develop (#771)
  • fbbec61 chore: release 0.12.0
  • 82c5633 Merge pull request #770 from lukso-network/develop
  • 1f92ca5 refactor!: Optional LSP1 Notification on revokeOperator(..) #2 (#767)
  • b7cfc53 build: deploy base contracts at pre-deterministic address (#758)
  • 66e001d ci: use release-please github action to create Gtihub release + publish on ...
  • 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.12.0.
- [Release notes](https://github.com/lukso-network/lsp-smart-contracts/releases)
- [Changelog](https://github.com/lukso-network/lsp-smart-contracts/blob/develop/CHANGELOG.md)
- [Commits](lukso-network/lsp-smart-contracts@v0.6.2...v0.12.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 Nov 6, 2023
@vercel
Copy link

vercel bot commented Nov 6, 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 Nov 6, 2023 8:25am

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 13, 2023

Superseded by #35.

@dependabot dependabot bot closed this Nov 13, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hardhat/lukso/lsp-smart-contracts-0.12.0 branch November 13, 2023 08:41
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