-
Notifications
You must be signed in to change notification settings - Fork 24
Contract fails with error {"CompilationError":{"PrepareError":"Deserialization"}}}
#225
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
Comments
I would like to second this issue, however I tried every minor between 1.66.0 and 1.74.0. Also using near-sandbox 0.0.17 does not fix it for me.
None of these solutions seem to work for me. |
@fadeevab I just figured out that installing
|
Experienced the same issue and pinning rust to 1.69 fixed it for me. |
@ailisp Hey Bo, as reported by devs from community, quite some are suffering with this issue when testing with workspaces-js, when using Rust before 1.70.0. We may need to upgrade the sandbox version in workspaces-js to fix this. It should have been fixed in nearcore: near/create-near-app#2009 |
release a new version: 3.4.1 |
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to build, deploy, and run a simple project (https://github.com/NEARFoundation/near-smart-contract-rust-template) on
near-workspaces
JS.Deployment code snippet:
I get the following error on a function call:
Click me for more error logs
Cargo.toml
:Toolchain versions I tried:
1.70
1.74
NOTE:
near dev-deploy
on the actual testnet works fine.NOTE2: Smart contract successfully deploys on the
"near-sandbox": "^0.0.17"
.The text was updated successfully, but these errors were encountered: