platform
platform copied to clipboard
L2 solution for seriously fast decentralized applications for the Dash network
## Issue being fixed or feature implemented This makes some changes so that we can make reproducible builds. build process (generally speaking) looks like ``` docker build -t rust-build-env -f...
## Issue being fixed or feature implemented We want to be able to check if the platform can process an asset lock. ## What was done? Added AssetLockProofVerifier trait with...
Attempting to create a new client on `mainnet` throws an error. ## Expected Behavior it should start a client connected to `mainnet` ## Current Behavior `new Dash.Client({ network: 'mainnet' })`...
## Issue being fixed or feature implemented ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [ ] I have performed a self-review...
## Expected Behavior SDK should be able to register/retrieve names using the `names.*` [methods](https://github.com/dashpay/platform/tree/v1.0-dev/packages/js-dash-sdk/src/SDK/Client/Platform/methods/names). ## Current Behavior Since https://github.com/dashpay/platform/pull/1984, this error is returned when using `names.register()`: `Error: JsonSchemaError: Additional properties...
## Issue being fixed or feature implemented Currently there is no easy way except many many requests to get multiple identity balances. This PR tries to remedy this situation. ##...
## Issue being fixed or feature implemented With the current max block size, the block contains about 1700 simple document batch transitions that make block execution pretty slow (up to...
## Issue being fixed or feature implemented In case if we want to have precise control on activation height we should use `initial_core_chain_locked_height` to override default behaviour with activation fork...
Added loggers to see existing containers format --> ## Issue being fixed or feature implemented ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist:...
## Issue being fixed or feature implemented Dashmate commands are very slow which is very annoying in day-to-day use. The most time is taken by yarn and importing modules (not...