Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@bun919tw
Copy link
Contributor

@bun919tw bun919tw commented Apr 7, 2020

Before submitting a pull request, please make sure the following is done:

Checklist

  • Fork the repository and create your new branch from master.
  • Please mention the name of community in Pull Request title.
  • Git Commit Messages
    • Use the present tense (Also in Pull Request title): "Add feature" not "Added feature"
    • Use the imperative mood (Also in Pull Request title): "Move cursor to..." not "Moves cursor to..."
    • Use rebase to squash/fixup dummy/unnecessary commits into only one commit.

@bun919tw bun919tw force-pushed the add_example branch 2 times, most recently from e9b22f3 to 5df65df Compare April 7, 2020 09:41
@codecov-io
Copy link

codecov-io commented Apr 7, 2020

Codecov Report

Merging #38 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
- Coverage   87.22%   87.20%   -0.03%     
==========================================
  Files          54       54              
  Lines        3844     3861      +17     
==========================================
+ Hits         3353     3367      +14     
- Misses        277      279       +2     
- Partials      214      215       +1     
Impacted Files Coverage Δ
crypto/homo/cl/cl.go 65.37% <0.00%> (+0.04%) ⬆️
crypto/homo/cl/message.go 93.22% <0.00%> (+0.49%) ⬆️
crypto/homo/cl/proof.go 71.90% <0.00%> (+0.96%) ⬆️

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 2058f25...0329b68. Read the comment docs.

@StanleyDing
Copy link

Great job on the concise examples.

@@ -0,0 +1,121 @@
// Copyright © 2020 AMIS Technologies
Copy link
Contributor

Choose a reason for hiding this comment

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

we can move send() and connect() to pm.go? only peer manager needs these two methods.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I put these two functions in node.go because I think they are related to p2p.

@yurenju
Copy link

yurenju commented Apr 10, 2020

looks good 😌

markya0616
markya0616 previously approved these changes Apr 10, 2020
@bun919tw bun919tw merged commit a648212 into master Apr 10, 2020
@bun919tw bun919tw deleted the add_example branch April 10, 2020 08:03
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.

6 participants