cosmos-sdk/x/auth
Julien Robert 9d8beff497
docs: update docs for Check/DeliverTx middlewares (#11918)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2022-05-10 16:25:53 +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 chore: x/auth audit changes (#11860) 2022-05-05 07:52:01 +00: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 feat: EIP191 sign mode (#11533) 2022-04-05 08:43:59 +00:00
types revert: replace all ModuleCdc instances with legacy.Cdc (#11680) 2022-04-20 09:27:40 +00:00
vesting refactor!: create math go sub module (#11788) 2022-04-28 14:05:21 -04: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.