BajanWave
BajanWave
Hi @Bronek I am open to working on this. I just need to do some research on how tests are written in this repo.
Hi @Bronek , so I started looking into how to solve this issue. If I understand correctly I would find the occurrences of return tecDIR_FULL; in the repo and update...
Hi @Bronek, I am running into an issue with one of the tests when I add the following line: mptAlice.authorize({.account = bob, .err = tecDIR_FULL}); When the test suite runs...
I see. Thanks for the tip. I think a nested expect inside a helper function without any related output is probably causing the problem. I will try running rippled with...