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

[DEFECT] Send HL "Config messages" through hashgraph #16

Open
dappcoder opened this issue Jul 27, 2018 · 1 comment
Open

[DEFECT] Send HL "Config messages" through hashgraph #16

dappcoder opened this issue Jul 27, 2018 · 1 comment

Comments

@dappcoder
Copy link
Collaborator

dappcoder commented Jul 27, 2018

Steps to reproduce: Send a HL Config message (e.g. create channel)
Expected: The message should be routed via Orderer to Swirlds nodes
Actual: The Orderer is sending the messages directly to the blockcutter and bypasses hashgraph consensus.

NOTE: See Configure function in hashgraph/consensus.go. Configure should behave just as the Order function in the same file.

@ghost
Copy link

ghost commented Jul 28, 2018

See: line 115 and 120 in hashgraph/consenus.go

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

No branches or pull requests

1 participant