cosmos-sdk/store/types
Cory 61a97ef347
Audit / Refactor proto packages layout (#6905)
* create base proto package, move ValAddresses to staking

* move tx, crypto, query proto packages into base; mark module level packages as beta

* new cosmos/base/abci.proto file, refactor some message names

* add comments to TxResponse

* refactor RegisterInterface calls to new proto package names

* fix bug in merge commit

* move missing module proto packages to beta, move cosmos.kv to cosmos.base.kv

* add tx.proto files, holding proto messages for module Msgs

* rm old generated pb.go files

* cosmos/base/base.proto -> cosmos/base/coin.proto

* mark genutil proto package as beta

* Fix conflicts

* Restructure proto files

* Re put signing

* Fix test

* Update slashing genesis

* Ignore confio proto files

* Fix interface register

* Make proto-gen

* Fix lint

* Put tx service into tx.v1beta1

* Use v1beta1 in interface registry

* Remove to cosmos.base.store

* Remove extra confio in buf

Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-08-11 11:49:45 +00:00
..
commit_info.go store: Remove Amino (#6984) 2020-08-11 10:09:16 +00:00
commit_info.pb.go Audit / Refactor proto packages layout (#6905) 2020-08-11 11:49:45 +00:00
errors.go Switch IAVL Store query to use ics proofs (#6324) 2020-06-08 15:02:25 -04:00
gas.go
gas_test.go
iterator.go
iterator_test.go Merge PR #6475: Pruning Refactor 2020-06-22 16:31:33 -04:00
proof.go Cleanup store.Query with CommitmentProof.Calculate() (#6396) 2020-06-11 08:49:05 +00:00
pruning.go store: change PruningDefault to KeepEvery:100 (#6520) 2020-06-26 16:03:12 +02:00
pruning_test.go store/types: Fix pruning opts validation (#6511) 2020-06-25 16:41:44 +00:00
store.go store: Remove Amino (#6984) 2020-08-11 10:09:16 +00:00
store_test.go Add validation to prevent empty store keys (#6754) 2020-07-20 18:05:01 +02:00
utils.go types: add kv type (#6897) 2020-07-30 14:53:02 +00:00
utils_test.go
validity.go Add validation to prevent empty store keys (#6754) 2020-07-20 18:05:01 +02:00
validity_test.go Add validation to prevent empty store keys (#6754) 2020-07-20 18:05:01 +02:00