Henry Hz

Results 32 comments of Henry Hz

@achernoprudov good catch!

I solved, moving the Global dispatch to the ``` Lifecycle.build ``` instead of using 'onInit'

@DDDrop thanks for dedicating your time to reply me ! Do you think the same strategy would fit for a stream subscription (like the one with make with graphql) ?...

see how I suggested [here](https://github.com/o1298098/Flutter-Movie/issues/31)

Amazing code! this is a real design. You are a great developer and artist. I was wandering how to port your project to ReasonML.... any thoughts !!!

When running hevm exec like this, the debugger opens [without the source] ``` export TX=0x83daef68855b01cc70af7976d83ceaa150336e215efa78e4ed0d2922a4817b5a export ETH_RPC_URL=https://explorer-node.fuse.io hevm exec \ --caller $(seth tx from) \ --address $(seth tx $TX to)...

in fact, the issue is with seth: ``` seth call $ETH_USDT "balanceOf(address)(uint)" $ETH_FROM ```

in fact, the issue is with the abi decoding in seth, when the returned balance is zero ``` ❯ seth --abi-decode 'balanceOf(address)(uint)' '0x' Error: invalid data for function output (arg="data",...

@saucepoint yep, the issue is only when the return value is 0, so the return value is 0x that causes the error. I think that it was working in the...

@melindaloubser1 using the same domain file as it it's... seems that the 'intent' is looking for the utter_greet as an 'action'. I will get into the details, just noticed that...