Conversation
|
@r-near to fix the CI I think we need to use the |
The current issue with this PR run is that near-sandbox is not able to deserialize the contract: Looking at the code, it seems the existing code does indeed reference the correct Rust toolchain (1.83.0 in this case) to build the .wasm binary - the problem is the sandbox binary is too old to support 1.83.0-built contracts (I think). There's some discussion here about how this error comes up: The reason it works on my local machine is because my personal toolchain is 1.83.0 (so it can bypass the |
|
Closing in favor of #155 |
Pull request was closed
No description provided.