Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @unlock-protocol/contracts to ^0.0.33 #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@unlock-protocol/contracts (source) ^0.0.26 -> ^0.0.33 age adoption passing confidence

Release Notes

unlock-protocol/unlock (@​unlock-protocol/contracts)

v0.0.33

Compare Source

v0.0.32

Compare Source

v0.0.31

Compare Source

  • Add PublicLock v15 and Unlock v14

Features

  • remember referrer for renewals (#​15017) - the referrer address set during the first purchase is now automatically reused when a key is renewed (for subscriptions)
  • burn / disable a lock entirely (#​15018) - “burning” a lock will disbale all features and make existing data inaccessible. To date, this can NOT be reversed (even though nothing is deleted from chain storage).
  • Purchase multiple periods at once (#​14845) - one can chose to buy directly several periods for a key during a single purchase
  • update reward computation to be based on protocol fee (#​14696) - the gov tokens reward is now based on a fraction of the protocol fee - more precisely: the amount of governance tokens distributed is equal to half the protocol fee
  • add hasRole hook (#​14829) - a new hook can be used to set programmatically a role based on a 3rd part custom contract
  • dissociate referrer from protocolReferrer (#​15042) - allow to specify different addresses to perceive referrer fees and governance token reward

Minor / internal changes

  • adding the ability to execute more tx as part of a deployment. (#​14877) - some actions can now be added directly to the transaction where a lock is created (for instance, set another lock manager, etc).
  • use struct to parse purchase args (#​14806) - we use a new signature to parse purchase arguments, more flexible and clearer
  • emit PaymentReceipt event (#​14832)
  • add ReferrerPaid event (#​14827)
  • replace udt by governanceToken in Unlock contract (#​14688) (udt has been kept for backwards compatibility reasons)

Fixes

  • owners count excludes the zero address (#​14828)
  • lower contract size for PublicLock v15 (#​14846) removes addLockManager shorthand
  • wrong token id after a key was burnt (#​15071)

v0.0.30

Compare Source

  • Remove deprecated versions of Unlock (from V0 to v10)
  • Remove deprecated versions of PublicLock (from V0 to v7)

v0.0.29

Compare Source

  • Adding EmptyImpl in utils to allow deploymeny of empty proxy
  • Update UPToken and UPSwap initialization logic

v0.0.27

Compare Source

  • add UPToken, UPGovernor, UPTimelock and UPSwap contracts

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/unlock-protocol-contracts-0.x branch from 8392f8b to bdc16f6 Compare November 27, 2024 22:04
@renovate renovate bot changed the title Update dependency @unlock-protocol/contracts to ^0.0.31 Update dependency @unlock-protocol/contracts to ^0.0.32 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/unlock-protocol-contracts-0.x branch from bdc16f6 to a90152d Compare November 27, 2024 22:10
@renovate renovate bot changed the title Update dependency @unlock-protocol/contracts to ^0.0.32 Update dependency @unlock-protocol/contracts to ^0.0.33 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/unlock-protocol-contracts-0.x branch from a90152d to 7086548 Compare December 12, 2024 23:01
@renovate renovate bot force-pushed the renovate/unlock-protocol-contracts-0.x branch from 7086548 to df730ea Compare January 3, 2025 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants