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

Entrypoints for a smart contract insalled in 1.x cannot be called in condor #4959

Open
zajko opened this issue Nov 13, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@zajko
Copy link

zajko commented Nov 13, 2024

Scenario:

  • Install wasm contract in 1.x. I used the followinf CLI command:
casper-client put-deploy --chain-name "casper-net-1" --secret-key /home/casperlabs-dev/DEV/src/casper-nctl/assets/net-1/users/user-1/secret_key.pem --payment-amount 250000000000 --session-path /home/casperlabs-dev/DEV/src/hello-project-2/contract/target/wasm32-unknown-unknown/release/contract.wasm --ttl 10m --node-address http://localhost:11101/rpc
  • Upgrade node to 2.0
  • Try calling an entrypoint - doesn't work

The error (from sidecar):

{"code":-32008,"message":"Invalid Deploy","data":"the deploy was invalid: no such entry point"}
@zajko zajko self-assigned this Nov 13, 2024
@devendran-m devendran-m added the bug Something isn't working label Nov 14, 2024
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

2 participants