platform
platform copied to clipboard
L2 solution for seriously fast decentralized applications for the Dash network
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.
When statesync is enabled, we need to have the following settings configured in `[statesync]` section: * `enabled = true` This should be configurable.
## 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...
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...
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...