platform
platform copied to clipboard
L2 solution for seriously fast decentralized applications for the Dash network
https://github.com/dashpay/platform/blob/ed354ca52969676f8231765fc04bbe02b1d9ba25/packages/dapi/lib/externalApis/dashcore/rpc.js#L271C1-L280C1 This method should be deleted, all transactions posted to the Dash network are automatically InstantSend (IX), the parameter set in this version is simply ignored by Dash Core.
https://github.com/dashpay/platform/blob/ed354ca52969676f8231765fc04bbe02b1d9ba25/packages/dapi/lib/externalApis/dashcore/rpc.js#L233C1-L247 This is not a Dashcore RPC and should be removed.
https://github.com/dashpay/platform/blob/ed354ca52969676f8231765fc04bbe02b1d9ba25/packages/dapi/lib/externalApis/dashcore/rpc.js#L195-L203 This is not a valid RPC, this should be removed.
https://github.com/dashpay/platform/blob/ed354ca52969676f8231765fc04bbe02b1d9ba25/packages/dapi/lib/externalApis/dashcore/rpc.js#L174-L193 Where is is this getting called? A masternode does not have an attached wallet, so calling this on an MN will return the empty set and an error. IMO...
## Expected Behavior Running `dashmate config set platform.dapi.envoy.ssl.providerConfigs.zerossl.id null` should set the value to a JSON `null` as defined in the schema. ## Current Behavior Instead, somehow it gets set...
## Expected Behavior Dashmate (and possibly other) is dependent on successful platform release, and should happen after successful build of our packages ## Current Behavior If one of the packages...
## Expected Behavior To match latest standards, eslint and other dependencies must upgraded in order for correct work with Node v18. There are a lot of outdated packages in the...
## Expected Behavior Dashmate status should work properly on any window sizes ## Current Behavior When your terminal windows is too small, dashmate status command's table render gets broken. ##...
## Expected Behavior During setup, dashmate should check the availability of the node by probing core p2p port on externalIp. ## Current Behavior If your ufw is enabled and incorrectly...
## Expected Behavior Config file options use the one name in different options ## Current Behavior Config file have keys `enable` and `enabled` at the same time ## Possible Solution...