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

[Condor-Release]: Migrated contract from v156 with stored session entry point fails to execute #88

Open
davidatwhiletrue opened this issue Jul 25, 2024 · 2 comments
Assignees

Comments

@davidatwhiletrue
Copy link

Category

Request for Tech Support

Your email address

[email protected]

Project Name(Optional)

MAKE

Casper Network

Devnet

Priority

Medium

Node Functionality

Execution Engine

Description

We have a contract live on mainnet that contains an entry point with type EntryPointType::Session.
We are testing migration from 1.5.6 to Condor. Other entry points seem to work correctly but this one fails with error Invalid context.

On EntryPointType::Caller description I can read: Previously installed 1.x stored session code should continue to work as the binary value matches. Since other methods are working, the binary doesn't seem to be the problem. Could you give any advice for troubleshooting?

Date Issue Began(optional)

25/07/2024

Attachments (optional)

No response

@Jiuhong-casperlabs
Copy link

@davidatwhiletrue
Are you sending any Wasm to add a new version?
We’ve disabled EntryPoint::Session which is why you’re getting that error

@davidatwhiletrue
Copy link
Author

I'm not sending any new wasm. The contract is installed on 1.5.6. The entry point can be called normally.
Then, I'm upgrading the network to 2.0.0. This entry point cannot be called successfully anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants