cosmos-sdk/x/auth
2022-05-12 14:02:57 +02:00
..
atlas chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
client refactor!: Rename AccAddressFromHex (#11888) 2022-05-06 22:09:36 +00:00
keeper feat: Add example upgrade handler for upgrading simapp from 045 to 046 (#11893) 2022-05-11 10:52:16 -04:00
middleware docs: update docs for Check/DeliverTx middlewares (#11918) 2022-05-10 16:25:53 +02:00
migrations chore: remove migrations 0.42 and below (#11556) 2022-04-07 13:04:03 +00:00
signing chore: x/auth audit changes (#11860) 2022-05-05 07:52:01 +00:00
simulation fix: change SimulationState.InitialStake to sdkmath.Int (#11855) 2022-05-03 00:57:44 +02:00
spec docs: update docs for Check/DeliverTx middlewares (#11918) 2022-05-10 16:25:53 +02:00
testutil refactor: Change SignerData.SignerIndex to PubKey (#10692) 2021-12-08 11:43:15 +00:00
tx docs: remove typos and IBC documentation (#11933) 2022-05-12 14:02:57 +02:00
types docs: remove typos and IBC documentation (#11933) 2022-05-12 14:02:57 +02:00
vesting chore: api sub-module vanity URL (#11941) 2022-05-12 10:19:04 +00:00
module_test.go feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00
module.go refactor: move x/auth, x/authz, x/slashing and x/mint Init/Export genesis to keeper (#11871) 2022-05-04 12:50:33 -04:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00

Auth

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