cosmos-sdk/x/gov/keeper
yihuang aff88bbe99
Fix #7640: tally calculation precision error (#7641)
Solution:
- change `(a / b) * c` to `a * b / c`

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-11-02 14:50:33 +00:00
..
common_test.go Use any as validator pubkey (#7597) 2020-10-23 12:07:52 +00:00
deposit.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
deposit_test.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
grpc_query.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
grpc_query_test.go Use any as validator pubkey (#7597) 2020-10-23 12:07:52 +00:00
invariants.go
keeper.go
keeper_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
msg_server.go Refactor x/{gov, crisis} according to ADR 031 (#7533) 2020-10-16 13:04:02 +00:00
params.go
proposal.go Proto Auditing: Replace ID with Id (#7032) 2020-08-14 08:55:54 +00:00
proposal_test.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
querier.go Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00
querier_test.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
tally.go Fix #7640: tally calculation precision error (#7641) 2020-11-02 14:50:33 +00:00
tally_test.go Use any as validator pubkey (#7597) 2020-10-23 12:07:52 +00:00
vote.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
vote_test.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00