-
Notifications
You must be signed in to change notification settings - Fork 53
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
refactor: remove peerDependency of toolkit #559
Conversation
- lumos dependencies and modules are really a bit much - contributors often depend on yarn's auto-hoist to cause some module to not be installed correctlly
the docker is no longer needed
# Conflicts: # packages/ckb-indexer/package.json # packages/common-scripts/package.json # packages/debugger/package.json # packages/e2e-test/package.json # packages/experiment-tx-assembler/package.json # packages/hd-cache/package.json # packages/helpers/package.json # packages/transaction-manager/package.json
# Conflicts: # packages/testkit/package.json
# Conflicts: # packages/testkit/package.json
# Conflicts: # packages/transaction-manager/examples/chained-transfer-example/package.json
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## ckb2023 #559 +/- ##
===========================================
+ Coverage 86.53% 86.83% +0.30%
===========================================
Files 115 115
Lines 23341 23341
Branches 2331 2353 +22
===========================================
+ Hits 20197 20268 +71
+ Misses 3102 3031 -71
Partials 42 42
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
This PR is not specific to the |
Close reason: will change base to |
Description
This PR removes
peerDependency
oftoolkit
packageType of change
How Has This Been Tested?
Normalizers
usingnormalizeHexNumber
works