Skip to content
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

feat!: supported esmodule #543

Draft
wants to merge 92 commits into
base: develop
Choose a base branch
from
Draft

feat!: supported esmodule #543

wants to merge 92 commits into from

Conversation

homura
Copy link
Collaborator

@homura homura commented Jul 24, 2023

Resolve #528

homura added 30 commits May 7, 2023 20:05
- 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
# 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
homura added 10 commits July 12, 2023 19:08
# 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
#	website/package.json
# Conflicts:
#	packages/hd/package.json
# Conflicts:
#	.github/workflows/publish.yml
#	.gitignore
#	DEVELOPMENT.md
#	commitlint.config.js
#	examples/cardano-lock-namiwallet/package.json
#	examples/exchange-sudt-for-ckb/package.json
#	examples/misc/package.json
#	examples/omni-lock-metamask/package.json
#	examples/omni-lock-secp256k1-blake160/package.json
#	examples/pnpm-lock.yaml
#	examples/pw-lock-metamask/package.json
#	examples/secp256k1-multisig-transfer/package.json
#	package.json
#	packages/base/package.json
#	packages/bi/package.json
#	packages/ckb-indexer/package.json
#	packages/codec/package.json
#	packages/common-scripts/package.json
#	packages/common-scripts/tests/omnilock.test.ts
#	packages/config-manager/package.json
#	packages/debugger/package.json
#	packages/experiment-tx-assembler/package.json
#	packages/hd-cache/package.json
#	packages/hd/package.json
#	packages/helpers/package.json
#	packages/light-client/package.json
#	packages/lumos/package.json
#	packages/molecule/package.json
#	packages/rpc/package.json
#	packages/runner/package.json
#	packages/testkit/package.json
#	packages/transaction-manager/package.json
#	packages/utils/package.json
#	pnpm-lock.yaml
#	website/package.json
@vercel
Copy link

vercel bot commented Jul 24, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
lumos-website ✅ Ready (Inspect) Visit Preview Nov 28, 2023 2:27pm

@codecov
Copy link

codecov bot commented Jul 24, 2023

Codecov Report

Merging #543 (9681b41) into develop (ddb4d5e) will decrease coverage by 1.13%.
The diff coverage is 92.77%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #543      +/-   ##
===========================================
- Coverage    86.83%   85.71%   -1.13%     
===========================================
  Files          116      122       +6     
  Lines        23434    24449    +1015     
  Branches      2347     2194     -153     
===========================================
+ Hits         20350    20957     +607     
- Misses        3043     3456     +413     
+ Partials        41       36       -5     
Files Coverage Δ
packages/base/src/blockchain.ts 98.39% <100.00%> (+<0.01%) ⬆️
packages/base/src/utils.ts 73.77% <ø> (-0.54%) ⬇️
packages/ckb-indexer/src/services.ts 76.86% <100.00%> (ø)
packages/codec/src/base.ts 100.00% <100.00%> (ø)
packages/codec/src/index.ts 100.00% <100.00%> (+6.25%) ⬆️
packages/codec/src/molecule/index.ts 100.00% <100.00%> (ø)
packages/codec/src/molecule/layout.ts 99.74% <100.00%> (+<0.01%) ⬆️
packages/common-scripts/src/locktime_pool.ts 81.61% <100.00%> (ø)
packages/common-scripts/src/omnilock.ts 90.26% <100.00%> (+0.56%) ⬆️
packages/crypto/src/crypto.ts 100.00% <100.00%> (ø)
... and 19 more

... and 12 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ddb4d5e...9681b41. Read the comment docs.

# Conflicts:
#	packages/hd/package.json
#	packages/helpers/src/address-to-script.ts
#	packages/light-client/src/rpc.ts
#	pnpm-lock.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ES Module Support for Lumos
1 participant