cosmos-sdk/telemetry
Joel Smith 1b530599b8
feat: update to Cosmos SDK v0.47.12 (#160)
* Proof of Authority for tendermint consensus

allows validators to have 0 delegated tokens

* Make staking keeper know about wormhole keeper

* Implement IsConsensusGuardian

* Add SECURITY and README updates

* Revert "Add SECURITY and README updates"

This reverts commit 6171558c35.

* Update README

* Fix simapp compilation

* Check self-delegation against provided minimum

* staking/keeper: remove stale comment

this case is now handled properly

* staking: Fix potential division-by-zero

`v.DelegatorShares` can be 0 so don't allow division in that case.

* Refactor Staking Initialization

* Set Wormhole Keeper on Module

* Print to stderr

* Handle Errs on Genesis Init

* Handle Err

* Update Exp Module

* Update gogoproto

* Update Prometheus Version

---------

Co-authored-by: Csongor Kiss <kiss.csongor.kiss@gmail.com>
Co-authored-by: Csongor Kiss <ckiss@jumptrading.com>
Co-authored-by: Chirantan Ekbote <cekbote@jumptrading.com>
2024-11-25 14:54:03 -06:00
..
metrics.go feat: update to Cosmos SDK v0.47.12 (#160) 2024-11-25 14:54:03 -06:00
metrics_test.go feat: update to Cosmos SDK v0.47.12 (#160) 2024-11-25 14:54:03 -06:00
wrapper.go refactor!: Keyring migration (#9695) 2021-09-20 12:02:15 +00:00