cosmos-sdk/orm/model/ormdb
Emmanuel T Odeke 2f4faa58c1
fix: orm/*, store/*: fix non-determinism from map iteration (#12751)
Reported by informalsystems/gosec's map iteration pass, this
change fixes non-determinism from iterating with a map, whose
definition in the Go spec guarantees that the order of keys
and values presented during iteration will be randomized.

Fixes #12428
Fixes #12430
Fixes #12431
2022-07-27 21:10:32 +02:00
..
testdata refactor(orm)!: refactor hooks into validate and write hooks (#11185) 2022-02-25 14:54:44 +01:00
file.go refactor(orm)!: update to new module schema descriptor (#11273) 2022-03-01 16:18:45 +00:00
json.go fix: orm/*, store/*: fix non-determinism from map iteration (#12751) 2022-07-27 21:10:32 +02:00
module_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
module.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00