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

Research / related and prior works. #1

Open
liamzebedee opened this issue May 16, 2022 · 1 comment
Open

Research / related and prior works. #1

liamzebedee opened this issue May 16, 2022 · 1 comment

Comments

@liamzebedee
Copy link
Owner

liamzebedee commented May 16, 2022

https://signalsandthreads.com/state-machine-replication-and-why-you-should-care/

Jane St runs a distributed state machine.

  • Messages come in from all sorts of different data sources.
  • Sequencer produces a canonical order.
  • After which message is disseminated to node for execution/processing.
  • Programs have rudimentary ABI interface that Jane St calls message types (lol).
  • State sharing is interesting.
  • Their sequencer doesn't multicast all messages. Execution nodes subscribe to particular topics - reduce network bandwidth. Publish-subscribe model
@liamzebedee liamzebedee changed the title Notes. Research / related and prior works. May 30, 2022
@liamzebedee
Copy link
Owner Author

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