nomos-node/nomos-services
Giacomo Pasini 56e8506704
Split long consensus response in separate APIs (#502)
* Split long consensus response in separate APIs

Consensus info was returning the full list of blocks even though
that can get quite large with time. Instead, this commit change
that API to return a constant size message and adds a new one to
return a chain of blocks with user specified endings.

* Update nomos-services/consensus/src/lib.rs

Co-authored-by: Youngjoon Lee <taxihighway@gmail.com>

* Fix test

---------

Co-authored-by: Youngjoon Lee <taxihighway@gmail.com>
2023-11-06 12:43:48 +01:00
..
consensus Split long consensus response in separate APIs (#502) 2023-11-06 12:43:48 +01:00
data-availability Lifecycle update and implementations (#457) 2023-10-25 12:10:21 +02:00
http Fix typos (#503) 2023-11-03 09:29:40 +01:00
log Lifecycle update and implementations (#457) 2023-10-25 12:10:21 +02:00
mempool Metrics api (#466) 2023-10-31 17:20:04 +08:00
metrics Lifecycle update and implementations (#457) 2023-10-25 12:10:21 +02:00
network Nomos http API (#476) 2023-11-01 17:14:58 +08:00
storage Storage api (#473) 2023-10-25 12:46:26 +02:00
system-sig Add Sigkill handling to node binary (#480) 2023-10-30 09:36:07 +01:00