-
Notifications
You must be signed in to change notification settings - Fork 14
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
DeployTemplates.ContractDeploy fails to successfully deploy wasm contract #45
Comments
hey @stormeye2000, can you share a deploy hash for which the SDK behaves as described? |
@davidatwhiletrue The test is here: And the Cucumber feature file here: |
@stormeye2000 I've not been able to run the tests to check this solution works. But here is the code I propose:
|
The above fixes the issue, thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
An erc20 contract was deployed.
The deploy result is retrieved
The ExecutionResult is false
What did you expect to happen?
The ExecutionResult is true
The contract is here: erc20.wasm.zip
Thanks
Carl Norburn
The text was updated successfully, but these errors were encountered: