Skip to content
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

Merged
merged 47 commits into from
Jan 23, 2020
Merged

Merge gaia master #44

merged 47 commits into from
Jan 23, 2020

Conversation

ethanfrey
Copy link
Member

@ethanfrey ethanfrey commented Jan 23, 2020

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 in CHANGELOG.md

  • Reviewed Files changed in the github PR explorer


For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge PR #XYZ: [title]" (coding standards)

Alessio Treglia and others added 30 commits November 28, 2019 14:30
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
dependabot-preview bot and others added 16 commits January 15, 2020 08:19
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-io
Copy link

Codecov Report

Merging #44 into master will increase coverage by 1.75%.
The diff coverage is 70.73%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
app/export.go 7.31% <0%> (ø) ⬆️
x/wasm/internal/keeper/querier.go 26.13% <0%> (+2.42%) ⬆️
x/wasm/internal/keeper/test_common.go 100% <100%> (ø) ⬆️
x/wasm/internal/keeper/keeper.go 67.46% <35%> (ø) ⬆️
x/wasm/handler.go 84.72% <81.25%> (+0.43%) ⬆️
lcd_test/helpers.go 75.53% <91.66%> (ø) ⬆️
app/app.go 88.95% <91.66%> (+1.09%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 877c24d...7f436c5. Read the comment docs.

@ethanfrey ethanfrey marked this pull request as ready for review January 23, 2020 19:18
@sunnya97 sunnya97 mentioned this pull request Jan 23, 2020
5 tasks
@ethanfrey
Copy link
Member Author

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

@ethanfrey ethanfrey merged commit 3622fbb into master Jan 23, 2020
@ethanfrey ethanfrey deleted the merge_gaia_master_broken branch January 23, 2020 22:07
loloicci pushed a commit to loloicci/wasmd that referenced this pull request Jun 14, 2023
* chore: update notice

* chore: update changelog
loloicci added a commit to loloicci/wasmd that referenced this pull request Aug 19, 2024
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to cosmos-sdk 0.38