cosmos-sdk/x/bank/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
..
genesis.go Paginate supply queries (#8798) 2021-04-06 14:43:08 +00:00
genesis_test.go Paginate supply queries (#8798) 2021-04-06 14:43:08 +00:00
grpc_query.go Paginate supply queries (#8798) 2021-04-06 14:43:08 +00:00
grpc_query_test.go Index supply by denom (#8517) 2021-03-03 09:58:16 +00:00
invariants.go Paginate supply queries (#8798) 2021-04-06 14:43:08 +00:00
keeper.go Write back account changes after tracking delegation/undelegation for vesting accounts (#8865) 2021-04-08 16:20:29 +01:00
keeper_test.go Write back account changes after tracking delegation/undelegation for vesting accounts (#8865) 2021-04-08 16:20:29 +01:00
migrations.go Move all migration scripts to v043 (#8814) 2021-03-08 22:36:06 +00:00
msg_server.go fix build issues && telemetry.SetGaugeWithLabels int64 range validation 2020-11-11 02:07:40 +10:00
querier.go Paginate supply queries (#8798) 2021-04-06 14:43:08 +00:00
querier_test.go Paginate supply queries (#8798) 2021-04-06 14:43:08 +00:00
send.go [bank]: add balance tracking events (#8656) 2021-02-25 18:15:02 +00:00
view.go x/bank/types: fix AddressFromBalancesStore panics with invalid keys (#9061) 2021-04-07 16:20:38 +00:00