cosmos-sdk/runtime
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
..
services feat: update to Cosmos SDK v0.47.12 (#160) 2024-11-25 14:54:03 -06:00
app.go fix(runtime): allow to properly register non app wiring modules (backport #17284) (#17305) 2023-08-07 12:36:27 +00:00
builder.go refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
module.go refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
services.go feat!: integrate autocli and reflection services with simapp legacy (#13746) 2022-11-08 12:32:49 +00:00
types.go refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00