Commit Graph

10 Commits

Author SHA1 Message Date
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
fkneeland-figure dd390d7f5f
Go Formatting update (#648)
* make fmt

* changelog update
2021-10-21 14:54:16 +02:00
Ethan Frey 7fbf513d71 Simplify filter method 2021-08-12 14:49:43 +02:00
Ethan Frey f547bf6630 Filter messages, fix new tests, break older ones 2021-08-12 13:28:58 +02:00
Alex Peters b0b1fa88bc
Upgrade wasmvm v0.15.x 2021-07-07 09:53:03 +02:00
Alex Peters b0885b03c9
Empty (non nil) reply data can overwrites response 2021-06-25 10:44:50 +02:00
Alex Peters 44e7669611
Empty submsg result does not overwrite 2021-06-14 08:28:46 +02:00
Alex Peters 0dd695c126
Cleanup keeper result types 2021-06-11 12:38:30 +02:00
Alex Peters 470b2dacc7
Test Pinned contract does not loop forever 2021-06-07 11:28:10 +02:00
Alexander Peters 305f13cc0a
Submessage reply can overwrite caller response (#502)
* Reply may overwrite result data

* Fix interface name

* Refacting for tests

* Test response handler

* Fix naked error
2021-04-27 14:00:42 +02:00