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

chore(deps): update celo packages (major) #283

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@celo/contractkit (source) ^5.2.1 -> ^8.3.1 age adoption passing confidence
@celo/utils (source) ^5.0.6 -> ^7.0.0 age adoption passing confidence

Release Notes

celo-org/developer-tooling (@​celo/contractkit)

v8.3.1

Compare Source

Patch Changes

v8.3.0

Compare Source

Minor Changes
  • #​348 76d09b7 Thanks @​shazarre! - Adds support for firstKnownEpoch, getFirstBlockAtEpoch, getLastBlockAtEpoch on EpochManager wrapper
Patch Changes

v8.2.0

Compare Source

Minor Changes

v8.1.1

Compare Source

Patch Changes

v8.1.0

Compare Source

Minor Changes
  • #​264 59f4b42 Thanks @​nicolasbrugneaux! - Add support for serializing, sending, parsing and deserializing cip66 transactions. This tx type is preffered over cip64 when paying for gas with tokens. Like eip1559 maxFeePerGass and maxPriorityFeePerGas are denominated in CELO. To create an cip66 transaction with Contractkit call the kit.populateMaxFeeInToken method with your transaction and then send it.

  • #​267 f553539 Thanks @​shazarre! - Introduced CeloDistributionScheduleWrapper

  • #​266 182bf73 Thanks @​aaronmgdr! - Adds support for FeeCurrencyDirectory contract

  • #​266 182bf73 Thanks @​aaronmgdr! - Introduces getConfig for FeeCurrencyDirectoryWrapper

  • #​279 06019bf Thanks @​shazarre! - Adds support for <1.5.0.0 and >=1.5.0.0 Governance contract version

Patch Changes

v8.0.0

Compare Source

Major Changes
  • #​200 6e3372f Thanks @​nicolasbrugneaux! - The following changes are related to adding support for more fee currencies in the @​celo packages.

    (BREAKING): setFeeCurrency changed to accept an address instead of previously accepting a StableToken
    (CHANGED): all places referring to gasCurrencies have been changed from string to StrongAddress for safer types. This shouldn't impact you as you already should have been giving 0x${string} in these places
    (CHANGED): reinforced the types of most contract wrappers to use StrongAddress where appropriate

  • #​200 6e3372f Thanks @​nicolasbrugneaux! - Removes stable token infos from the kit.getNetworkConfig()

    Removes from StableTokenWrapper all InflationParameters including, valueToUnits(), unitsToValues(), setInflationParameters(),

    Removes the inflation params from StableTokenWrapper.getConfig

Patch Changes

v7.2.0

Compare Source

Minor Changes

v7.1.0

Compare Source

Minor Changes
  • #​140 0ad9c01 Thanks @​timmoreton! - Activate votes from any account, new optional parameter to specify for account in ElectionWrapper:activate
Patch Changes

v7.0.0

Compare Source

Major Changes
Patch Changes
  • #​57 8fb6c76 Thanks @​aaronmgdr! - Re-removes MetaTransaction wallets, as previously removed in 6.0.0 (9ab9d00).

    Remove support for deprecated MetaTransactionWallet and MetaTransactionWalletDeployer. If absolutely needed the contracts can be accessed directly or an alternative such as account abstraction should be used.

  • #​56 7dfbcd6 Thanks @​aaronmgdr! - Re-removes grandamento

    While 6.0.0 (9ab9d00) previously removed grandamento it was added back temporarily because @celo/celocli required the wrappers to be available in order to execute the proposal to remove it from governance. It is now gone for good. RIP.

    Due to previous removal this is not considered a breaking change.

  • Updated dependencies [6b2e34c]:

v6.0.0

Compare Source

Major Changes
  • #​105 6b2e34c Thanks @​aaronmgdr! - Remove export compareBN

    This would have been used to sort BN.js numbers. Generic comparator functions are not really the scope of this library. Removing it allows the bn.js dependency to be removed too. If you were using this function it can be re-implemented as

    export function compareBN(a: BN, b: BN) {
      if (a.eq(b)) {
        return 0
      } else if (a.lt(b)) {
        return -1
      } else {
        return 1
      }
    }

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone UTC, Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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/major-celo-packages branch 8 times, most recently from 1db7455 to 2bb9dd6 Compare January 22, 2024 03:54
@renovate renovate bot force-pushed the renovate/major-celo-packages branch 7 times, most recently from 1cfdfd3 to 45ae3a5 Compare January 29, 2024 05:16
@renovate renovate bot force-pushed the renovate/major-celo-packages branch 11 times, most recently from 5b34e97 to c84feb3 Compare February 5, 2024 09:04
@renovate renovate bot force-pushed the renovate/major-celo-packages branch 2 times, most recently from bf97257 to 2e3936c Compare February 7, 2024 12:48
@renovate renovate bot force-pushed the renovate/major-celo-packages branch from 0d534f3 to 2a7d278 Compare August 26, 2024 03:24
@renovate renovate bot force-pushed the renovate/major-celo-packages branch 3 times, most recently from d20c882 to b1bde30 Compare September 9, 2024 03:18
@renovate renovate bot force-pushed the renovate/major-celo-packages branch 3 times, most recently from 015d8bc to ff96de3 Compare September 23, 2024 03:16
@renovate renovate bot force-pushed the renovate/major-celo-packages branch 3 times, most recently from 5de0f7b to 8967891 Compare September 29, 2024 10:50
@renovate renovate bot force-pushed the renovate/major-celo-packages branch 9 times, most recently from 6ad4cb5 to d5037be Compare October 7, 2024 06:44
@renovate renovate bot force-pushed the renovate/major-celo-packages branch 2 times, most recently from 3345ad4 to 517f4b7 Compare October 14, 2024 07:43
@renovate renovate bot force-pushed the renovate/major-celo-packages branch 5 times, most recently from de5ae65 to 56e7e84 Compare October 31, 2024 14:22
@renovate renovate bot force-pushed the renovate/major-celo-packages branch 2 times, most recently from 65204d9 to cd7d2b6 Compare November 4, 2024 03:24
@renovate renovate bot force-pushed the renovate/major-celo-packages branch from cd7d2b6 to 73b121e Compare November 18, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants