mirror of
https://github.com/osmosis-labs/osmosis.git
synced 2026-01-11 10:03:59 +00:00
* update path v31 * fix binary json * update changelog * create new v31 merge section * fix v30 upgrade test
Ingest
This is a package that is responsible for ingesting end-of-block data into various
sinks. It is designed to be extensible. A user can add a new sink by implementing
an Ingester interface and then calling RegisterIngester in app.go.
Note that to avoid causing a chain halt, any error or panic occurring during ingestion is logged and silently ignored.