* Start changelog for v0.31.0
* Add ICA upgrade
* Add proto version link to buf.build
* Update changelog (#1239)
* Update changelog
* Update changelog with latest changes
* Set release date
---------
Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>
* 457
* upgrade ci
* go get -> go install
* change denom to new format
* Update config.yml
* Revert "change denom to new format"
This reverts commit e637cf5aa417f5df9b91c196d97de85dcb70db01.
* bump ibc-go to v3.2.x
* Update config.yml
* ibc-go v3.2.0
* Update CHANGELOG.md
* Update CHANGELOG.md
* sdk v0.45.8
* Convert MaxWasmSize to var
Also removes redundant maxWasmSize param
* Convert MaxWasmSize to int
* Update CHANGELOG
* Complete max wasm size changes
* Update compile flags
Co-authored-by: Cole Brown <bigswim@gmail.com>
* Use the length of contractAddr to support variable length addresses
* Add contract address len to index
* Add changelog entry
* Add tests to assure old address length is still supported
Co-authored-by: Carlton Hanna <channa@figure.com>
* Use replace statements to enforce consistent versioning.
* Fix CI (I think. Consider this a test of that.)
* Further consistency enforcement
* SDK 0.42.11 for much secure
* Update CHANGELOG.md
* Update CHANGELOG.md
* 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>