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

url mandatory for node #577

Closed
dhyansraj opened this issue Dec 22, 2018 · 1 comment
Closed

url mandatory for node #577

dhyansraj opened this issue Dec 22, 2018 · 1 comment
Labels
enhancement Non-user code enhancements

Comments

@dhyansraj
Copy link

othernodeurl was optional in Constellation, while the equivalent 'url' property is mandatory in Tessera. We are trying to add Tessera support in Quorum Maker, which allows creating a quorum network by adding nodes one by one. At the time of first node creation, there are no other nodes to connect and this worked perfectly since othernodeurl was optional in Constellation. Is there a way to make this optional ?

@SatpalSandhu61
Copy link
Contributor

@dhyansraj you're quite right, currently as least one peer url must be specified. We'll take a look and see whether we can make that optional.
In the meantime, a workaround that you can use for creating the first node is to set up a single peer url which connects to the first node itself. I've tried this out and it seems to work without any adverse impact.

I'll close this ticket and create one on our backlog for making the url optional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Non-user code enhancements
Projects
None yet
Development

No branches or pull requests

3 participants