Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to prerelease/mcrn, this PR will be updated.
prerelease/mcrn
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onprerelease/mcrn
.Releases
@celo/[email protected]
Major Changes
#188
08b0d6a
Thanks @github-actions! - The following changes are related to adding support for more fee currencies in the @celo packages.(BREAKING):
--gasCurrency
changed to accept only whitelisted addresses or the stringCELO
instead of previously accepting a StableToken or 'auto'(ADDED):
celocli network:whitelist
prints the whitelisted feeCurrencies(ADDED): the cli will automagically convert the previous gasCurrency such as cEUR, cUSD, cREAL, CELO into its address if necessary
Patch Changes
#189
cbfedf0
Thanks @renovate! - Bumps @celo/identity package to version 5.1.2. This version removes the opentelemetry dependencies, which removes the warnings when users install @celo/celocli.#168
c42682d
Thanks @renovate! - Bump Cross Fetch to fix security vulnerability#168
c42682d
Thanks @renovate! - Bump web3-* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same version#188
a317972
Thanks @github-actions! - celocli nework:parameters no longer includes info on stable tokensUpdated dependencies [
08b0d6a
,c42682d
,c42682d
,a317972
,08b0d6a
,5335af5
,08b0d6a
,08b0d6a
]:@celo/[email protected]
Major Changes
#188
08b0d6a
Thanks @github-actions! - 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
toStrongAddress
for safer types. This shouldn't impact you as you already should have been giving0x${string}
in these places(CHANGED): reinforced the types of most contract wrappers to use
StrongAddress
where appropriate#188
a317972
Thanks @github-actions! - 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
#168
c42682d
Thanks @renovate! - Bump Cross Fetch to fix security vulnerability#168
c42682d
Thanks @renovate! - Bump web3-* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same versionUpdated dependencies [
c42682d
,08b0d6a
,5335af5
,08b0d6a
,08b0d6a
]:@celo/[email protected]
Minor Changes
5335af5
Thanks @carterqw2! - Add support Type 0 Ethereum-compatible legacy TXsPatch Changes
#168
c42682d
Thanks @renovate! - Bump web3-* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same version#188
08b0d6a
Thanks @github-actions! - The following changes are related to adding support for more fee currencies in the @celo packages.(CHANGED): all places referring to gasCurrencies have been changed from
string
toStrongAddress
for safer types. This shouldn't impact you as you already should have been giving0x${string}
in these placesUpdated dependencies [
c42682d
,08b0d6a
,08b0d6a
]:@celo/[email protected]
Minor Changes
5335af5
Thanks @carterqw2! - Add support Type 0 Ethereum-compatible legacy TXsPatch Changes
#168
c42682d
Thanks @renovate! - Bump web3-* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same versionUpdated dependencies [
c42682d
,08b0d6a
,5335af5
,08b0d6a
,08b0d6a
]:@celo/[email protected]
Patch Changes
c42682d
Thanks @renovate! - Bump web3 to 1.10.4@celo/[email protected]
Patch Changes
#188
08b0d6a
Thanks @github-actions! - The following changes are related to adding support for more fee currencies in the @celo packages.(CHANGED): all places referring to gasCurrencies have been changed from
string
toStrongAddress
for safer types. This shouldn't impact you as you already should have been giving0x${string}
in these places@celo/[email protected]
Patch Changes
c42682d
,08b0d6a
,08b0d6a
]:@celo/[email protected]
Patch Changes
#168
c42682d
Thanks @renovate! - Bump Cross Fetch to fix security vulnerabilityUpdated dependencies [
08b0d6a
,c42682d
,c42682d
,a317972
,08b0d6a
,5335af5
,08b0d6a
,08b0d6a
]:@celo/[email protected]
Patch Changes
08b0d6a
,c42682d
,c42682d
,a317972
,08b0d6a
,5335af5
,08b0d6a
,08b0d6a
]:@celo/[email protected]
Patch Changes
c42682d
,08b0d6a
]:@celo/[email protected]
Patch Changes
#168
c42682d
Thanks @renovate! - Bump Cross Fetch to fix security vulnerability#168
c42682d
Thanks @renovate! - Bump web3-* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same version@celo/[email protected]
Patch Changes
c42682d
,08b0d6a
,08b0d6a
]:@celo/[email protected]
Patch Changes
#168
c42682d
Thanks @renovate! - Bump web3-* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same versionUpdated dependencies [
c42682d
,5335af5
,08b0d6a
,08b0d6a
]:@celo/[email protected]
Patch Changes
#168
c42682d
Thanks @renovate! - Bump web3-* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same version#188
08b0d6a
Thanks @github-actions! - The following changes are related to adding support for more fee currencies in the @celo packages.(CHANGED): all places referring to gasCurrencies have been changed from
string
toStrongAddress
for safer types. This shouldn't impact you as you already should have been giving0x${string}
in these placesUpdated dependencies [
08b0d6a
]:@celo/[email protected]
Patch Changes
#168
c42682d
Thanks @renovate! - Bump web3-* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same versionUpdated dependencies [
08b0d6a
]:@celo/[email protected]
Patch Changes
#168
c42682d
Thanks @renovate! - Bump web3-* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same versionUpdated dependencies [
c42682d
,08b0d6a
,5335af5
,08b0d6a
]:@celo/[email protected]
Patch Changes
#168
c42682d
Thanks @renovate! - Bump web3-* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same versionUpdated dependencies [
c42682d
,08b0d6a
,5335af5
,08b0d6a
,08b0d6a
]:@celo/[email protected]
Patch Changes
#168
c42682d
Thanks @renovate! - Bump web3-* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same versionUpdated dependencies [
c42682d
,08b0d6a
,5335af5
,08b0d6a
]:@celo/[email protected]
Patch Changes
#168
c42682d
Thanks @renovate! - Bump web3-* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same versionUpdated dependencies [
c42682d
,08b0d6a
,5335af5
,08b0d6a
,08b0d6a
]:@celo/[email protected]
Patch Changes
#168
c42682d
Thanks @renovate! - Bump web3-* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same versionUpdated dependencies [
c42682d
,08b0d6a
,5335af5
,08b0d6a
]:@celo/[email protected]
Patch Changes
#168
c42682d
Thanks @renovate! - Bump web3-* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same versionUpdated dependencies [
c42682d
,08b0d6a
,5335af5
,08b0d6a
]:@celo/[email protected]
Patch Changes
#168
c42682d
Thanks @renovate! - Bump web3-* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same versionUpdated dependencies [
c42682d
,08b0d6a
,5335af5
,08b0d6a
,08b0d6a
]: