mARs Lab
mARs Lab
Already upgraded Warp version. Please pull latest code.
Sorry for that, but I missed the step before run `ts-node deploy-test-contract.ts`: - Head to `contract/` folder and run `npm run build:contracts` to build the contracts. Updated in Issue Description....
> unfortunatelly, `npm install` in the `contract/` ends with Try `yarn install` instead?
Seem not compatible with your Nodejs version(v18.5.0). Could you please downgrade Nodejs to v16.5.0 temporarily? ```bash npm install n -g sudo n 16.5.0 ```
Yes. If run as 'debug mode' (npm start), this is expected to occur, just refresh the page...
I will fix this issue tomorrow and push to remote branch
Did you check the Step4 in 'Test for badcase'? In my case, readState returns result without throwing any errors. But in Step 5, it do throw what you show.
Sorry about that, please. I am very puzzled that my unit tests cannot reproduce this problem, everything behaves normally. Below is my test case, and could I take a look...
OK Please be busy with your own things first. We will spend a day or two to sort out these problems and add them to the description.
And - Could you please put your test script? We will analyse the difference first and try to find what was going on. Thanks!