cosmos-sdk/crypto
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
..
codec refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
hd refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
keyring feat: update to Cosmos SDK v0.47.12 (#160) 2024-11-25 14:54:03 -06:00
keys fix: secp256r1 json missing quotes (backport #20060) (#20070) 2024-04-17 09:48:12 +00:00
ledger refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
types refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
xsalsa20symmetric chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
armor.go refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
armor_test.go refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01:00
bcrypt_readme.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00