platform icon indicating copy to clipboard operation
platform copied to clipboard

L2 solution for seriously fast decentralized applications for the Dash network

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

If you upgrade dashmate and new version changes the version of image and `dashmate update` was the first command you call, then it won't pull new image from migration.

leftover

When statesync is enabled, we need to have the following settings configured in `[statesync]` section: * `enabled = true` This should be configurable.

leftover

## Description Currently, the codebase follows a pattern where code is organized by type: - Custom types in the `types` module - `FromProof` implementations in `proof.rs` - `Query` implementations in...

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

leftover

To provide good quality SDK for our users and make sure all required functionality is present we need to re-design current SDK that have multiple problems. The idea is to...

js-sdk
rs-sdk

Based on previous investigations (#2281, #2368, and #2369), we need to go through all identified use cases, and decompose them into: * methods that will be called * data objects...

For state sync (more precisely, backfill process), we need to tune consensus params.evidence. These params are controlled by ResponsePrepareProposal.ConsensusParamUpdates . More precisely, backfill process is implemented so that it is...

## Issue being fixed or feature implemented We need a way to rebuild cached information about Dash Core. There is a function update_core_info() which should do the job. It also...