-
Notifications
You must be signed in to change notification settings - Fork 410
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
Cosmos stargate tracking branch #172 #252
Conversation
TODO:
|
Codecov Report
@@ Coverage Diff @@
## master #252 +/- ##
===========================================
- Coverage 73.36% 17.68% -55.68%
===========================================
Files 27 32 +5
Lines 2654 10593 +7939
===========================================
- Hits 1947 1873 -74
- Misses 594 8636 +8042
+ Partials 113 84 -29
Continue to review full report at Codecov.
|
0a6ccc2
to
fa61594
Compare
🤦 and how is anyone supposed to integrate with this when the basic commands (query account, send tx) break daily |
fa61594
to
5b3040a
Compare
…error mapping to the contract
… contract This saves us a lot fo boilerplate code.
Write a doc on how x/wasm uses IBC
Replaced by #293 |
…ster * remotes/gaia/master: (38 commits) Merge PR CosmWasm#259: Bump SDK master commit Exec go mod tidy (CosmWasm#267) Merge PR CosmWasm#265: add version v2.0.5 to CHANGELOG Fix broken link in delegator guide (CosmWasm#262) docs: removed redundant readme.md (CosmWasm#261) Merge PR CosmWasm#258: Bump github.com/spf13/viper from 1.6.1 to 1.6.2 Merge PR CosmWasm#250: Docs-update Merge PR CosmWasm#256: Bump github.com/pkg/errors from 0.9.0 to 0.9.1 Merge PR CosmWasm#255: Bump github.com/pkg/errors from 0.8.1 to 0.9.0 Merge PR CosmWasm#253: Bump SDK master commit Merge PR CosmWasm#252: v2.0.4 Changelog Merge PR CosmWasm#249: docker image build and upload for release tags Merge PR CosmWasm#247: Update SDK Commit & Update CLI Doc Merge PR CosmWasm#246: Update Archive page with explorers Merge PR CosmWasm#245: archives Bump SDK commit to the latest master (CosmWasm#239) Merge PR CosmWasm#215: Update simulation tests Update join-mainnet.md (CosmWasm#229) Incorporate SDK's latest changes (CosmWasm#227) Merge PR CosmWasm#221: Hide unnecessarily exported function to better coverage report ...
This is a tracking branch for the stargate upgrade.
ce9c2b2
(to be updated again, and again)It also contains the IBC integration spec but the actual work to do so is in another branch
Known problems:
cannot protobuf JSON encode unsupported type: *tx.builder, exiting...
bugFixed
cli q account
This builds on work from many prior branches, which were discarded in the process of rebasing and merging;