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

Revert reference-types support (backport #2311) #2316

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Dec 12, 2024

Mostly reverts #2289 (except for the cosmwasm-check CI change).
We have to revert this because wasmer does not support reference types for singlepass yet, so allowing them in the validation can be used to cause a panic while compiling the module.


This is an automatic backport of pull request #2311 done by Mergify.

This reverts commit 6012967.

(cherry picked from commit a5633c4)
This reverts commit 434df65.

(cherry picked from commit 2ae98fb)
This reverts commit ced790e.

(cherry picked from commit 719afdb)
This reverts commit 98b2de2.

(cherry picked from commit f04587a)

# Conflicts:
#	.circleci/config.yml
#	CHANGELOG.md
#	Cargo.lock
#	Cargo.toml
#	contracts/burner/Cargo.lock
#	contracts/crypto-verify/Cargo.lock
#	contracts/cyberpunk/Cargo.lock
#	contracts/empty/Cargo.lock
#	contracts/floaty/Cargo.lock
#	contracts/hackatom/Cargo.lock
#	contracts/ibc-callbacks/Cargo.lock
#	contracts/ibc-reflect-send/Cargo.lock
#	contracts/ibc-reflect/Cargo.lock
#	contracts/queue/Cargo.lock
#	contracts/reflect/Cargo.lock
#	contracts/staking/Cargo.lock
#	contracts/virus/Cargo.lock
#	packages/check/Cargo.toml
#	packages/crypto/Cargo.toml
#	packages/go-gen/Cargo.toml
#	packages/schema/Cargo.toml
#	packages/std/Cargo.toml
#	packages/std/src/math/signed_decimal_256.rs
#	packages/vm/Cargo.toml
#	packages/vm/src/calls.rs
#	packages/vm/src/imports.rs
#	packages/vm/src/modules/file_system_cache.rs
@mergify mergify bot added the conflicts label Dec 12, 2024
Copy link
Contributor Author

mergify bot commented Dec 12, 2024

Cherry-pick of f04587a has failed:

On branch mergify/bp/main/pr-2311
Your branch is ahead of 'origin/main' by 3 commits.
  (use "git push" to publish your local commits)

You are currently cherry-picking commit f04587a1.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both added:      .circleci/config.yml
	both added:      CHANGELOG.md
	both added:      Cargo.lock
	both added:      Cargo.toml
	both added:      contracts/burner/Cargo.lock
	both added:      contracts/crypto-verify/Cargo.lock
	both added:      contracts/cyberpunk/Cargo.lock
	both added:      contracts/empty/Cargo.lock
	both added:      contracts/floaty/Cargo.lock
	both added:      contracts/hackatom/Cargo.lock
	both added:      contracts/ibc-callbacks/Cargo.lock
	both added:      contracts/ibc-reflect-send/Cargo.lock
	both added:      contracts/ibc-reflect/Cargo.lock
	both added:      contracts/queue/Cargo.lock
	both added:      contracts/reflect/Cargo.lock
	both added:      contracts/staking/Cargo.lock
	both added:      contracts/virus/Cargo.lock
	both added:      packages/check/Cargo.toml
	both added:      packages/crypto/Cargo.toml
	both added:      packages/go-gen/Cargo.toml
	both added:      packages/schema/Cargo.toml
	both added:      packages/std/Cargo.toml
	both added:      packages/std/src/math/signed_decimal_256.rs
	both added:      packages/vm/Cargo.toml
	both added:      packages/vm/src/calls.rs
	both added:      packages/vm/src/imports.rs
	both added:      packages/vm/src/modules/file_system_cache.rs

no changes added to commit (use "git add" and/or "git commit -a")

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant