-
Notifications
You must be signed in to change notification settings - Fork 345
Error when calling a method on a deployed contract using burrow deploy #1342
Comments
Any progress on this issue? |
It actually seems to work when passing the |
No problem! (decided to look at it myself since we're using Burrow to evaluate a smart contract for a scientific paper with the submission deadline soon). I tried several times to add a |
Hmm okay, this is odd behavior indeed! Let me investigate this further. |
Describe the Bug
I've been playing a bit around with Burrow and
To Reproduce
I deployed the basic contract as included in the tests. My
deploy.yaml
file looks as follows:This succeeds with the following output:
Next, I change the
deploy.yaml
file and try to call a method in the contract:This fails with the following error:
However, when 'combining' the deploy and call job in the same contract, it succeeds.
Expected Behavior
The transaction succeeds.
Technical Details
0.29.8+commit.6205f48346a370d553388de37b4d6dc4a06dfb7e+2020-02-11T13:09:22Z
The text was updated successfully, but these errors were encountered: