* 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>