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

Atomic consensus operation handles in api #151

Closed
3 tasks
dj8yfo opened this issue Jun 6, 2017 · 3 comments
Closed
3 tasks

Atomic consensus operation handles in api #151

dj8yfo opened this issue Jun 6, 2017 · 3 comments
Assignees

Comments

@dj8yfo
Copy link
Contributor

dj8yfo commented Jun 6, 2017

  • propose-get () - return propose
  • propose-submit () - broadcast propose
  • (prevote|precommit)-(get|submit) - handles to atomic operations of byzantine behavior

What are potential uses?
For modeling byzantine behavior for tests from single center on a live testnet. Bulky and slow, but still.

@defuz
Copy link
Contributor

defuz commented Jun 6, 2017

Perhaps all that is needed to "modeling byzantine behavior for tests" are handlers for send_to(peer, any_raw_msg), broadcast(any_raw_msg) and get_state()

@dj8yfo
Copy link
Contributor Author

dj8yfo commented Jun 6, 2017

Also, some handle to turn off demo mode and make the puppet obey.

@stanislav-tkach
Copy link
Contributor

Outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants