Matt Kocubinski
|
493d486bc6
|
refactor: decouple from sdk/codec in amino codec usage (#20369)
|
2024-05-14 16:52:51 +00:00 |
|
Anil Kumar Kammari
|
64b6bb5270
|
rename RegisterCodec to RegisterLegacyAminoCodec (#7243)
* rename RegisterCodec to RegisterLegacyAminoCodec
* Add changelog
* gofmt
* rename codec.New() to codec.NewLegacyAmino()
* Add change log
* Update CHANGELOG.md
Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
* Fix
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
|
2020-09-07 14:47:12 +00:00 |
|
dauTT
|
20c80cfd44
|
Rename *codec.Codec to *codec.LegacyAmino (#6991)
* Rename *codec.Codec to *codec.LegacyAmino
* Implement requested changes
Co-authored-by: Aaron Craelius <aaron@regen.network>
|
2020-08-10 19:41:21 +00:00 |
|
Alessio Treglia
|
e0a81d2cca
|
crypto: move ledger code to its own subfolder (#6817)
crypto -> crypto/ledger:
- crypto.LedgerShowAddress -> ledger.ShowAddress
- crypto.NewPrivKeyLedgerSecp256k1 - > ledger.NewPrivKeySecp256k1
- crypto.NewPrivKeyLedgerSecp256k1Unsafe -> ledger.NewPrivKeySecp256k1Unsafe
Closes: #6780
|
2020-07-22 18:51:12 +02:00 |
|