cosmos-sdk/x/crisis
Aaron Craelius 81d647e505
Move codec.RegisterCrypto and codec.Cdc to new packages (#6330)
* Move codec.Cdc to legacy_global.Cdc

* Update CHANGELOG.md

* Updates

* nit

* Fix imports

* Updates

* Use cosmos multisig instead of tendermint multisig everywhere

* Fix tests

* Rename legacy_global -> legacy

* Add doc.go

* Linting, move all RegisterCrypto calls to crypto/codec

* Update crypto/codec/amino.go

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-06-04 10:38:24 +00:00
..
client/cli client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
keeper Merge PR #5952: Refactor Evidence Age Util + Governable Consensus Params 2020-04-16 11:10:39 -04:00
spec Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
types Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
abci.go Merge PR #4649: Refactor crisis package using internal 2019-07-01 12:50:04 -04:00
alias.go linter: enable nolintlint (#6162) 2020-05-08 08:46:12 +00:00
genesis.go remove internal package folder 2020-03-03 17:45:02 +01:00
handler.go Make sdk.Msg implement proto.Message (#6327) 2020-06-03 19:52:05 +00:00
handler_test.go Merge PR #6010: Merge x/supply into x/bank 2020-04-20 11:22:12 -04:00
module.go Change GetQueryCmd to take client.Context (#6326) 2020-06-03 20:15:11 +00:00