platform
platform copied to clipboard
L2 solution for seriously fast decentralized applications for the Dash network
## Issue being fixed or feature implemented The `platform.proto` file is not commented so tools like [grpcui](https://github.com/fullstorydev/grpcui) and [protoc-gen-doc](https://github.com/pseudomuto/protoc-gen-doc) aren't as helpful as they could be. ## What was done?...
If you don't start the services in the right order, sometimes they just crash and don't restart (looking at you _tenderdash_). Although that behavior is probably a bug... but right...
## Issue being fixed or feature implemented ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [X] I have performed a self-review of...
## Issue being fixed or feature implemented For tuning of ABCI consensus params, we need a way to specify consensus params updates in real time, without modifying or even restarting...
## Issue being fixed or feature implemented Adds a method under a feature flag for `DocumentType` to generate random documents using `json-schema-faker-rs` solution ## What was done? Since jsonschema taken...
This is a general, widespread issue across this repo as well as many other pieces of documentation. The port numbers in the various sample config files are inconsistent, incongruent, and...
This is a corrected envoy config with port numbers and addresses matching the other config files, and that allows tls to be handled by a proper Let's Encrypt-enabled reverse proxy...
This use of command prefixes is redundant since `command -v clang` is just looking up `clang` in the user's `PATH` - which is what typing the `clang` command will do...
Makes it easier to copy/paste to test or run locally. This had a bunch of variables for things that were actually constant strings with no variability, which made it look...
# Overview Corrections for to install drive from the current codebase. Notable changes: - Go is completely unnecessary - Node is completely unnecessary - Python is completely unnecessary - WASM...