Skip to content

Add Blockcore.Node project for quick and easy debug of multiple chains#115

Merged
dangershony merged 1 commit intomasterfrom
feature/add-blockcore-node
May 6, 2020
Merged

Add Blockcore.Node project for quick and easy debug of multiple chains#115
dangershony merged 1 commit intomasterfrom
feature/add-blockcore-node

Conversation

@sondreb
Copy link
Copy Markdown
Member

@sondreb sondreb commented May 6, 2020

  • Adds a new project that can launch multiple chains based on startup argument. This allows us to remove the existing node projects, they are no longer needed.

- Adds a new project that can launch multiple chains based on startup argument. This allows us to remove the existing node projects, they are no longer needed.
@sondreb sondreb requested a review from dangershony May 6, 2020 16:22
NodeSettings nodeSettings = NetworkSelector.Create(chain, args);
IFullNodeBuilder nodeBuilder = NodeBuilder.Create(chain, nodeSettings);

if (nodeSettings.EnableSignalR)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

argh this stuff should be hidden in the feature (well that's for another PR)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

The SignalR parts? Yes it should.

@dangershony dangershony merged commit e96154e into master May 6, 2020
@sondreb sondreb deleted the feature/add-blockcore-node branch May 6, 2020 21:23
@sondreb sondreb restored the feature/add-blockcore-node branch May 7, 2020 14:51
@sondreb sondreb deleted the feature/add-blockcore-node branch May 7, 2020 14:52
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.

2 participants