We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The tallyVM cannot be updated, if it updates wasmer, at least on x86.
On an x86 machine: go get github.com/sedaprotocol/seda-wasm-vm/[email protected] make unit-test
go get github.com/sedaprotocol/seda-wasm-vm/[email protected]
make unit-test
N/A
--- FAIL: TestExecuteTally (0.18s) abci_test.go:237: Error Trace: /home/gluax/seda/seda-chain/x/tally/keeper/integration_test.go:233 /home/gluax/seda/seda-chain/x/tally/keeper/abci_test.go:237 Error: Received unexpected error: github.com/CosmWasm/wasmd/x/wasm/keeper.Keeper.instantiate /home/gluax/go/pkg/mod/github.com/!cosm!wasm/[email protected]/x/wasm/keeper/keeper.go:323 github.com/CosmWasm/wasmd/x/wasm/keeper.PermissionedKeeper.Instantiate /home/gluax/go/pkg/mod/github.com/!cosm!wasm/[email protected]/x/wasm/keeper/contract_keeper.go:69 github.com/sedaprotocol/seda-chain/x/tally/keeper_test.initFixture /home/gluax/seda/seda-chain/x/tally/keeper/integration_test.go:232 github.com/sedaprotocol/seda-chain/x/tally/keeper_test.TestExecuteTally /home/gluax/seda/seda-chain/x/tally/keeper/abci_test.go:237 Error calling the VM: Error executing Wasm: Wasmer runtime error: RuntimeError: unreachable: instantiate wasm contract failed Test: TestExecuteTally --- FAIL: TestEndBlock (0.11s) abci_test.go:413: Error Trace: /home/gluax/seda/seda-chain/x/tally/keeper/integration_test.go:233 /home/gluax/seda/seda-chain/x/tally/keeper/abci_test.go:413 Error: Received unexpected error: github.com/CosmWasm/wasmd/x/wasm/keeper.Keeper.instantiate /home/gluax/go/pkg/mod/github.com/!cosm!wasm/[email protected]/x/wasm/keeper/keeper.go:323 github.com/CosmWasm/wasmd/x/wasm/keeper.PermissionedKeeper.Instantiate /home/gluax/go/pkg/mod/github.com/!cosm!wasm/[email protected]/x/wasm/keeper/contract_keeper.go:69 github.com/sedaprotocol/seda-chain/x/tally/keeper_test.initFixture /home/gluax/seda/seda-chain/x/tally/keeper/integration_test.go:232 github.com/sedaprotocol/seda-chain/x/tally/keeper_test.TestEndBlock /home/gluax/seda/seda-chain/x/tally/keeper/abci_test.go:413 Error calling the VM: Error executing Wasm: Wasmer runtime error: RuntimeError: unreachable: instantiate wasm contract failed Test: TestEndBlock
Contract instantiation should work.
The text was updated successfully, but these errors were encountered:
Was fixed by #398.
Sorry, something went wrong.
No branches or pull requests
🐛 Bug Report
The tallyVM cannot be updated, if it updates wasmer, at least on x86.
Steps to Reproduce
On an x86 machine:
go get github.com/sedaprotocol/seda-wasm-vm/[email protected]
make unit-test
Code snippet to reproduce
N/A
Stack trace & error message
Expected Behavior
Contract instantiation should work.
The text was updated successfully, but these errors were encountered: