cosmos-sdk/x/auth
Federico Kunze Küllmer c676952278
feat: add vesting util functions (#11652)
* feat: add vesting util functions

* changelog

* revert string deletion

* fix build

* Update x/auth/vesting/types/period.go

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2022-04-17 20:05:43 +02:00
..
atlas chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
client chore: tips cli audit changes (#11632) 2022-04-14 09:10:20 +00:00
keeper fix: Make module queries deterministic (#11644) 2022-04-15 09:08:33 +00:00
middleware refactor: Set defaults in middlewares instead of `NewDefaultTxHandler` (#11557) 2022-04-06 11:56:01 +00:00
migrations chore: remove migrations 0.42 and below (#11556) 2022-04-07 13:04:03 +00:00
signing refactor: Change SignerData.SignerIndex to PubKey (#10692) 2021-12-08 11:43:15 +00:00
simulation refactor(test)!: refactor `simapp.Setup` function (#9938) 2021-08-17 00:52:06 +00:00
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: EIP191 sign mode (#11533) 2022-04-05 08:43:59 +00:00
types fix: dockerfile for building proto (#11452) 2022-03-25 12:35:09 +00:00
vesting feat: add vesting util functions (#11652) 2022-04-17 20:05:43 +02:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
genesis.go Enable proto JSON for genesis (#7000) 2020-08-11 14:22:30 +00:00
module.go feat!: remove legacy handler (#9650) 2021-07-19 14:49:42 +00:00
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.