cosmos-sdk/orm/model
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
..
ormdb fix: orm/*, store/*: fix non-determinism from map iteration (#12751) 2022-07-27 21:10:32 +02:00
ormlist feat(orm): support nil PageRequest (#11171) 2022-02-15 17:56:22 +00:00
ormtable chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
doc.go feat(orm): add ORM Table and Indexes (#10670) 2022-01-20 16:22:06 +00:00