cosmos-sdk/store/v2alpha1
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
..
dbadapter chore: Db linting (#12141) 2022-06-08 19:02:01 +02:00
mem chore: Db linting (#12141) 2022-06-08 19:02:01 +02:00
multi fix: orm/*, store/*: fix non-determinism from map iteration (#12751) 2022-07-27 21:10:32 +02:00
smt chore: Db linting (#12141) 2022-06-08 19:02:01 +02:00
transient chore: Db linting (#12141) 2022-06-08 19:02:01 +02:00
types.go refactor!: abstractions for snapshot and pruning; snapshot intervals eventually pruned; unit tests (#11496) 2022-04-21 15:30:36 -04:00