AJ ONeal
AJ ONeal
It's very confusing that this is called `platform` because it leads one to think that this is specifically an evo node or the core of evo. However, it's really just...
Re: - [x] https://github.com/dashpay/platform/issues/1531 - [ ] https://github.com/dashpay/platform/issues/1532 - [ ] https://github.com/dashpay/platform/issues/1533 - [ ] https://github.com/dashpay/platform/issues/1534 - [ ] https://github.com/dashpay/platform/issues/1535 - [ ] https://github.com/dashpay/platform/issues/1536 # Preview See # To-Dos -...
After overcoming #1535 I get a success / failed about ENVs not being set? Not sure if this is a real error, or just noise. ```sh yarn setup ``` ```text...
## Solution (for JS at least) ```sh npm install --location=global protoc-gen-ts ``` ```sh protoc \ -I="$CORE_PROTO_PATH" \ --js_out="import_style=commonjs:$CORE_WEB_OUT_PATH" \ --ts_out="service=grpc-web:$CORE_WEB_OUT_PATH" \ core.proto ``` ```sh protoc \ -I="$PLATFORM_PROTO_PATH" \ --js_out="import_style=commonjs:$PLATFORM_WEB_OUT_PATH" \...
Working from https://docs.dash.org/en/stable/docs/user/masternodes/setup-testnet.html#drive ```sh yarn workspace @dashevo/rs-drive build ``` ```text Usage Error: Workspace '@dashevo/rs-drive' not found. Did you mean any of the following: - @dashevo/bench-suite - @dashevo/dapi - @dashevo/dapi-client -...
# Problem Ubuntu 22.04, same install as #1531, but with node@18 ```sh error occurred: Failed to find tool. Is `llvm-ar` installed? ``` I'm guessing it wants `llvm-ar-14`. I can hack...
When calling `new Dash.Client({ ... }).getWalletAccount()` I get this warning message: > warn: Running on a NodeJS env without any specified adapter. Data will not persist. How do I find...
According to the docs `yarn setup` should install, configure and build, but it seems to run the tests too. That takes forever. It seems to never finish.
**Update** This is in #72, and readily available in https://github.com/dashhive/DashRPC.js This can't be used reliably without waiting for initialization. Therefore, it should include an `init()` function that provides that boilerplate...
Since this hasn't been updated in a few years we've pulled in most of the PRs that we've opened here and published to npm as `dashrpc`: - https://www.npmjs.com/package/dashrpc - https://github.com/dashhdive/DashRPC.js...