Starknet v1.1.2
Add a new Status method to the gRPC service.
Added
- Add a
Status
method to theStream
gRPC service. This method is used to
query the current service ingestion state. - Add
--address
CLI flag to change on which address the DNA service listens
for connections. Defaults to0.0.0.0:7171
for backward compatibility.