osmosis-labs / osmosis

The AMM Laboratory
https://app.osmosis.zone
Apache License 2.0
875 stars 563 forks source link

feat: rename ingester to publisher, added block publishing code #8407

Closed cryptomatictrader closed 2 weeks ago

cryptomatictrader commented 2 weeks ago

This pull request added block level ingestion and data publishing. We currently publish chainId, height, block timestamp and gas consumption only, but we can add / remove the attributes as reviewed in this pull request.

This PR will fulfill the dexscreener requirements of /latest-block

p0mvn commented 2 weeks ago

Please lint the PR with golangci-lint run --fix before the merge to let the CI pass 🙏