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!: support for CKB2023 #527

Merged
merged 80 commits into from
Nov 23, 2023

fix: data2 should be serialized to 4

9d8b881
Select commit
Loading
Failed to load commit list.
Merged

feat!: support for CKB2023 #527

fix: data2 should be serialized to 4
9d8b881
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 23, 2023 in 1s

83.71% (-3.30%) compared to 33404ac

View this Pull Request on Codecov

83.71% (-3.30%) compared to 33404ac

Details

Codecov Report

Merging #527 (9d8b881) into develop (33404ac) will decrease coverage by 3.30%.
The diff coverage is 72.87%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #527      +/-   ##
===========================================
- Coverage    87.00%   83.71%   -3.30%     
===========================================
  Files          114      116       +2     
  Lines        23094    23429     +335     
  Branches      2352     2180     -172     
===========================================
- Hits         20094    19614     -480     
- Misses        2956     3776     +820     
+ Partials        44       39       -5     
Files Coverage Δ
packages/base/src/api.ts 100.00% <100.00%> (ø)
packages/ckb-indexer/src/transaction_collector.ts 90.74% <100.00%> (+0.27%) ⬆️
packages/common-scripts/src/deploy.ts 88.48% <100.00%> (ø)
packages/config-manager/src/types.ts 100.00% <100.00%> (ø)
packages/helpers/src/address-to-script.ts 87.31% <100.00%> (+1.39%) ⬆️
packages/helpers/src/index.ts 91.08% <100.00%> (+0.49%) ⬆️
packages/helpers/src/utils.ts 81.25% <ø> (-3.75%) ⬇️
packages/light-client/src/resultFormatter.ts 100.00% <100.00%> (ø)
packages/light-client/src/type.ts 100.00% <100.00%> (ø)
packages/rpc/src/Base/index.ts 97.98% <100.00%> (-1.45%) ⬇️
... and 7 more

... and 8 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 33404ac...9d8b881. Read the comment docs.