cosmos-sdk/x/ibc/testing
Robert Zaremba b18a033a17
Clean Any interface (#8167)
* Clean Any interface

+ removed Any.Pack method. This method is not needed, because we have specialized
  functions for createing new Any values. It could be used inappropriately with existing
  Any objects.

* removed deprecated PackAny function

* fix linter issue

* update nil handling

* NewAnyWithValue returns error on nil instead of panic

* NewMsgCreateValidator: handle nil pubkey

* Remove AsAny and tx builder workarounds

* fix linter issue

* Add AsAny methods to TxBuilder and StdTxConfig, but keep intoAny interface private

* remove tx.PubKeyToAny

* cosmetic updates

* fix method interface

* move ProtoTxProvider to x/auth/tx
2020-12-18 14:55:25 +00:00
..
mock [docs]: update building modules section to reflect ADR31 (#7702) 2020-11-17 20:41:43 +00:00
chain.go Implement Connection-specified delay (#8069) 2020-12-07 12:13:06 +00:00
chain_test.go Use generated client identifiers (#8034) 2020-11-30 15:52:45 +00:00
coordinator.go Implement Connection-specified delay (#8069) 2020-12-07 12:13:06 +00:00
solomachine.go Clean Any interface (#8167) 2020-12-18 14:55:25 +00:00
types.go Deterministic connection and channel identifiers (#7993) 2020-11-24 15:28:20 +00:00