Open renovate[bot] opened 1 month ago
Name | Link |
---|---|
Latest commit | b979375d4c7550c30277886634ce03507154babe |
Latest deploy log | https://app.netlify.com/sites/fastidious-arithmetic-0085b6/deploys/670c883c9c29ea0008f15612 |
New and removed dependencies detected. Learn more about Socket for GitHub โ๏ธ
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
npm/@celo/contractkit@8.3.0 | filesystem, network Transitive: environment, eval, shell, unsafe | +341 |
52.9 MB | app-tooling |
๐ฎ Removed packages: npm/@celo/contractkit@4.1.1
This PR contains the following updates:
^4.1.0
->^8.0.0
Release Notes
celo-org/developer-tooling (@celo/contractkit)
### [`v8.3.1`](https://redirect.github.com/celo-org/developer-tooling/releases/tag/%40celo/contractkit%408.3.1) [Compare Source](https://redirect.github.com/celo-org/developer-tooling/compare/@celo/contractkit@8.3.0...@celo/contractkit@8.3.1) ##### Patch Changes - [#409](https://redirect.github.com/celo-org/developer-tooling/pull/409) [`e709b88`](https://redirect.github.com/celo-org/developer-tooling/commit/e709b8821315e354e418649320b5f93a7a464c16) Thanks [@aaronmgdr](https://redirect.github.com/aaronmgdr)! - Renames `getElected` and its usages to `getElectedAccounts` for `EpochManagerWrapper` ### [`v8.3.0`](https://redirect.github.com/celo-org/developer-tooling/releases/tag/%40celo/contractkit%408.3.0) [Compare Source](https://redirect.github.com/celo-org/developer-tooling/compare/@celo/contractkit@8.2.0...@celo/contractkit@8.3.0) ##### Minor Changes - [#348](https://redirect.github.com/celo-org/developer-tooling/pull/348) [`76d09b7`](https://redirect.github.com/celo-org/developer-tooling/commit/76d09b79c68cbb5aba38c0b36a5322384b7842ba) Thanks [@shazarre](https://redirect.github.com/shazarre)! - Adds support for firstKnownEpoch, getFirstBlockAtEpoch, getLastBlockAtEpoch on EpochManager wrapper ##### Patch Changes - Updated dependencies \[[`433b70e`](https://redirect.github.com/celo-org/developer-tooling/commit/433b70e20563e3e087cc39d744f1a2710d1d09de)]: - [@celo/connect](https://redirect.github.com/celo/connect)[@6](https://redirect.github.com/6).0.2 ### [`v8.2.0`](https://redirect.github.com/celo-org/developer-tooling/releases/tag/%40celo/contractkit%408.2.0) [Compare Source](https://redirect.github.com/celo-org/developer-tooling/compare/@celo/contractkit@8.1.1...@celo/contractkit@8.2.0) ##### Minor Changes - [#334](https://redirect.github.com/celo-org/developer-tooling/pull/334) [`7400467`](https://redirect.github.com/celo-org/developer-tooling/commit/740046755f5079cb1dafdb71fcc92cc4ad213eb9) Thanks [@pahor167](https://redirect.github.com/pahor167)! - Adds support for EpochManager and ScoreManager contracts ### [`v8.1.1`](https://redirect.github.com/celo-org/developer-tooling/releases/tag/%40celo/contractkit%408.1.1) [Compare Source](https://redirect.github.com/celo-org/developer-tooling/compare/@celo/contractkit@8.1.0...@celo/contractkit@8.1.1) ##### Patch Changes - [#315](https://redirect.github.com/celo-org/developer-tooling/pull/315) [`dd67b8f`](https://redirect.github.com/celo-org/developer-tooling/commit/dd67b8f7e65285d86af277c1172e760f250abd78) Thanks [@aaronmgdr](https://redirect.github.com/aaronmgdr)! - chore (bump deps) - Updated dependencies \[[`d245703`](https://redirect.github.com/celo-org/developer-tooling/commit/d245703fa71ad24c88982fc6566e4d2865f586a4)]: - [@celo/connect](https://redirect.github.com/celo/connect)[@6](https://redirect.github.com/6).0.1 - [@celo/wallet-local](https://redirect.github.com/celo/wallet-local)[@6](https://redirect.github.com/6).0.1 ### [`v8.1.0`](https://redirect.github.com/celo-org/developer-tooling/releases/tag/%40celo/contractkit%408.1.0) [Compare Source](https://redirect.github.com/celo-org/developer-tooling/compare/@celo/contractkit@8.0.0...@celo/contractkit@8.1.0) ##### Minor Changes - [#264](https://redirect.github.com/celo-org/developer-tooling/pull/264) [`59f4b42`](https://redirect.github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e) Thanks [@nicolasbrugneaux](https://redirect.github.com/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](https://redirect.github.com/celo-org/developer-tooling/pull/267) [`f553539`](https://redirect.github.com/celo-org/developer-tooling/commit/f553539feb68f0be9e91f83bf367b0c32f940d1e) Thanks [@shazarre](https://redirect.github.com/shazarre)! - Introduced CeloDistributionScheduleWrapper - [#266](https://redirect.github.com/celo-org/developer-tooling/pull/266) [`182bf73`](https://redirect.github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5) Thanks [@aaronmgdr](https://redirect.github.com/aaronmgdr)! - Adds support for FeeCurrencyDirectory contract - [#266](https://redirect.github.com/celo-org/developer-tooling/pull/266) [`182bf73`](https://redirect.github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5) Thanks [@aaronmgdr](https://redirect.github.com/aaronmgdr)! - Introduces getConfig for FeeCurrencyDirectoryWrapper - [#279](https://redirect.github.com/celo-org/developer-tooling/pull/279) [`06019bf`](https://redirect.github.com/celo-org/developer-tooling/commit/06019bfce3d7d939aca8d04d841193eb733bd372) Thanks [@shazarre](https://redirect.github.com/shazarre)! - Adds support for <1.5.0.0 and >=1.5.0.0 Governance contract version ##### Patch Changes - [#266](https://redirect.github.com/celo-org/developer-tooling/pull/266) [`182bf73`](https://redirect.github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5) Thanks [@aaronmgdr](https://redirect.github.com/aaronmgdr)! - Deprecated methods on kit instance for getting epoch info. - [#233](https://redirect.github.com/celo-org/developer-tooling/pull/233) [`eeb44f3`](https://redirect.github.com/celo-org/developer-tooling/commit/eeb44f300c08250e179b43881ae83bf0b530dc67) Thanks [@arthurgousset](https://redirect.github.com/arthurgousset)! - Nit: Capitalises function name using camel-case (`isowner` -> `isOwner`). - [#274](https://redirect.github.com/celo-org/developer-tooling/pull/274) [`bfa24da`](https://redirect.github.com/celo-org/developer-tooling/commit/bfa24da3eef5f9386395b2173ced2cfd0a4b0eb2) Thanks [@aaronmgdr](https://redirect.github.com/aaronmgdr)! - fix: USTD not showing that it uses an adapter by supporting Tether's tokenAdapter implementation - Updated dependencies \[[`38b2631`](https://redirect.github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`59f4b42`](https://redirect.github.com/celo-org/developer-tooling/commit/59f4b42029699861e91dd2214c40173f70de279e), [`182bf73`](https://redirect.github.com/celo-org/developer-tooling/commit/182bf73209e6b7de0d9ea1fedaf91c9ec80299f5), [`38b2631`](https://redirect.github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`7b93642`](https://redirect.github.com/celo-org/developer-tooling/commit/7b93642803261b37971dd3c07f8748b6bc8f3378), [`38b2631`](https://redirect.github.com/celo-org/developer-tooling/commit/38b26316d615e836e21bbfe2f44853f7e8220e03), [`66972eb`](https://redirect.github.com/celo-org/developer-tooling/commit/66972ebf0dfabc845ae309c2f794fe015ac49a86)]: - [@celo/utils](https://redirect.github.com/celo/utils)[@7](https://redirect.github.com/7).0.0 - [@celo/wallet-local](https://redirect.github.com/celo/wallet-local)[@6](https://redirect.github.com/6).0.0 - [@celo/connect](https://redirect.github.com/celo/connect)[@6](https://redirect.github.com/6).0.0 - [@celo/base](https://redirect.github.com/celo/base)[@6](https://redirect.github.com/6).1.0 ### [`v8.0.0`](https://redirect.github.com/celo-org/developer-tooling/releases/tag/%40celo/contractkit%408.0.0) [Compare Source](https://redirect.github.com/celo-org/developer-tooling/compare/@celo/contractkit@7.2.0...@celo/contractkit@8.0.0) ##### Major Changes - [#200](https://redirect.github.com/celo-org/developer-tooling/pull/200) [`6e3372f`](https://redirect.github.com/celo-org/developer-tooling/commit/6e3372f5ada20bb59d88e275170be4dae1e99f01) Thanks [@nicolasbrugneaux](https://redirect.github.com/nicolasbrugneaux)! - The following changes are related to adding support for more fee currencies in the [@celo](https://redirect.github.com/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](https://redirect.github.com/celo-org/developer-tooling/pull/200) [`6e3372f`](https://redirect.github.com/celo-org/developer-tooling/commit/6e3372f5ada20bb59d88e275170be4dae1e99f01) Thanks [@nicolasbrugneaux](https://redirect.github.com/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 - [#200](https://redirect.github.com/celo-org/developer-tooling/pull/200) [`6e3372f`](https://redirect.github.com/celo-org/developer-tooling/commit/6e3372f5ada20bb59d88e275170be4dae1e99f01) Thanks [@nicolasbrugneaux](https://redirect.github.com/nicolasbrugneaux)! - Bump Cross Fetch to fix security vulnerability - [#200](https://redirect.github.com/celo-org/developer-tooling/pull/200) [`6e3372f`](https://redirect.github.com/celo-org/developer-tooling/commit/6e3372f5ada20bb59d88e275170be4dae1e99f01) Thanks [@nicolasbrugneaux](https://redirect.github.com/nicolasbrugneaux)! - Bump web3-\* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same version - Updated dependencies \[[`6e3372f`](https://redirect.github.com/celo-org/developer-tooling/commit/6e3372f5ada20bb59d88e275170be4dae1e99f01), [`6e3372f`](https://redirect.github.com/celo-org/developer-tooling/commit/6e3372f5ada20bb59d88e275170be4dae1e99f01), [`6e3372f`](https://redirect.github.com/celo-org/developer-tooling/commit/6e3372f5ada20bb59d88e275170be4dae1e99f01), [`6e3372f`](https://redirect.github.com/celo-org/developer-tooling/commit/6e3372f5ada20bb59d88e275170be4dae1e99f01), [`6e3372f`](https://redirect.github.com/celo-org/developer-tooling/commit/6e3372f5ada20bb59d88e275170be4dae1e99f01)]: - [@celo/wallet-local](https://redirect.github.com/celo/wallet-local)[@5](https://redirect.github.com/5).2.0 - [@celo/connect](https://redirect.github.com/celo/connect)[@5](https://redirect.github.com/5).3.0 - [@celo/utils](https://redirect.github.com/celo/utils)[@6](https://redirect.github.com/6).0.1 - [@celo/base](https://redirect.github.com/celo/base)[@6](https://redirect.github.com/6).0.1 ### [`v7.2.0`](https://redirect.github.com/celo-org/developer-tooling/releases/tag/%40celo/contractkit%407.2.0) [Compare Source](https://redirect.github.com/celo-org/developer-tooling/compare/@celo/contractkit@7.1.0...@celo/contractkit@7.2.0) ##### Minor Changes - [#171](https://redirect.github.com/celo-org/developer-tooling/pull/171) [`fb7877a`](https://redirect.github.com/celo-org/developer-tooling/commit/fb7877ac364a4552769d77e4edd980460494557a) Thanks [@aaronmgdr](https://redirect.github.com/aaronmgdr)! - Support for Core Contracts Release 11 (upgrade [@celo/abis](https://redirect.github.com/celo/abis)) seeConfiguration
๐ Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
๐ฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.
โป Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
๐ Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.