pshenmic

Results 37 comments of pshenmic

Yes, you are correct. Docs have not been updated after migration Drive to Rust use ``` cd /packages/rs-drive-abci cargo build ```

createDIContainer is slowing down dashmate commands

@qwizzie Unfortunately, udjin says that it only shows mined DKG windows, in other words that alread have passed

Remote block height is currently broken in v24, because insight is answering too slow, shall we create another task for fallin back to getchaintips?

> Why it works in v0.23 then? In v23 there is no client timeout implemented and it simply waits for the response and it can take ages to receive the...

The error a bit upper: ``` [FAILED] Docker is not installed. Please follow instructions https://docs.docker.com/engine/install/ ```

You can't do yarn setup without docker, because it is meant to setup a local regtest environment on your computer, consisting of 4 nodes (seed + 3 evonodes), that simulates...

The only supported environment is Docker for now, and all developers are writing, test and release in Docker, however going standalone isn't impossible. You will need to: * Create a...

We hit this problem again on the production. Previously WASM DPP were included in the dashmate, that caused problem on the @qwizzie system. We then removed dpp from the dashmate...

I don't think you can use `require` in the web browser environment. Can you share any code that is causing such errors?