cosmos-sdk/store/rootmulti
yihuang bb54c597de
fix: state listener could observe discarded writes (#13459)
* fix: state listener could observe uncommitted writes

Closes: #13457

don't pass listeners to nested cached store,
only the most inner layer's cache writes should be observed.

* Update CHANGELOG.md

* add unit test

* rename

Co-authored-by: Marko <marbar3778@yahoo.com>
2022-10-06 11:41:56 +00:00
..
dbadapter.go refactor!: abstractions for snapshot and pruning; snapshot intervals eventually pruned; unit tests (#11496) 2022-04-21 15:30:36 -04:00
proof_test.go feat: configurable fastnode (#13321) 2022-09-20 08:49:18 +00:00
proof.go feat: ADR-040: ICS-23 proofs for SMT store (#10015) 2022-02-22 12:22:06 +00:00
snapshot_test.go fix: double close (#13400) 2022-09-27 18:16:13 +00:00
store_test.go fix: state listener could observe discarded writes (#13459) 2022-10-06 11:41:56 +00:00
store.go fix: all: remove map iteration non-determinism with keys + sorting (#13377) 2022-09-24 16:20:54 +00:00