platform icon indicating copy to clipboard operation
platform copied to clipboard

L2 solution for seriously fast decentralized applications for the Dash network

Results 162 platform issues
Sort by recently updated
recently updated
newest added

## Issue being fixed or feature implemented We need to unify code formatting. ## What was done? This PR adds `.rustfmt.toml` file to the repo that defines formatting of Rust...

## Expected Behavior Users should be able to choose where to keep all the sync data on the disk. Users may have smaller boot disk size and separate larger disks...

enhancement

## Expected Behavior E2e tests should also check if config was removed during `dashmate reset --hard` ## Current Behavior There is no such test ## Possible Solution ## Alternatives Considered...

enhancement

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...

bug

## 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" \...

bug

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 -...

bug

# 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...

bug

## Issue being fixed or feature implemented ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [ ] I have performed a self-review...

## Issue being fixed or feature implemented ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [ ] I have performed a self-review...

https://github.com/dashpay/platform/blob/ed354ca52969676f8231765fc04bbe02b1d9ba25/packages/dapi/doc/dependencies_configs/dash.conf#L8-L12 and https://github.com/dashpay/platform/blob/ed354ca52969676f8231765fc04bbe02b1d9ba25/packages/dashmate/templates/core/dash.conf.dot#L39-L44 These indexes are NOT required for Masternodes aka EvoNodes running platform, two observations. 1. A Masternode does not run a wallet at the same time, this is...