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

Contract deployment error - [error, Error(WasmVm, InvalidInput)], data:["contract pre-release number for current protocol does not match host", 51, 57] #993

Closed
upendra-eth opened this issue Sep 29, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@upendra-eth
Copy link

What version are you using?

soroban-cli v20.0.0-rc4

What did you do?

https://stellar.stackexchange.com/questions/6239/unable-to-deploy-hello-world-contract-using-soroban-cli-tool

What did you expect to see?

Contract addres

What did you see instead?

error massage

i tried using command - soroban contract deploy --wasm target/wasm32-unknown-unknown/release/hello_soroban.wasm --source alice --network futurenet

I tried on futurenet and test net both

used soroban --version -- soroban 20.0.0-rc4

i have attached screenshot in stack exchange link

@upendra-eth upendra-eth added the bug Something isn't working label Sep 29, 2023
@willemneal
Copy link
Member

The error means the contract needs to be recompiled.

I do think this error should be clearer. Perhaps it could check before deploying.

@upendra-eth
Copy link
Author

ok thanks ... but i have tried after cargo clean and then compiling again and also i am using a very simple smart contract of hallo world from documents . so what can be reaseon

@willemneal
Copy link
Member

What is the version of the sdk? I should have been clearer. It means that it needs to be recompiled with an sdk that is compatible with futurenet.

@stellarsaur
Copy link
Contributor

Going to close this since it's been almost 2 months with no further discussion. Please try to recompile with an SDK that is compatible with futurenet and re-open if you're still experiencing an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants