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

refactor: rename node.Config to node.Builder #3400

Merged
merged 1 commit into from
Sep 11, 2019

Conversation

icorderi
Copy link
Contributor

No description provided.

@codecov-io
Copy link

codecov-io commented Sep 11, 2019

Codecov Report

Merging #3400 into master will decrease coverage by <1%.
The diff coverage is 80%.

@@          Coverage Diff           @@
##           master   #3400   +/-   ##
======================================
- Coverage      47%     47%   -1%     
======================================
  Files         228     228           
  Lines       14235   14235           
======================================
- Hits         6815    6807    -8     
- Misses       6418    6426    +8     
  Partials     1002    1002

Copy link
Contributor

@ingar ingar left a comment

Choose a reason for hiding this comment

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

One nit, looks good.

node/builder.go Show resolved Hide resolved
@icorderi icorderi merged commit 9e3b36f into master Sep 11, 2019
Copy link
Member

@anorth anorth left a comment

Choose a reason for hiding this comment

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

Thanks!

@@ -37,7 +37,7 @@ func TestMessagePropagation(t *testing.T) {
// Initialize the first node to be the message sender.
senderNodeOpts := TestNodeOptions{
GenesisFunc: genesis,
ConfigOpts: DefaultTestingConfig(),
BuilderOpts: DefaultTestingConfig(),
Copy link
Member

Choose a reason for hiding this comment

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

Can you rename DefaultTestingConfig in a follow-up?

@ZenGround0 ZenGround0 deleted the refactor/rename-node-builder branch October 29, 2019 14:47
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.

5 participants