cosmos-sdk/x/auth/keeper
Gianguido Sora 93965e0bcc
Write back account changes after tracking delegation/undelegation for vesting accounts (#8865)
Delegations and undelegations calculations performed during
accounting operations for vesting accounts were correct but
were not written back to the account store.

closes: #8601
closes: #8812

Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Jonathan Gimeno <jgimeno@gmail.com>
Co-authored-by: Frojdi Dymylja <frojdi.dymylja@gmail.com>
Co-authored-by: Adam Bozanich <adam.boz@gmail.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: SaReN <sahithnarahari@gmail.com>
2021-04-08 16:20:29 +01:00
..
account.go Remove bech32 PubKey support (#7477) 2021-03-25 14:53:22 +00:00
grpc_query.go auth: query all accounts stored via gRPC (#8522) 2021-02-22 14:21:46 +00:00
grpc_query_test.go auth: query all accounts stored via gRPC (#8522) 2021-02-22 14:21:46 +00:00
integration_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
keeper.go Write back account changes after tracking delegation/undelegation for vesting accounts (#8865) 2021-04-08 16:20:29 +01:00
keeper_bench_test.go all: skip noisy/faulty benchmarks + add b.ReportAllocs for every benchmark (#8856) 2021-03-11 15:59:13 +00:00
keeper_test.go codecs: rename MakeCodecs rename and docs update (#8245) 2021-01-07 21:50:52 +00:00
migrations.go Write back account changes after tracking delegation/undelegation for vesting accounts (#8865) 2021-04-08 16:20:29 +01:00
params.go Merge PR #4760: update x/auth to match module spec 2019-07-29 08:27:01 -07:00
querier.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
querier_test.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00