cosmos-sdk/x/bank
mergify[bot] 19e924d288
fix: adding checks to ensure coin denoms are sorted in `Balance` during `Validate` (backport #9829) (#10849)
* adding checks to ensure denoms are sorted

(cherry picked from commit ce1e65083e)

* updating changelog

(cherry picked from commit 2cea5e5750)

# Conflicts:
#	CHANGELOG.md

* refactoring balance.coin validation

(cherry picked from commit 40d22c7ab3)

* adding 0 value coin test case

(cherry picked from commit 2468b64cff)

* added valid sorted coin testcase

(cherry picked from commit 66b91ee7c7)

* updating changelog

(cherry picked from commit 59b788a3bb)

# Conflicts:
#	CHANGELOG.md

* conflicts

Co-authored-by: Spoorthi <9302666+spoo-bar@users.noreply.github.com>
Co-authored-by: Federico Kunze Küllmer <federico.kunze94@gmail.com>
2022-01-03 15:01:23 +01:00
..
atlas chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
client fix: query account balance by ibc denom (backport #10394) (#10523) 2021-11-12 11:16:09 -05:00
exported Index supply by denom (#8517) 2021-03-03 09:58:16 +00: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 feat: add migrations for balances with zero coins (backport #9664) (#9687) 2021-07-13 17:56:07 +02:00
simulation fix: Cap Initialization Fix (forward-port #9392) (#9805) 2021-07-28 15:08:20 +02:00
spec chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
types fix: adding checks to ensure coin denoms are sorted in `Balance` during `Validate` (backport #9829) (#10849) 2022-01-03 15:01:23 +01:00
app_test.go SDK Core Audit - simapp updates (#9315) 2021-05-17 15:42:44 +00:00
bench_test.go SDK Core Audit - simapp updates (#9315) 2021-05-17 15:42:44 +00:00
handler.go Refactor x/evidence to ADR-031 (#7538) 2020-10-16 16:05:25 +00:00
handler_test.go Fix SendToModuleAccountTest (#8857) 2021-03-11 14:20:32 +00:00
module.go x/bank v0.43 Audit updates (#9271) 2021-05-10 12:17:55 -04:00