* 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>
5 lines
235 B
Go
5 lines
235 B
Go
// Package legacy contains a global amino Cdc which is deprecated but
|
|
// still used in several places within the SDK. This package is intended
|
|
// to be removed at some point in the future when the global Cdc is removed.
|
|
package legacy
|