cosmos-sdk/x/auth
mergify[bot] e73b7eece0
feat: add vesting util functions (backport #11652) (#11667)
* 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>
(cherry picked from commit c676952278)

# Conflicts:
#	CHANGELOG.md
#	x/auth/vesting/types/period.go

* changelog

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

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com>
2022-04-18 11:25:42 +02:00
..
ante fix: use full gas on overflow (backport #10897) (#10912) 2022-01-07 19:55:26 +01:00
atlas chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
client fix: multisig works with only multisig name as argument, not its address (backport #11197) (#11348) 2022-03-11 17:20:04 +01:00
keeper perf!: Add HasAccount to the AuthKeeper to save protobuf decoding time (backport #10022) (#10847) 2021-12-31 01:51:29 +01:00
legacy refactor(client): add client/Context.Codec and deprecate JSONCodec (#9498) 2021-06-11 11:49:39 +00:00
signing SDK Core Audit - simapp updates (#9315) 2021-05-17 15:42:44 +00:00
simulation codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
spec perf!: Add HasAccount to the AuthKeeper to save protobuf decoding time (backport #10022) (#10847) 2021-12-31 01:51:29 +01:00
testutil cosmos-reflection: extend to support writing by reflection clients (#8965) 2021-04-07 00:33:54 +01:00
tx feat: EIP191 sign mode (backport #11533) (#11545) 2022-04-05 13:56:54 +02:00
types fix: enable setting sequence (nonce) for module account (backport #10536) (#10846) 2022-01-03 14:31:27 +01:00
vesting feat: add vesting util functions (backport #11652) (#11667) 2022-04-18 11:25:42 +02:00
genesis.go Enable proto JSON for genesis (#7000) 2020-08-11 14:22:30 +00:00
module.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
module_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00