-
Notifications
You must be signed in to change notification settings - Fork 404
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
Update gaia to master #108
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.4.0...v1.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.5.0...v1.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@0.0.5...v0.0.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/tendermint/tm-db/releases) - [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md) - [Commits](tendermint/tm-db@v0.4.0...v0.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [github.com/otiai10/copy](https://github.com/otiai10/copy) from 1.0.2 to 1.1.1. - [Release notes](https://github.com/otiai10/copy/releases) - [Commits](otiai10/copy@v1.0.2...v1.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This reverts commit 0d38ee1.
Look for build otpions in the make's GAIA_BUILD_OPTIONS variable, e.g.: $ make install GAIA_BUILD_OPTIONS=nostrip would customise the build and remove all symbols-stripping flags from both LDFLAGS and compiler's command line. Replace WITH_CLEVELDB variable with a cleveldb build option. Strip debug symbols by default.
Bumps [vuepress-theme-cosmos](https://github.com/cosmos/vuepress-theme-cosmos) from 1.0.161 to 1.0.163. - [Release notes](https://github.com/cosmos/vuepress-theme-cosmos/releases) - [Commits](https://github.com/cosmos/vuepress-theme-cosmos/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* IBC v1.0.0 * add demo readme * update ibc-demo.md * fix readme to match current state * WIP connection handshake * Merge PR #174: IBC demo fixes * Fix branch in demo readme * Fix branch in script * Apply suggestions from code review Co-Authored-By: Anca Zamfir <ancazamfir@users.noreply.github.com> * Init ibc-alpha * Update sdk version to incorporate codec changes * Upstream codec changes * Add --node flag to transfer commands * Remove extra --from flag * fix app.evidenceKeeper params * point to 'misc-ibc-issues' SDK branch * fix build * target to ibc-alpha * Update gaia to latest ibc-alpha * IBC v1.0.0 * add demo readme * update ibc-demo.md * fix readme to match current state * WIP connection handshake * Merge PR #174: IBC demo fixes * Fix branch in demo readme * Fix branch in script * Apply suggestions from code review Co-Authored-By: Anca Zamfir <ancazamfir@users.noreply.github.com> * Init ibc-alpha * Update sdk version to incorporate codec changes * Upstream codec changes * Add --node flag to transfer commands * Remove extra --from flag * fix app.evidenceKeeper params * point to 'misc-ibc-issues' SDK branch * fix build * target to ibc-alpha * Update gaia to latest ibc-alpha * Update to latest sdk:ibc-alpha and rebase onto master * Fix broken tests * update to v0.38.0 sdk * Update to latest master, bank changes * Update to latest SDK ibc-alpha * update: gaia to master of the sdk - updated gaia to use the master branch of the sdk - when full proto? Signed-off-by: Marko Baricevic <marbar3778@yahoo.com> * bump to master * Proto updates * Update makefiles * Fix codecs in cli tests * Update CLI tests * WIP fix deps * Pin to IBC-alpha * Updates to build, failing tests * Update to latest ibc-alpha * Push * Update to latest ibc-alpha * Update upstream SDK version to latest ibc-alpha * Update to latest ibc-alpha * Push go.sum changes * enable historical info tracking * Update to latest ibc-alpha * Push latest ibc-alpha version * Fix build, flags issue still present * Working build * Fix lint issue * Update to latest sdk@ibc-alpha * Update TM and SDK versions * Change historical header numsaved to 1000 and update to latest ibc-alpha * Update upstream SDK version * Merge PR #318: Hook up 20-Transfer module to Gaia * hookup transfer module to gaia * Update upstream SDK version Co-authored-by: Christopher Goes <cwgoes@pluranimity.org> * Update upstream SDK version * Fix commit * bump sdk dependency * Update sdk version * update to tm@v0.33.2 * Update to latest cosmos-sdk * Push ibc-alpha @jackzampolin: update sdk version * Push ibc-alpha @jackzampolin: update sdk version * Push ibc-alpha @jackzampolin: fix go version in dockerfile * Merge PR #336: Add testing dockerfile for relayer * Add test docker file for relayer and makefile build, tag and push commands * add entrypoint on test docker image * fix typo in makefile * turn up speed on tests * Back to 1s blocks * Test fixes * Push ibc-alpha @jackzampolin: ensure that tags are indexed * Push ibc-alpha @jackzampolin: update to latest sdk@ibc-alpha * Push ibc-alpha @jackzampolin: update sdk to latest ibc-alpha * Push ibc-alpha @jackzampolin: update sdk version * Add capability keeper to gaia * Push ibc-alpha @jackzampolin: clean up go.sum * Push ibc-alpha @jackzampolin: fix test failures * Push ibc-alpha @jackzampolin: begin incorporating the port routing changes * Push ibc-alpha @jackzampolin: begin incorporating the port routing changes * Merge PR #349: Update to lastest SDK * make gaia fixes * Update to latest * blah * remove sdk replace Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com> * Push ibc-alpha @jackzampolin: fix go.sum * Push ibc-alpha @jackzampolin: fix test failure due to key refactor * Passing cli tests?" * Push ibc-alpha @jackzampolin: Update to latest SDK master * Remove unnecessary import * Passing multisig test * Update go.mod Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com> * Update lcd_test/helpers.go Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com> * Update lcd_test/helpers.go Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com> * Apply suggestions from code review Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com> * Update app/app.go Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com> * Apply suggestions from code review * revert changes as suggested by @fedekunze * run go mod tidy * attempt to fix test-sim-multi-seed-short simulation * Revert "attempt to fix test-sim-multi-seed-short simulation" This reverts commit 1ff1a01. * Push ibc-alpha @jackzampolin: address pr comments and clean up old ibc demo * remove unnecessary replace statement * Push ibc-alpha @jackzampolin: update to latest cosmos-sdk master and assoicated changes * Push ibc-alpha @jackzampolin: update to latest SDK * Push ibc-alpha @jackzampolin: fix test builds * Push ibc-alpha @jackzampolin: fix packet send issue * Push ibc-alpha @jackzampolin: update sdk to fix encoding issue on acks * Push ibc-alpha @jackzampolin: update for supply removal and packet ack fixes * Push ibc-alpha @jackzampolin: update to latest sdk master * Fix test failures * Push ibc-alpha @jackzampolin: fix gaia supply tests * Push ibc-alpha @jackzampolin: fix lcd test failures * WIP debugging * Push ibc-alpha @jackzampolin: update to include capability fixes * Push ibc-alpha @jackzampolin: fix test build issue * add HistoricalInfoKey to skipped prefixes * fix diff with SDK's Simapp * typo * update sim_test.go * Bump sdk version * update replay.go and helpers.go * remove default param override * Update Dockerfile * Push ibc-alpha @jackzampolin: update to sdk master * Push ibc-alpha @jackzampolin: address PR comments * simplify makefile's docker target, remove remote push * update .PHONY remove go mod verify after lint, no longer needed * Reduce diff size * Push ibc-alpha @jackzampolin: re-add docker push to Makefile * Push ibc-alpha @jackzampolin: incorporate historical entries change from SDK * Address PR comment Co-authored-by: Federico Kunze <federico.kunze94@gmail.com> Co-authored-by: mossid <torecursedivine@gmail.com> Co-authored-by: Christopher Goes <cwgoes@pluranimity.org> Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com> Co-authored-by: Marko Baricevic <marbar3778@yahoo.com> Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com> Co-authored-by: Aditya Sripal <adityasripal@gmail.com> Co-authored-by: Alessio Treglia <alessio@tendermint.com> Co-authored-by: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com>
fix panic on gaiacli status command
Migrate wasm to proto
Migrate messages to proto
Codecov Report
@@ Coverage Diff @@
## master #108 +/- ##
=======================================
Coverage 30.88% 30.88%
=======================================
Files 20 20
Lines 2678 2678
=======================================
Hits 827 827
Misses 1776 1776
Partials 75 75 Continue to review full report at Codecov.
|
This was referenced Jun 3, 2020
10 tasks
Replaced by #138 (newer wasmd - 0.9 branch newer cosmos-sdk goz-phase-3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a big merge, pulling in all the protobuf changes in master. A first step to updating for ibc compatibility. This now works thanks to @sahith-narahari
All commits are merged in, conflicts resolved (hopefully well), and some compiler errors fixed.
Update to protobuf types
go test ./x/wasm/internal/...
passes (actually files moved from internal per new design)go build ./x/wasm/...
completes and doesn't revertgo.mod
go test ./x/wasm/...
passesmake test
passesmanual test of the
wasmd
binariesTargeted 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 relevant
godoc
comments.Added a relevant changelog entry to the
Unreleased
section inCHANGELOG.md
Re-reviewed
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)