wasmd/x/wasm/ibctesting
fkneeland-figure 57517b0c33
Add golangci lint check on pull requests (#645)
* added golangci lint check on pull requests

* changelog update

* updated to use circleci instead of github actions

* testing a golang change

* added workflow

* updated how we find the golangci command in the make file

* using orb for golangci

* Added golangci install make command

* use docker image for golangci

* stop using make in circleci

* reverted golang change to trigger ci

* gofmt

* make fmt

* fixed a few things

* updated version on golintci

* fixed all the lint errors

* check version

* skipped wrongly failing lint

* Revert generated file changes

* fix import grouping, return errors on failures, initialization of arrays revert

* fixed a few lint errors

* addressed more code review comments

* updated with error check

* increased timeout for golangci-lint

* dont format autogenerated files

Co-authored-by: Carlton Hanna <channa@figure.com>
2021-10-25 09:09:47 +02:00
..
README.md Implement IBC contract support (#394) 2021-01-29 11:11:15 +01:00
chain.go Add golangci lint check on pull requests (#645) 2021-10-25 09:09:47 +02:00
coordinator.go Add golangci lint check on pull requests (#645) 2021-10-25 09:09:47 +02:00
wasm.go Add golangci lint check on pull requests (#645) 2021-10-25 09:09:47 +02:00

README.md

testing package for ibc

Customized version of cosmos-sdk x/ibc/testing