-
Notifications
You must be signed in to change notification settings - Fork 6
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
[WIP] celocli viem migration: network commands #387
base: master
Are you sure you want to change the base?
[WIP] celocli viem migration: network commands #387
Conversation
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #387 +/- ##
===========================================
- Coverage 67.22% 56.70% -10.52%
===========================================
Files 291 300 +9
Lines 10972 11383 +411
Branches 1565 1585 +20
===========================================
- Hits 7376 6455 -921
- Misses 3455 4854 +1399
+ Partials 141 74 -67 ☔ View full report in Codecov by Sentry. |
fetch chainId dynamically and decide which config to use multicall support for devchain bigint support for cli printing
…, remove whitespaces in the snapshots
…e to fix the timeouts)
…ert test changes, remove CeloCommand
Description
A few sentences describing the overall effects and goals of the pull request's commits.
What is the current behavior, and what is the updated/expected behavior with this PR?
Other changes
Describe any minor or "drive-by" changes here.
Tested
An explanation of how the changes were tested or an explanation as to why they don't need to be.
Related issues
Backwards compatibility
Brief explanation of why these changes are/are not backwards compatible.
Documentation
The set of community facing docs that have been added/modified because of this change
PR-Codex overview
This PR introduces the
viem
package to thecli
and refactors several components to enhance functionality and structure, particularly around fee currency management and network parameters.Detailed summary
viem
package topackage.json
.ViemCommand
class for command handling.ViemFeeCurrencyProvider
for fee currency management.Parameters
andInfo
commands to useViemCommand
.