helios/consensus/src
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
..
rpc refactor: add count parameter to get_update and use 128 as the limit (#97) 2022-11-08 16:24:55 -05:00
consensus.rs refactor: add count parameter to get_update and use 128 as the limit (#97) 2022-11-08 16:24:55 -05:00
constants.rs refactor: add count parameter to get_update and use 128 as the limit (#97) 2022-11-08 16:24:55 -05:00
errors.rs refactor: better error handling (#63) 2022-09-29 19:35:43 -04:00
lib.rs refactor: add count parameter to get_update and use 128 as the limit (#97) 2022-11-08 16:24:55 -05:00
types.rs refactor: core consensus (#61) 2022-09-28 16:48:24 -04:00
utils.rs refactor: clean up (#78) 2022-11-01 23:52:28 -04:00