-
Notifications
You must be signed in to change notification settings - Fork 11
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
Upgrade devchain and ABIs #494
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #494 +/- ##
=======================================
Coverage 76.09% 76.09%
=======================================
Files 244 244
Lines 10253 10253
Branches 1621 1624 +3
=======================================
Hits 7802 7802
- Misses 2368 2379 +11
+ Partials 83 72 -11
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@celo/[email protected] |
### Description #494 didnt update yarn lock. and the [cache didnt update ](https://github.com/celo-org/developer-tooling/actions/runs/12433602034/job/34715513055) <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating test files and documentation related to governance proposals, validator groups, and network parameters. It includes changes to transaction file paths and updates to event types in the contract documentation. ### Detailed summary - Updated `membersUpdated` value in `show.test.ts` and `member.test.ts`. - Changed `frozenReserveGoldStartDay` in `parameters.test.ts` and `parameters-l2.test.ts`. - Added new contract events in documentation for `FeeCurrencyDirectoryWrapper` and `EpochManagerWrapper`. - Updated `implementation` addresses in snapshots for various contracts. - Refactored transaction file handling in governance tests to use `TRANSACTION_FILE_PATH`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> --------- Co-authored-by: Leszek Stachowski <[email protected]>
Description
An ongoing attempt to keep devchain and ABIs up to date.
Other changes
None.
Tested
Tests on CI are passsing.
PR-Codex overview
This PR updates the version numbers of certain dependencies in the
package.json
files of thedev-utils
andcontractkit
packages.Detailed summary
@celo/devchain-anvil
from12.0.0-canary.39
to12.0.0-canary.54
inpackages/dev-utils/package.json
.@celo/abis-12
fromnpm:@celo/[email protected]
tonpm:@celo/[email protected]
inpackages/sdk/contractkit/package.json
.