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

Review Carefully: Full updates wasmd #2

Open
wants to merge 141 commits into
base: packet-seq-return
Choose a base branch
from

Conversation

faddat
Copy link

@faddat faddat commented Feb 10, 2023

This brings wasmd in quasar fully up to date with wasmd v0.29.2

It is failing a test:

make test
?       github.com/CosmWasm/wasmd/app/params    [no test files]
?       github.com/CosmWasm/wasmd/cmd/contract_tests    [no test files]
?       github.com/CosmWasm/wasmd/cmd/wasmd     [no test files]
?       github.com/CosmWasm/wasmd/x/wasm/client [no test files]
ok      github.com/CosmWasm/wasmd/app   1.462s
ok      github.com/CosmWasm/wasmd/benchmarks    0.855s [no tests to run]
?       github.com/CosmWasm/wasmd/x/wasm/ibctesting     [no test files]
ok      github.com/CosmWasm/wasmd/x/wasm        5.418s
ok      github.com/CosmWasm/wasmd/x/wasm/client/cli     1.131s
ok      github.com/CosmWasm/wasmd/x/wasm/ioutils        1.043s
?       github.com/CosmWasm/wasmd/x/wasm/keeper/wasmtesting     [no test files]
?       github.com/CosmWasm/wasmd/x/wasm/simulation     [no test files]
--- FAIL: TestIBCRawPacketHandler (0.00s)
    --- FAIL: TestIBCRawPacketHandler/all_good (0.00s)
        handler_plugin_test.go:318: 
                Error Trace:    /Users/faddat/wasmd/x/wasm/keeper/handler_plugin_test.go:318
                Error:          Expected nil, but got: [][]uint8{[]uint8{0x8, 0x1}}
                Test:           TestIBCRawPacketHandler/all_good
FAIL
FAIL    github.com/CosmWasm/wasmd/x/wasm/keeper 9.675s
ok      github.com/CosmWasm/wasmd/x/wasm/types  0.403s
FAIL
make: *** [test-unit] Error 1

faddat and others added 30 commits July 21, 2022 10:02
* Charge gas for unzip wasm code

* Add uncompress test

* Apply review feedback

* Add testcase to uncompress spec
* Bump tendermint protos

* Bump cosmos protos

* Format only
…flag-proposal

Add unpin code flag to store code proposal
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.12.0...v1.13.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Simon Warta <[email protected]>
* 457

* upgrade ci

* go get -> go install

* change denom to new format

* Update config.yml

* Revert "change denom to new format"

This reverts commit e637cf5.

* bump ibc-go to v3.2.x

* Update config.yml

* ibc-go v3.2.0

* Update CHANGELOG.md

* Update CHANGELOG.md

* sdk v0.45.8
faddat and others added 28 commits October 23, 2022 01:22
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](bufbuild/buf-setup-action@v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add struct for sim gov

* add proposal for store contract

* change wasm file

* add proposal instantiate contract

* change admin account

* add sim gov proposals Update Admin

* add sim gov execute contract

* fix some bug

* add sim gov clear admin

* add comment

* fix lint
* add WeightedOperations msg update admin

* add check contract info condition

* add fnc simulate migrate

* add weights operations migrate contract

* fix simulation msg update admin

* add simulation.NewWeightedOperation

* add sml msg clear admin

* fix lint

* remove msg migrate

* change admin to use test account

* add migrate

* add new contract for simulation migrate

* correct return log

* Polish SimulateMsgMigrateContract

Co-authored-by: Alex Peters <[email protected]>
* Add SilenceUsage flag to hide menu when an error occurs.

* Fix lint errors
* Stargate query enable

* Remove initialized whitelists

* Roman's review

* Minor improvement

* Add tests

* Add testings and codec

* Fix lint

* Fix test

* Fix from code review

* Refactor Stargate querier init

* Fix typo

Co-authored-by: mattverse <[email protected]>
adding instantiate-anyof-addresses flag in the gov_tx.go

(cherry picked from commit b7e4770)
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.