-
Notifications
You must be signed in to change notification settings - Fork 2
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]: Interpreter error: host module doesn't export function with name casper_add_contract_version
#93
Comments
The arguments for that host function have changed. This is how it looks now
So the error does make sense. For more details please refer to casper-node. |
Thanks! @sczembor ! I'll let you know that when it run successfully ;) |
Hi @na-OKADA can you update if it works now |
Hi @cspramit Unfortunately, it still keeps failing, https://devnet.make.services/deploys/3457da646f4d925ff1c2e669937b1e80e09b26c64c3e94e54a9cfb1f337adc5b. In the next internal meeting, the contract developer may be able to help. In the meanwhile, if you have any other tips on that, please let me know. |
Hi, Where am I supposed to modify to solve this error which I encountered in deploying our smart contract on to Devnet, https://devnet.make.services/deploys/194988146d2e9beea5a0ad16245dbb15fa34d2ad5837f27192cbb280c38761a3? |
Can we still use |
If you need to look through our code, please let us share in private such as email. @devendran-m |
->Resolved! |
Thanks, @na-OKADA and @Jiuhong-casperlabs |
Category
Request for Tech Support
Your email address
[email protected]
Project Name(Optional)
BroadLeaf
Casper Network
Devnet
Priority
Medium
Node Functionality
Node
Description
According to the output on Devnet, error_message:"Interpreter error: host module doesn't export function with name casper_add_contract_version",
whilst the same deploy process with the same contract on Tesnet has been successful, it is likely that updating our smart contract will be required.
Would that be true? If so, where should I look for the related information besides this, casper-contract-4.0.0 > Function casper_contract::contract_api::storage::add_contract_version ?
Note that
storage::add_contract_version(contract_package_hash, entry_points, Default::default())
; is used in our source code.If you could provide us tips on this, that would be appreciated.
Date Issue Began(optional)
No response
Attachments (optional)
No response
The text was updated successfully, but these errors were encountered: