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

Release v1.0.0 #2515

Merged
merged 2 commits into from
May 18, 2021
Merged

Release v1.0.0 #2515

merged 2 commits into from
May 18, 2021

Conversation

jolestar
Copy link
Member

No description provided.

Copy link
Contributor

@wk3368 wk3368 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov
Copy link

codecov bot commented May 18, 2021

Codecov Report

Merging #2515 (f0910a7) into master (358812e) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2515      +/-   ##
==========================================
- Coverage   33.27%   33.26%   -0.01%     
==========================================
  Files         498      498              
  Lines       43200    43202       +2     
  Branches    19567    19567              
==========================================
- Hits        14372    14367       -5     
- Misses      14053    14076      +23     
+ Partials    14775    14759      -16     
Flag Coverage Δ
unittests 33.26% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
config/src/genesis_config.rs 54.97% <100.00%> (-0.53%) ⬇️
network-p2p/src/request_responses.rs 30.96% <0.00%> (-1.91%) ⬇️
network/src/service_ref.rs 37.34% <0.00%> (-1.33%) ⬇️
...ync/src/block_connector/block_connector_service.rs 32.19% <0.00%> (-1.14%) ⬇️
sync/src/block_connector/test_illegal_block.rs 14.52% <0.00%> (-1.11%) ⬇️
...mons/forkable-jellyfish-merkle/src/iterator/mod.rs 23.15% <0.00%> (-0.82%) ⬇️
block-relayer/src/block_relayer.rs 25.61% <0.00%> (-0.60%) ⬇️
commons/service-registry/src/service_registry.rs 42.06% <0.00%> (-0.58%) ⬇️
network-p2p/src/service.rs 28.58% <0.00%> (-0.44%) ⬇️
... and 16 more

Continue to review full report at Codecov.

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

@github-actions
Copy link

Benchmark for 0163273

Click to view benchmark
Test PR Benchmark Master Benchmark %
accumulator_append 2.4±0.47ms 2.3±0.17ms +4.35%
block_apply/block_apply_10 481.0±37.25ms 443.7±15.67ms +8.41%
block_apply/block_apply_1000 46.6±0.60s 44.0±0.12s +5.91%
get_with_proof/db_store 38.1±0.32µs 38.4±0.24µs -0.78%
get_with_proof/mem_store 31.9±0.62µs 31.7±0.35µs +0.63%
put_and_commit/db_store/1 1433.7±95.18µs 1379.3±95.81µs +3.94%
put_and_commit/db_store/10 2.5±0.46ms 2.4±0.43ms +4.17%
put_and_commit/db_store/100 9.5±0.71ms 9.4±0.81ms +1.06%
put_and_commit/db_store/5 1989.4±188.36µs 1946.6±201.79µs +2.20%
put_and_commit/db_store/50 5.7±0.93ms 5.7±0.85ms 0.00%
put_and_commit/mem_store/1 63.0±5.57µs 63.6±5.59µs -0.94%
put_and_commit/mem_store/10 583.0±46.30µs 599.8±77.84µs -2.80%
put_and_commit/mem_store/100 5.7±0.80ms 5.7±0.82ms 0.00%
put_and_commit/mem_store/5 296.9±25.34µs 297.0±24.36µs -0.03%
put_and_commit/mem_store/50 2.9±0.18ms 2.9±0.18ms 0.00%
query_block/query_block_in(10)_times(100) 2.9±0.07ms 2.9±0.11ms 0.00%
query_block/query_block_in(10)_times(1000) 29.3±0.75ms 29.2±0.79ms +0.34%
query_block/query_block_in(10)_times(10000) 294.5±5.05ms 291.4±3.26ms +1.06%
query_block/query_block_in(1000)_times(100) 930.2±4.39µs 904.1±5.06µs +2.89%
query_block/query_block_in(1000)_times(1000) 9.3±0.07ms 9.0±0.06ms +3.33%
query_block/query_block_in(1000)_times(10000) 93.2±0.35ms 90.5±0.38ms +2.98%
storage_transaction 52.0±3.40ms 50.0±2.59ms +4.00%
vm/transaction_execution/1 332.0±0.79ms 334.1±5.28ms -0.63%
vm/transaction_execution/10 111.4±0.38ms 112.3±1.71ms -0.80%
vm/transaction_execution/20 105.0±0.38ms 105.8±1.47ms -0.76%
vm/transaction_execution/5 135.1±2.66ms 133.8±0.39ms +0.97%
vm/transaction_execution/50 120.6±0.38ms 121.1±1.45ms -0.41%

Copy link
Contributor

@stcfd stcfd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agree

@jolestar jolestar merged commit 512e090 into master May 18, 2021
@jolestar jolestar deleted the release/v1.0.0 branch May 18, 2021 06:21
naughtyvenom pushed a commit to naughtyvenom/starcoin that referenced this pull request Jul 19, 2021
* [genesis] Generate main genesis block and config example.

* [release] Prepare release v1.0.0
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.