-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR was opened by the [Changesets release](https://github.com/changesets/action) 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 master, this PR will be updated. # Releases ## @celo/[email protected] ### Minor Changes - [#348](#348) [`76d09b7`](76d09b7) Thanks [@shazarre](https://github.com/shazarre)! - Adds support for firstKnownEpoch, getFirstBlockAtEpoch, getLastBlockAtEpoch on EpochManager wrapper ### Patch Changes - Updated dependencies \[[`433b70e`](433b70e)]: - @celo/[email protected] ## @celo/[email protected] ### Patch Changes - [#348](#348) [`76d09b7`](76d09b7) Thanks [@shazarre](https://github.com/shazarre)! - Fix network:info command when in L2 - Updated dependencies \[[`433b70e`](433b70e), [`76d09b7`](76d09b7)]: - @celo/[email protected] - @celo/[email protected] ## @celo/[email protected] ### Patch Changes - [#350](#350) [`433b70e`](433b70e) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Fix calculation of maxFeePerGas. Multiple base Fee by constant for buffer <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the versions of the `@celo/connect` and `@celo/contractkit` packages, along with minor bug fixes and improvements in the changelogs for each package. ### Detailed summary - Updated `@celo/connect` from `6.0.1` to `6.0.2` - Updated `@celo/contractkit` from `8.2.0` to `8.3.0` - Updated `@celo/celocli` from `5.2.0` to `5.2.1` - Added changelog entries for versions `6.0.2`, `8.3.0`, and `5.2.1` - Fixed calculation of `maxFeePerGas` in `@celo/connect` - Added support for new methods in `@celo/contractkit` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
433b70e
commit ee8c2ba
Showing
10 changed files
with
38 additions
and
26 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@celo/contractkit", | ||
"version": "8.2.0", | ||
"version": "8.3.0", | ||
"description": "Celo's ContractKit to interact with Celo network", | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
|
@@ -29,7 +29,7 @@ | |
"@celo/abis": "11.0.0", | ||
"@celo/abis-12": "npm:@celo/[email protected]", | ||
"@celo/base": "^6.1.0", | ||
"@celo/connect": "^6.0.1", | ||
"@celo/connect": "^6.0.2", | ||
"@celo/utils": "^7.0.0", | ||
"@celo/wallet-local": "^6.0.1", | ||
"@types/bn.js": "^5.1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1631,8 +1631,8 @@ __metadata: | |
"@celo/base": "npm:^6.1.0" | ||
"@celo/celo-devchain": "npm:^7.0.0" | ||
"@celo/compliance": "npm:~1.0.23" | ||
"@celo/connect": "npm:^6.0.1" | ||
"@celo/contractkit": "npm:^8.2.0" | ||
"@celo/connect": "npm:^6.0.2" | ||
"@celo/contractkit": "npm:^8.3.0" | ||
"@celo/cryptographic-utils": "npm:^5.1.0" | ||
"@celo/dev-utils": "npm:0.0.5" | ||
"@celo/explorer": "npm:^5.0.12" | ||
|
@@ -1714,7 +1714,7 @@ __metadata: | |
languageName: node | ||
linkType: hard | ||
|
||
"@celo/connect@npm:^6.0.1, @celo/connect@workspace:packages/sdk/connect": | ||
"@celo/connect@npm:^6.0.1, @celo/connect@npm:^6.0.2, @celo/connect@workspace:packages/sdk/connect": | ||
version: 0.0.0-use.local | ||
resolution: "@celo/connect@workspace:packages/sdk/connect" | ||
dependencies: | ||
|
@@ -1760,15 +1760,15 @@ __metadata: | |
languageName: node | ||
linkType: hard | ||
|
||
"@celo/contractkit@npm:^8.1.1, @celo/contractkit@npm:^8.2.0, @celo/contractkit@workspace:packages/sdk/contractkit": | ||
"@celo/contractkit@npm:^8.1.1, @celo/contractkit@npm:^8.3.0, @celo/contractkit@workspace:packages/sdk/contractkit": | ||
version: 0.0.0-use.local | ||
resolution: "@celo/contractkit@workspace:packages/sdk/contractkit" | ||
dependencies: | ||
"@celo/abis": "npm:11.0.0" | ||
"@celo/abis-12": "npm:@celo/[email protected]" | ||
"@celo/base": "npm:^6.1.0" | ||
"@celo/celo-devchain": "npm:^7.0.0" | ||
"@celo/connect": "npm:^6.0.1" | ||
"@celo/connect": "npm:^6.0.2" | ||
"@celo/dev-utils": "npm:0.0.5" | ||
"@celo/odis-identifiers": "npm:^1.0.1" | ||
"@celo/typescript": "workspace:^" | ||
|