Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Cosmos SDK update #2

Closed
wants to merge 12 commits into from
Closed

Cosmos SDK update #2

wants to merge 12 commits into from

Conversation

austinabell
Copy link

Updates tests and existing logic to update the SDK to prepare to use the 0.36.0 version. Currently uses a replace to test these updates. The cosmos-sdk replace statement replaces the currently version controlled with a local one (at ../../cosmos/cosmos-sdk to mimmic the paths if you keep repos in the same folder structure as github). Also replaces the golang crypto with Tendermint crypto with the updates to the cosmos SDK referencing Tendermint's crypto.

replace (
	github.com/cosmos/cosmos-sdk v0.0.0-20181218000439-ec9c4ea543b5 => ../../cosmos/cosmos-sdk
	...
	golang.org/x/crypto => github.com/tendermint/crypto v0.0.0-20180820045704-3764759f34a5
)

@austinabell austinabell changed the title Austin/sdkupdate Cosmos SDK update Jun 26, 2019
* Fixed circleci config and fixed linting warnings

* Updated circleCI for go version 1.12 and split jobs for build/testing

* updated go version to 1.12.5 for circleCI

* Go mod tidy dependencies

* Updated linting tools and cleared up code lint smells

* Added workflow to run build and test jobs

* Moved linting command to build workflow

* Get dependencies before linting by default

* Added go module flag to linter and increased deadline to pull packages
@austinabell
Copy link
Author

Replaced by #60 to merge into development

@austinabell austinabell closed this Jul 4, 2019
@austinabell austinabell requested review from ansermino and GregTheGreek and removed request for ansermino and GregTheGreek July 4, 2019 18:54
@austinabell austinabell deleted the austin/sdkupdate branch July 12, 2019 17:27
faddat added a commit to faddat/ethermint-1 that referenced this pull request Jun 5, 2021
…ions/setup-node-2.1.5

build(deps): bump actions/setup-node from 2.1.4 to 2.1.5
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant