cosmos-sdk/x/staking/types
Aditya d208d2bed8
Make clients use proto Height (#7184)
* start using Height in TM client

* fix client tests

* fix client tests

* fix connection tests

* fix rest of tests

* Apply suggestions from code review

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>

* fix simple issues

* add and use LTE and GTE methods

* remove TM-specific height semantics from 02-client

* fix lint and build

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
2020-08-31 17:57:08 +00:00
..
codec.go Enable proto JSON generally and remove HybridCodec (#6859) 2020-08-13 13:20:02 +00:00
commission.go
commission_test.go
delegation.go Remove hybrid codec usage (#6843) 2020-07-25 08:03:58 +00:00
delegation_test.go
errors.go
events.go
expected_keepers.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
genesis.go Enable proto JSON generally and remove HybridCodec (#6859) 2020-08-13 13:20:02 +00:00
genesis.pb.go Protobuf Audit: Genesis states (#6978) 2020-08-12 15:48:22 +00:00
historical_info.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
historical_info_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
hooks.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
keys.go Refactor x/staking Unbonding Validator Queue (#6844) 2020-07-31 12:55:32 -04:00
keys_test.go Refactor x/staking Unbonding Validator Queue (#6844) 2020-07-31 12:55:32 -04:00
msg.go Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00
msg_test.go x/staking: fix REST calls panic on some method call (#5906) 2020-04-02 15:23:45 +02:00
params.go Rename *codec.Codec to *codec.LegacyAmino (#6991) 2020-08-10 19:41:21 +00:00
params_test.go
pool.go x/staking: gRPC query Service (#6490) 2020-07-14 17:41:30 +00:00
querier.go x/staking: gRPC query Service (#6490) 2020-07-14 17:41:30 +00:00
query.pb.go Add Grpc gateway annotations (#6918) 2020-08-14 10:05:35 +00:00
query.pb.gw.go Verify Client on Connection Handshake (#7057) 2020-08-20 22:05:41 +00:00
staking.pb.go Make clients use proto Height (#7184) 2020-08-31 17:57:08 +00:00
test_utils.go
tx.pb.go Protobuf audit: base package, module packages, tx/Msg's (#7059) 2020-08-19 07:36:41 +00:00
validator.go Update tm pubkey references (#7102) 2020-08-28 16:02:38 +00:00
validator_test.go Update tm pubkey references (#7102) 2020-08-28 16:02:38 +00:00