cosmos-sdk/x/auth
Robert Zaremba adbf5a71e6
adr-028 address generation (#8415)
* Optimize secp256k1 hashing

* Add ADR-028 related functions

* Update ed25519

* fix errors/handle

* fix build

* fix build

* Add tests and update function names

* wip

* Use LengthPrefix for composed addresses

* add tests for NewComposed

* add module hash function

* fix append

* rollback ed25519 ADR-28 update

* rollback ed25519 ADR-28 test

* Adding Module tests and convert tests to test suite

* convert store_key_test.go to test suite

* rollback test check comment

* Rename assert.Panic and add comment

* add note to ed25519 about SDK support with regards to ADR-28

* Update ed25519 TestAddress

* Adding Deprecated notes for ed25519.PrivKey

* Update crypto/keys/ed25519/ed25519.go

Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>

* Update types/address/hash_test.go

Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>

* solve linter issues

* linter: remove gocritic

Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>
2021-02-15 15:32:51 +00:00
..
ante codecs: rename MakeCodecs rename and docs update (#8245) 2021-01-07 21:50:52 +00:00
atlas x/auth: atlas manifest (#8140) 2020-12-10 17:02:29 +01:00
client Limit context background (#8093) 2021-02-03 09:47:25 +00:00
keeper all: ensure b.ReportAllocs() in all the benchmarks (#8460) 2021-01-27 23:52:08 -08:00
legacy Add in-place store migrations (#8485) 2021-02-10 17:49:31 +00:00
signing Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
simulation codecs: rename MakeCodecs rename and docs update (#8245) 2021-01-07 21:50:52 +00:00
spec x/{auth, bank, distr} docs basic cleanup (#8268) 2021-01-11 12:11:22 +00:00
testutil Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
tx Fix sequence value in auth sign signature only (#8287) 2021-01-12 07:47:47 +00:00
types adr-028 address generation (#8415) 2021-02-15 15:32:51 +00:00
vesting Add in-place store migrations (#8485) 2021-02-10 17:49:31 +00:00
genesis.go Enable proto JSON for genesis (#7000) 2020-08-11 14:22:30 +00:00
module.go Add in-place store migrations (#8485) 2021-02-10 17:49:31 +00:00
module_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00