snowball

Crates.iosnowball
lib.rssnowball
version0.1.3
sourcesrc
created_at2020-09-04 10:24:15.639552
updated_at2020-09-21 11:17:37.520802
descriptionGeneric implementation of Snowball consensus algorithm
homepage
repositoryhttps://github.com/ParthDesai/snowball
max_upload_size
id284628
size22,770
Parth (ParthDesai)

documentation

README

Snowball (Work in progress)

Once it is complete, Snowball will contain generic implementation of snowball algorithm described here with batteries included.

Overview

This library will provide plug and play support for embedding snowball in any rust project and since the implementation is generic it can be used to achieve consensus on any data as long as said data is serializable. Specifically, it will provide following:

  • Main snowball loop
  • Snowball query handler
  • Generic implementations for snowball network interface, query object, and node sampler among other things.

Roadmap

  • Add initial version of traits
  • Implement initial version of snowball loop
  • Publish initial documentation
  • Implement initial version of snowball query handler
  • Write unit tests for snowball loop and fix bugs
  • Write unit tests for snowball query handler and fix bugs
  • Provide default implementation of traits
  • Write unit tests for default implementation
Commit count: 54

cargo fmt