cosmos-sdk/store/types
yihuang 15accd76fc
feat: support alternative query multistore (#13529)
* support customize query multistore

* Update CHANGELOG.md

* fix test

* Update baseapp/abci.go

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

* Update baseapp/baseapp.go

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

* Update baseapp/options.go

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2022-10-17 23:40:28 +08:00
..
commit_info.go feat: ADR-040: ICS-23 proofs for SMT store (#10015) 2022-02-22 12:22:06 +00:00
commit_info.pb.go refactor: Improve and clarify API around `AccountAddressById` (#13460) 2022-10-06 11:05:25 +00:00
errors.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
gas.go fix: use full gas on overflow (#10897) 2022-01-07 18:25:26 +00:00
gas_test.go types: Inconsistent limit on InfiniteGasMeter and add GasLeft func to GasMeter (#9651) 2021-07-09 10:38:25 -04:00
iterator.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
iterator_test.go feat: configurable fastnode (#13321) 2022-09-20 08:49:18 +00:00
listening.go docs: remove typos and IBC documentation (#11933) 2022-05-12 14:02:57 +02:00
listening.pb.go refactor: migrate to `cosmos/gogoproto` (#13070) 2022-09-08 17:27:48 +00:00
listening_test.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
proof.go feat: ADR-040: ICS-23 proofs for SMT store (#10015) 2022-02-22 12:22:06 +00:00
store.go feat: support alternative query multistore (#13529) 2022-10-17 23:40:28 +08:00
store_test.go feat: add store name in `tracekv`-emitted store traces (#11646) 2022-04-14 18:44:22 +02:00
utils.go fix: simulation failures (#12858) 2022-08-08 17:48:26 -04:00
utils_test.go refactor!: abstractions for snapshot and pruning; snapshot intervals eventually pruned; unit tests (#11496) 2022-04-21 15:30:36 -04:00
validity.go chore: store audit changes (#11989) 2022-05-18 15:38:01 +00:00
validity_test.go Add validation to prevent empty store keys (#6754) 2020-07-20 18:05:01 +02:00