cosmos-sdk/store/v2alpha1/multi
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
..
cache_store.go chore: Rename store/v2 -> store/v2alpha1 (#11392) 2022-03-16 18:30:27 +00:00
doc.go chore: Db linting (#12141) 2022-06-08 19:02:01 +02:00
migration_test.go refactor!: abstractions for snapshot and pruning; snapshot intervals eventually pruned; unit tests (#11496) 2022-04-21 15:30:36 -04:00
migration.go fix: orm/*, store/*: fix non-determinism from map iteration (#12751) 2022-07-27 21:10:32 +02:00
proof_test.go chore: Rename store/v2 -> store/v2alpha1 (#11392) 2022-03-16 18:30:27 +00:00
proof.go chore: Rename store/v2 -> store/v2alpha1 (#11392) 2022-03-16 18:30:27 +00:00
snapshot_test.go chore: Db linting (#12141) 2022-06-08 19:02:01 +02:00
snapshot.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
store_test.go chore: Db linting (#12141) 2022-06-08 19:02:01 +02:00
store.go fix: orm/*, store/*: fix non-determinism from map iteration (#12751) 2022-07-27 21:10:32 +02:00
sub_store.go chore: Db linting (#12141) 2022-06-08 19:02:01 +02:00
test_util.go chore: simplify and refactor linting (#12318) 2022-06-21 17:49:36 +00:00
view_store.go chore: Db linting (#12141) 2022-06-08 19:02:01 +02:00