platform
platform copied to clipboard
L2 solution for seriously fast decentralized applications for the Dash network
## Issue being fixed or feature implemented We need more information on mempool operations froom Drive side ## What was done? - Added logs for check_tx - Added additional labels...
## Issue being fixed or feature implemented Before production release we need to review and fix if necessary all critical paths in Platform. State transition validation and execution logic, specifically...
## 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...
## Issue being fixed or feature implemented Change all the error messages in rs-drive from str to String ## What was done? Change all the error messages in rs-drive from...
## Issue being fixed or feature implemented I found it necessary to install cmake (Ubuntu 22) which was not mentioned in the README. ## What was done? Added cmake to...
## Issue being fixed or feature implemented Features in fixes in development that needed for Web Extension to operate ## What was done? ## How Has This Been Tested? ##...
## Issue being fixed or feature implemented ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [ ] I have performed a self-review...
Sets the default log level to `"trace"`, same as `.env.example`. ## Issue being fixed or feature implemented Fails to run when `LOG_LEVEL` is not set. That seems like a non-essential...
The example config file specifies `/dev/stdout` for logging, which is a pseudo-device that only exists when run interactively. ## Expected Behavior The example config file should use a more generic...