cosmos-sdk/x/auth
likhita-809 a69764f9f0
chore: Better error msgs when node isn't synced (#11449)
* better err msg by checking node height

* get node sync info and check for catching up

* small fix

* small fix

* fix test

* add changelog

Co-authored-by: Marko <marbar3778@yahoo.com>
2022-03-25 14:49:03 +01:00
..
atlas
client chore: Better error msgs when node isn't synced (#11449) 2022-03-25 14:49:03 +01:00
keeper feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00
middleware chore: Bump gov and group to `v1` (#11334) 2022-03-11 15:58:01 +00:00
migrations revert: Revert "feat: staking config (#10988)" (#11446) 2022-03-24 12:26:25 +01:00
signing refactor: Change SignerData.SignerIndex to PubKey (#10692) 2021-12-08 11:43:15 +00:00
simulation
spec docs: Code blocks in SDK docs are broken (#11189) 2022-02-14 23:39:35 +01:00
testutil refactor: Change SignerData.SignerIndex to PubKey (#10692) 2021-12-08 11:43:15 +00:00
tx feat: include transactions in QueryBlockByHeight (#10880) 2022-02-22 18:59:34 +00:00
types fix: dockerfile for building proto (#11452) 2022-03-25 12:35:09 +00:00
vesting fix: RegisterLegacyAminoCodec should error if Msg name is >39 chars (#11349) 2022-03-16 13:21:00 +00:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
genesis.go
module.go
module_test.go feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00

README.md

Auth

  • Auth - Authentication of accounts and transactions for Cosmos SDK applications.