-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge gaia master #44
Conversation
See https://golang.org/cmd/go/#hdr-Compile_packages_and_dependencies and https://golang.org/doc/go1.13#go-command for more information. This does not replace the reproducible build infrastructure still it should enable users to generate locally reproducible builds.
* Bump github.com/tendermint/tendermint from 0.32.7 to 0.32.8 Bumps [github.com/tendermint/tendermint](https://github.com/tendermint/tendermint) from 0.32.7 to 0.32.8. - [Release notes](https://github.com/tendermint/tendermint/releases) - [Changelog](https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md) - [Commits](tendermint/tendermint@v0.32.7...v0.32.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Update go.{mod,sum}
Update against SDK's latest changeset.
* docs: Deprecate gopath - deprecate setting of gopath in docs and bump min version to go1.13 Signed-off-by: Marko Baricevic <marbar3778@yahoo.com> * Update docs/installation.md * change other translations to go env path * Apply suggestions from code review Co-Authored-By: Alessio Treglia <alessio@tendermint.com>
* update Gaia with sim refactor * fix tests * update to latest master
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.5.0 to 1.6.1. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.5.0...v1.6.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* improve lunie guide with screenshots * Apply suggestions from code review Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com> * code review
* l * start cleanup * cleanup gaia * remove alpha mention * crop * update version * link fix
Use new --keyring-backend flag. See cosmos/cosmos-sdk#5355 for more information.
Update broken link to peers docs [skip ci]
* Bump go.{mod,sum} * Update client package imports * Update app * Fix tests * format * Fix CLI test
Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/pkg/errors/releases) - [Commits](pkg/errors@v0.9.0...v0.9.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.6.1...v1.6.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…ster * remotes/gaia/master: (38 commits) Merge PR #259: Bump SDK master commit Exec go mod tidy (#267) Merge PR #265: add version v2.0.5 to CHANGELOG Fix broken link in delegator guide (#262) docs: removed redundant readme.md (#261) Merge PR #258: Bump github.com/spf13/viper from 1.6.1 to 1.6.2 Merge PR #250: Docs-update Merge PR #256: Bump github.com/pkg/errors from 0.9.0 to 0.9.1 Merge PR #255: Bump github.com/pkg/errors from 0.8.1 to 0.9.0 Merge PR #253: Bump SDK master commit Merge PR #252: v2.0.4 Changelog Merge PR #249: docker image build and upload for release tags Merge PR #247: Update SDK Commit & Update CLI Doc Merge PR #246: Update Archive page with explorers Merge PR #245: archives Bump SDK commit to the latest master (#239) Merge PR #215: Update simulation tests Update join-mainnet.md (#229) Incorporate SDK's latest changes (#227) Merge PR #221: Hide unnecessarily exported function to better coverage report ...
Codecov Report
@@ Coverage Diff @@
## master #44 +/- ##
==========================================
+ Coverage 61.46% 63.21% +1.75%
==========================================
Files 15 14 -1
Lines 1095 1101 +6
==========================================
+ Hits 673 696 +23
+ Misses 356 339 -17
Partials 66 66
Continue to review full report at Codecov.
|
I tested this manually as well following https://www.cosmwasm.com/docs/getting-started/first-demo and everything was smooth. Will merge, so no more conflicts with other PRs |
* chore: update notice * chore: update changelog
…CosmWasm#53) * build: replace line repositories with finschia repositories (CosmWasm#30) * build: replace line repositories with finschia repositories * Update x/wasmplus/README.md Co-authored-by: zemyblue <zemyblue@gmail.com> * Update x/wasm/ibc_reflect_test.go Co-authored-by: zemyblue <zemyblue@gmail.com> * Update .github/dependabot.yml Co-authored-by: jaeseung-bae <119839167+jaeseung-bae@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: jaeseung-bae <119839167+jaeseung-bae@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: jaeseung-bae <119839167+jaeseung-bae@users.noreply.github.com> * docs: replace a comment contains line with finschia one * build: replace line in Dockerfile with finschia * docs: replace line in README.md with Finschia * docs: update CHANGELOG --------- Co-authored-by: zemyblue <zemyblue@gmail.com> Co-authored-by: jaeseung-bae <119839167+jaeseung-bae@users.noreply.github.com> * chore: update changelog for release v0.1.3 (CosmWasm#31) * fix: stop wrap twice the response of handling non-plus wasm message in plus handler (CosmWasm#35) * fix: stop wrap twice non-plus wasm hander's response fix Finschia#33 * test: add tests handling non-plus wasm messages * docs: add this PR to CHANGELOG.md * fix: reflect golangci-lint * fix: simplify how to handle the message in wasmplus * chore: update notice (CosmWasm#44) * chore: update notice * chore: update changelog * fix: delete unnecessary test (CosmWasm#43) * fix: delete unnecessary test * docs: add CHANGELOG * feat: add admin-related events (CosmWasm#46) * add admin-related events in docs * fix ClearAdmin event * cherry-pick upstream admin-related events update * chore: update changelog for release v0.1.4 (CosmWasm#49) * build: update depending wasmvm to v1.1.1-0.11.2-dynamiclink2 and update tests --------- Co-authored-by: zemyblue <zemyblue@gmail.com> Co-authored-by: jaeseung-bae <119839167+jaeseung-bae@users.noreply.github.com> Co-authored-by: Daisuke Iuchi <42408108+da1suk8@users.noreply.github.com> Co-authored-by: Jayden Lee <41176085+tkxkd0159@users.noreply.github.com>
Almost entirely resolved #15 (waiting for final tag)
Deps work, compiles, currently some broken tests. Much thanks to @alpe
Targeted PR against correct branch (see CONTRIBUTING.md)
Linked to github-issue with discussion and accepted design OR link to spec that describes this work.
Wrote tests
Updated relevant documentation (
docs/
)Added a relevant changelog entry to the
Unreleased
section inCHANGELOG.md
Reviewed
Files changed
in the github PR explorerFor Admin Use: