Mr-Andersen / halogen-ctl-mre

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Halogen + CTL issue

  • When Contract is run a result of Initialize action, it runs fine (1st block in the screenshot).

  • When Contract is run as reaction to button press (ButtonPush action), utxosAt call hangs forever.

Browser log screenshot

Build

  • With Nix: nix run .#odc-mre-serve

  • With Spago:

    In nix develop .#offchain:

    cd offchain
    ./src/assets/bundle.sh && http-server -a 127.0.0.1 -p 8081 dist/

Open http://127.0.0.1:8081 and trigger failing utxosAt by pressing the button

About


Languages

Language:Nix 80.3%Language:Dhall 8.6%Language:PureScript 4.7%Language:JavaScript 2.8%Language:HTML 2.6%Language:Makefile 0.5%Language:Shell 0.4%