-
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
BREAKING CHANGE: work with bundler without extra setting #721
Conversation
Signed-off-by: Tom Wang <[email protected]>
Signed-off-by: Tom Wang <[email protected]>
feat: add lumos crypto.randomBytes to replace node's
refactor: replace node crypto methods with noble methods
* build: remove webpack config in nextjs example * feat: add create-react-app example * build: set GENERATE_SOURCEMAP=false for CRA example * refactor: create CRA example with pnpm * chore: remove package-lock.json in CRA example
# Conflicts: # .eslintrc.next.js # packages/common-scripts/package.json # pnpm-lock.yaml # website/docs/migrations/migrate-to-v0.24.md
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #721 +/- ##
===========================================
+ Coverage 87.14% 87.21% +0.07%
===========================================
Files 132 133 +1
Lines 25346 25348 +2
Branches 2752 2752
===========================================
+ Hits 22087 22107 +20
+ Misses 3219 3201 -18
Partials 40 40
Continue to review full report in Codecov by Sentry.
|
Description
Fixes #597
This PR
@ckb-lumos/crypto
to replace thenode:crypto
Buffer
withUint8Array
bigint
Type of change
Please delete options that are not relevant.
How Has This Been Tested?