Open sbellem opened 7 months ago
Hi @sbellem, that was supposed to be fixed after #330. Are you running it out of the latest commit on kurtosis-tech/awesome-kurtosis
?
@lostbean yes, just cloned the repo today, and the HEAD points to 352ddfe16ca5a8cef5e0567e5d76ce40627811bb
commit 352ddfe16ca5a8cef5e0567e5d76ce40627811bb (HEAD -> main, origin/main, origin/HEAD)
Author: Gyanendra Mishra <anomaly.the@gmail.com>
Date: Mon Apr 8 14:56:51 2024 +0100
fix: smart contract test (#330)
@h4ck3rk3y do you have context why this still failing on HEAD?
@sbellem the deploy.ts bit is what our CI everynight runs so this is surprising, can you check if you have cleared your build / node_modules folders?
@h4ck3rk3y Tried removing all untracked files (node_modules
, etc) and still get the issue.
Created a Dockerfile
to reproduce the problem. Follow https://github.com/sbellem/awesome-kurtosis/tree/dev/smart-contract-example#running-the-example.
Hi, I found the issue with deployed() being replaced with waitForDeployment() opened PR
FWIW I got the same error just now and @tuky191's fix worked for me a well.
Following https://docs.kurtosis.com/how-to-local-eth-testnet#deploy-and-test-your-dapp-locally, and got this error: