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 parachain rollup #1285

Merged
merged 33 commits into from
Feb 17, 2023
Merged

Feat parachain rollup #1285

merged 33 commits into from
Feb 17, 2023

Conversation

bysomeone
Copy link
Collaborator

  1. 支持平行链rollup, 共识新增committer接口
  2. 增加平行链交易转发到主链逻辑, 支持根据执行器配置转发规则
  3. 发布feature版本 1.68.0

close #1268

@codecov
Copy link

codecov bot commented Jan 3, 2023

Codecov Report

Base: 61.81% // Head: 61.78% // Decreases project coverage by -0.04% ⚠️

Coverage data is based on head (e9a7061) compared to base (db91ea1).
Patch coverage: 62.50% of modified lines in pull request are covered.

❗ Current head e9a7061 differs from pull request most recent head e33f57d. Consider uploading reports for the commit e33f57d to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1285      +/-   ##
==========================================
- Coverage   61.81%   61.78%   -0.04%     
==========================================
  Files         170      170              
  Lines       23655    23643      -12     
==========================================
- Hits        14623    14608      -15     
- Misses       7192     7197       +5     
+ Partials     1840     1838       -2     
Impacted Files Coverage Δ
rpc/ethrpc/net/net.go 56.25% <ø> (ø)
rpc/grpchandler.go 70.22% <ø> (ø)
rpc/server.go 66.66% <ø> (+0.96%) ⬆️
system/p2p/dht/protocol/peer/pubsub.go 89.61% <0.00%> (-2.39%) ⬇️
rpc/grpcclient/client.go 64.70% <40.00%> (-4.05%) ⬇️
system/mempool/check.go 80.16% <90.00%> (+0.32%) ⬆️
rpc/jrpchandler.go 67.42% <100.00%> (+0.30%) ⬆️
system/consensus/solo/solo.go 77.10% <0.00%> (-3.62%) ⬇️
blockchain/process.go 55.04% <0.00%> (-1.45%) ⬇️
blockchain/blockstore.go 61.73% <0.00%> (-0.75%) ⬇️
... and 6 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bysomeone bysomeone changed the title WIP Feat parachain rollup Feat parachain rollup Feb 10, 2023
@bysomeone bysomeone changed the title Feat parachain rollup WIP Feat parachain rollup Feb 14, 2023
@bysomeone bysomeone merged commit a870bcc into 33cn:master Feb 17, 2023
@bysomeone bysomeone changed the title WIP Feat parachain rollup Feat parachain rollup Feb 17, 2023
@33cn
Copy link
Owner

33cn commented Feb 17, 2023

🎉 This PR is included in version 1.68.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@33cn 33cn added the released label Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

平行链扩容方案
5 participants