cosmos-sdk/proto/cosmos
Ian Norden feed37dc56
ADR-038 Part 1: WriteListener, listen.KVStore, MultiStore and KVStore updates (#8551)
* StoreKVPair protobuf message definition and generated go types

* store WriteListener

* update MultiStore, CacheWrap, CacheWrapper interfaces

* adjust KVStores to fit new CacheWrapper interface

* new ListenKVStore

* adjust multistores to fit new MultiStore interface and enable wrapping returned KVStores with the new ListenKVStore

* typo fixes in adr

* ListenKV Store test

* update server mock KVStore and MultiStore

* multistore unit test; fix multistore constructor

* update changelog

* fix bug identified in CI

* improve codecov, minor fixes/adjustments

* review fixes

* review updates; flip set to delete in KVStorePair, updated proto-docs from running 'make proto-gen'
2021-03-30 16:13:51 -04:00
..
auth/v1beta1 auth: query all accounts stored via gRPC (#8522) 2021-02-22 14:21:46 +00:00
authz/v1beta1 x/authz: Add DelegateAuthorization, UndelegateAuthorization (#8472) 2021-02-20 06:57:57 +00:00
bank/v1beta1 Fix genesis supply handling (#8930) 2021-03-22 18:15:29 +00:00
base ADR-038 Part 1: WriteListener, listen.KVStore, MultiStore and KVStore updates (#8551) 2021-03-30 16:13:51 -04:00
capability/v1beta1 Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
crisis/v1beta1 All Makefile proto commands use Docker (#7931) 2020-11-13 16:36:58 +00:00
crypto crypto: add secp256r1 (#8559) 2021-03-04 12:29:48 +00:00
distribution/v1beta1 All Makefile proto commands use Docker (#7931) 2020-11-13 16:36:58 +00:00
evidence/v1beta1 Refactor x/evidence to ADR-031 (#7538) 2020-10-16 16:05:25 +00:00
feegrant/v1beta1 Add fee grant module (#8061) 2021-01-29 19:54:51 +00:00
genutil/v1beta1 Add proto formatting tool (#7266) 2020-09-08 22:06:54 +00:00
gov/v1beta1 Apply suggestions from code review 2021-02-10 12:27:06 -05:00
mint/v1beta1 Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
params/v1beta1 All Makefile proto commands use Docker (#7931) 2020-11-13 16:36:58 +00:00
slashing/v1beta1 Robert/docs slashing (#8329) 2021-01-16 00:03:08 +01:00
staking/v1beta1 auth: query all accounts stored via gRPC (#8522) 2021-02-22 14:21:46 +00:00
tx Prefer sending tx_bytes to Simulate gRPC endpoint (#8926) 2021-03-25 10:52:54 +00:00
upgrade/v1beta1 x/upgrade: remove support for time based upgrades (#8849) 2021-03-14 01:03:01 +00:00
vesting/v1beta1 All Makefile proto commands use Docker (#7931) 2020-11-13 16:36:58 +00:00