Alexander Bezobchuk
de7885a594
keys: CLI Remove Viper ( #6613 )
...
* init commit
* Update ListKeysCmd
* updates
* updates
* test updates
* fix tests
* keys: Fix Test_runAddCmdLedgerWithCustomCoinType
* keys: Fix Test_runAddCmdLedger
* keys: Fix Test_runAddCmdBasic
* keys: Fix root tests
* keys: Fix Test_runMigrateCmd
* keys: Fix Test_runListCmd
* keys: Fix remaining tests
2020-07-06 19:50:09 +00:00
Alexander Bezobchuk
d5049413ef
Merge PR #6525 : x/bank: Refactor CLI & Tests
2020-06-30 16:59:21 -04:00
SaReN
bf8809ef98
Update x/auth to use Any ( #6165 )
...
* Migrate keeper codec to use marshaler
* Migrate AccountI to types
* Did go imports
* Fix tests for x/auth
* Cleanup std/codec
* Sort imports
* Fix legacy codec
* Add godoc for RegisterInterfaces
* Add RegisterInterfaces to std
* Fix typo
* Fixed merge changes
* Eliminate vesting import in auth
* Fix lint issues
* Fix tests
* Addressed comments
* Rename interfaces in RegisterInterfaces
* Removed codec.proto from std
* Minor code cleanup
Co-authored-by: Aaron Craelius <aaron@regen.network>
2020-05-20 19:21:00 +00:00
Marko
4173ea5eba
types: add bech32 ( #6200 )
...
* bring over bech32 from tendermint
* fix spacing
* address comment
* change to fmt.Errorf
* space dem comments
* remove err cheks
2020-05-12 16:53:30 +00:00
Adam Bozanich
4e328d75db
client/keys/parse: honor config changes ( #6172 )
...
`keys parse` uses the global configuration before
before client applications have had a chance to
apply their settings.
This change adds a `GetSealedConfig()` helper
that waits for the config to be sealed before
returning it.
fixes #5091
addresses #5283
2020-05-08 10:30:55 +02:00
Alessio Treglia
2879c0702c
x/ibc: fix missing return statement ( #6099 )
...
* enable the wsl linter
Fix various wsl-related warnings.
x/ibc/04-channel/keeper/handshake.go: fix missing return statement in ChanOpenTry().
* goimports -w files
* remove unknown linter references
* run make format
* Revert "run make format"
This reverts commit f810b62b9e4993f08506663d4e5f2ec2228a9863.
* run make format
2020-04-29 22:36:34 -04:00
Alessio Treglia
db76afe840
crypto/keyring: change addrKey to store chain-agnostic addresses ( #5858 )
...
Keyrings store keys by name and hexbytes representation
of address. This turns keyring internal storage more
chain-agnostic and types.Config independent.
Obsolete Keybase internal state representation is not affected.
2020-03-30 16:54:01 +02:00
Austin Abell
0e28da23e7
Interchangable PrivKey implementations in keybase ( #5278 )
...
Allow for the keybase to be configured to override the implementation
of the key that is saved to the keybase.
Closes : #4941
2019-12-12 21:52:24 +00:00
Alexander Bezobchuk
ede9aaed3b
Revert "Mege PR #5092 : changed bench32prefixes" ( #5283 )
...
This reverts commit 5a310fabbd
.
2019-11-06 10:18:48 -07:00
Elvin
5a310fabbd
Mege PR #5092 : changed bench32prefixes
2019-11-06 07:18:32 -07:00
tyldar
a131570cdc
Merge PR #4961 : Switched keys prefixes to the config ones
2019-08-28 10:37:05 -04:00
Federico Kunze
e85a734a57
update x/genaccounts to match module spec ( #4759 )
2019-07-22 16:26:42 +01:00
Alessio Treglia
e9810ac25c
Merge PR #4433 : Adopt YAML as human-readable text output
2019-05-31 09:14:34 -04:00
frog power 4000
73e5ef7c13
reduce module interdependancy, /client refactor ( #4415 )
...
* abstract staking BuildCreateValidatorMsg, genutil defines its own flags
* client/ refactor
* staking move keys from keeper to types
2019-05-28 09:44:04 +01:00
Alessio Treglia
4e70a37c6b
Merge PR #4228 : gaiakeyutil -> gaiacli keys parse
2019-05-02 09:34:02 -04:00