Is the Streaming check needed? #16944
-
Hello I'm wondering if this check is needed: https://github.com/cosmos/cosmos-sdk/blob/release/v0.47.x/simapp/app.go#L274 And also if someone could explain what the streaming is (or put a link to the reference) |
Beta Was this translation helpful? Give feedback.
Answered by
alexanderbez
Jul 12, 2023
Replies: 1 comment 1 reply
-
This is to enable state streaming, which is configured in the node's configuration file -- cc @kocubinski |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RaulBernal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is to enable state streaming, which is configured in the node's configuration file --
app.toml
. As for references, see the ADR as a starting point: https://docs.cosmos.network/v0.45/architecture/adr-038-state-listening.htmlcc @kocubinski