helios/consensus
dadepo 2dbe057e3a
refactor: add count parameter to get_update and use 128 as the limit (#97)
* Make get_update take count. Limit count to 128 as specified in the spec

* use u8 instead of u32

* run cargo fmt to fix formating

* fix compilation in tests

* moved constants module into the consensus package
2022-11-08 16:24:55 -05:00
..
src refactor: add count parameter to get_update and use 128 as the limit (#97) 2022-11-08 16:24:55 -05:00
testdata test: add consensus tests (#11) 2022-09-04 19:32:16 -04:00
tests feat: add retries to consensus rpc (#87) 2022-11-04 11:05:18 -04:00
Cargo.toml feat: add retries to consensus rpc (#87) 2022-11-04 11:05:18 -04:00