holochain-rust icon indicating copy to clipboard operation
holochain-rust copied to clipboard

BadCallError in `receive` callback in NodeJS Condutor scenario test

Open pjkundert opened this issue 6 years ago • 2 comments

Accessing hdk::AGENT_ADDRESS in the validation callbacks caused BadCallError. Once this was fixed, we now get a similar BadCallError in the receive callback.

The holofuel branch feature-transfer-develop illustrates the BadCallError failure in the request callback. I cannot determine why my this failure is occurring during NodeJS Conductor scenario testing.

It should be possible to checkout and build a holochain-rust in parallel with holofuel, and then hit make test in the holofuel directory.

pjkundert avatar May 28 '19 15:05 pjkundert

This appears to be the same issue as #1366, which has another reduced test case.

pdaoust avatar May 28 '19 17:05 pdaoust

Given #1366 was closed can we also now close this?

jamesray1 avatar Nov 07 '19 05:11 jamesray1