cosmos-sdk/x/slashing
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 client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
keeper Make sdk.Msg implement proto.Message (#6327) 2020-06-03 19:52:05 +00:00
simulation Merge PR #6278: Add msg type sim operations 2020-05-26 12:52:23 -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 #5299: Migrate Equivocation Handling to x/evidence 2019-12-02 20:58:14 -05:00
abci_test.go run go mod tidy && make format (#5847) 2020-03-20 17:14:14 +00:00
alias.go Merge PR #6212: Remove Get* Prefixes from Key Construction Functions 2020-05-13 17:23:00 -04:00
app_test.go Make sdk.Msg implement proto.Message (#6327) 2020-06-03 19:52:05 +00:00
genesis.go Merge PR #5627: Regen Network/Slashing protobuf 2020-02-20 01:04:13 +01:00
handler.go Make sdk.Msg implement proto.Message (#6327) 2020-06-03 19:52:05 +00:00
handler_test.go Remove redundant staking APIs (#5755) 2020-03-06 13:40:50 +00:00
module.go Change GetQueryCmd to take client.Context (#6326) 2020-06-03 20:15:11 +00:00