IntersectMBO / plutus-apps

The Plutus application platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

utxoIsProduced does not work on local cluster

volodyad opened this issue · comments

Summary

utxoIsProduced does not listen for changes

Steps to reproduce the behavior

on the branch https://github.com/volodyad/plutus-apps/tree/awaitissue

cabal build plutus-pab-local-cluster
cabal exec plutus-pab-local-cluster

curl -H "Content-Type: application/json" -v \
       -X POST \
       -d '{"caID":{"tag":"AwaitTestWaitUtxo"},"caWallet":{"getWalletId":"2d4cc31a4b3116ab86bfe529d30d9c362acd0b44"}}' \
       localhost:9080/api/contract/activate

Run to create utxo

curl -H "Content-Type: application/json" -v \
       -X POST \
       -d '{"caID":{"tag":"AwaitTestCreateUtxo"},"caWallet":{"getWalletId":"2d4cc31a4b3116ab86bfe529d30d9c362acd0b44"}}' \
       localhost:9080/api/contract/activate

Actual Result

Message "*Await Utxo created success" should be shown in logs on every utxo produced

Expected Result

No message is shown

Describe the approach you would take to fix this

No response

System info

mac os big sur
11.5.2

Hey @volodyad this is being investigated along with #199

commented

Thanks @volodyad for the issue and the reproduction case!