[Bug] Can't deploy program importing a program with self.signer
comparison
#848
Labels
bug
Something isn't working
self.signer
comparison
#848
🐛 Bug Report
Sometimes the deployment process will fail at
Verifying the deployment and fees
step. This seems to have something to do with importing other programs and potentially access toself.caller
orself.signer
variables.Steps to Reproduce
Deploy
foo.aleo
. The error happens when trying to deployexample.aleo
usingawait programManager.deploy(program, fee);
. The same programs are deployed without issue when usingsnarkos developer deploy
CLI command.Code snippet to reproduce
foo.leo
:example.leo
:Stack trace & error message
Expected Behavior
The program gets deployed succesfully
Your Environment
The text was updated successfully, but these errors were encountered: