Skip to content

Releases: PFC-developer/cosmos-exporter

v2.1.7

27 Jul 22:47
5ad8bc3
Compare
Choose a tag to compare

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

13 Jun 14:52
7669b84
Compare
Choose a tag to compare

add pryzm feeder support

Full Changelog: v2.1.5...v2.1.6

v2.1.5

27 Mar 21:26
3b91dc1
Compare
Choose a tag to compare

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

22 Dec 02:38
3265030
Compare
Choose a tag to compare

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

16 Nov 14:33
47daeb5
Compare
Choose a tag to compare

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

15 Nov 16:37
3b094dc
Compare
Choose a tag to compare

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

14 Oct 21:41
4f3fbb5
Compare
Choose a tag to compare

Full Changelog: v2.1.0...v2.1.1

v2.1.0

14 Oct 21:01
05fae6d
Compare
Choose a tag to compare

injective support (peggy)
add general node info (version, commit of binary etc)

Full Changelog: v2.0.2...v2.1.0

v2.0.2

13 Oct 13:10
8d49f2d
Compare
Choose a tag to compare

splits out chain-specific behavior so that there are separate binaries.
supports oracle info from

  • kuji
  • sei

TBD - sei event info.

price-fix

10 Oct 19:19
824381d
Compare
Choose a tag to compare

don't output price if it isn't asked for

Full Changelog: v1.0.0...v1.0.1