Skip to content

Commit

Permalink
fix(mocks): update client mocks with PrintMessage (#128)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <troian.ap@gmail.com>
  • Loading branch information
troian authored Mar 4, 2024
1 parent 85b036a commit 26a6e24
Show file tree
Hide file tree
Showing 9 changed files with 271 additions and 59 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ PROTOC_GEN_DOC_VERSION := $(shell $(GO) list -mod=readonly -m -f '{{ .V

PROTOC_GEN_SWAGGER_VERSION := $(PROTOC_GEN_GRPC_GATEWAY_VERSION)
MODVENDOR_VERSION ?= v0.5.0
MOCKERY_VERSION ?= 2.24.0
MOCKERY_VERSION ?= 2.42.0
GOLANGCI_LINT_VERSION ?= v1.56.1

BUF_VERSION_FILE := $(AKASH_DEVCACHE_VERSIONS)/buf/$(BUF_VERSION)
Expand Down
23 changes: 17 additions & 6 deletions go/node/client/v1beta1/mocks/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions go/node/client/v1beta1/mocks/node.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 69 additions & 6 deletions go/node/client/v1beta1/mocks/query.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions go/node/client/v1beta1/mocks/tx.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 26a6e24

Please sign in to comment.