Releases: PFC-developer/cosmos-exporter
v2.1.7
feat: new option '--external-node' which will be used to get their block height of other 3rd party nodes,
feat: enable https GRPC endpoints
chore: move to go 1.22, update dependencies
Full Changelog: v2.1.6...v2.1.7
v2.1.6
add pryzm feeder support
Full Changelog: v2.1.5...v2.1.6
v2.1.5
bank supply isn't really need for operational monitoring, so remove it from /single requests
Full Changelog: v2.1.4...v2.1.5
v2.1.4 - upgrades internals to sdkv50
also has a lot more CI tools.
we upgraded to v50 sdk. this is mainly due to the upgrades in proposals which was having issues where some chains were failing some of the checks on the older v45 sdk.
biggest pain was the oracles, as the chains using them haven't upgraded to v50, and building with them caused a lot of issues.
big thanks to @faddat who cleaned up all the go-imports and added CI too ;-)
v2.1.3
new option on command line --vote
this should produce a list of active proposals with how the vaildator has voted.
it also has records for active props that the validator has not yet voted on.
Full Changelog: v2.1.2...v2.1.3
v2.1.2
still a work in progress to get full functionality, but this release introduces a new option
--propv1
when set it will query the v1 governance module, instead of the v1beta1 module.
this is useful for chains that have adopted the v1 module to submit multiple messages in a single proposal. it assumes 'metadata' will have a json structure with a title field (like mars does).
for those that doesn't, the plan is to look at the messages and make up some summary from that. (that is not done)
Full Changelog: v2.1.1...v2.1.2
v2.1.1
Full Changelog: v2.1.0...v2.1.1
v2.1.0
injective support (peggy)
add general node info (version, commit of binary etc)
Full Changelog: v2.0.2...v2.1.0
v2.0.2
splits out chain-specific behavior so that there are separate binaries.
supports oracle info from
- kuji
- sei
TBD - sei event info.
price-fix
don't output price if it isn't asked for
Full Changelog: v1.0.0...v1.0.1