holochain-rust
holochain-rust copied to clipboard
BadCallError in `receive` callback in NodeJS Condutor scenario test
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.
This appears to be the same issue as #1366, which has another reduced test case.
Given #1366 was closed can we also now close this?