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

chore: update commands to latest cargo-near #2390

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

flmel
Copy link
Member

@flmel flmel commented Dec 23, 2024

with latest version of cargo-near:

  • no longer supports --no-docker flag.
  • produces different compiled wasm in ./target/near/<contract>.wasm to the one found in ./target/wasm32-unknown-unknown/<contract>.wasm deploying the later might cause errors including:
0: Error: An error occurred during a FunctionCall Action, parameter is debug message.
     CompilationError(PrepareError(Deserialization))

@flmel flmel added housekeeping Refactoring, cleanups, code quality C-docs labels Dec 23, 2024
@flmel flmel requested a review from bucanero as a code owner December 23, 2024 12:57
@bucanero bucanero merged commit 28ff3fe into near:master Dec 23, 2024
2 of 3 checks passed
@flmel flmel deleted the fix/deploy_command branch December 23, 2024 13:23
@flmel flmel assigned flmel and unassigned flmel Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-docs housekeeping Refactoring, cleanups, code quality
Projects
Status: Shipped 🚀
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants