platform icon indicating copy to clipboard operation
platform copied to clipboard

L2 solution for seriously fast decentralized applications for the Dash network

Results 265 platform issues
Sort by recently updated
recently updated
newest added

When calling `new Dash.Client({ ... }).getWalletAccount()` I get this warning message: > warn: Running on a NodeJS env without any specified adapter. Data will not persist. How do I find...

According to the docs `yarn setup` should install, configure and build, but it seems to run the tests too. That takes forever. It seems to never finish.

sending a dashpay tx makes it show up in the transactionHistory in the sender (but without a field to identify it as a dashpay tx) but it doesn't yet show...

bug
wallet-lib

### Expected Behavior Expected to be able to use DashJS without issue, regardless of platform. ### Current Behavior I got a `{"message": "Internal server error"}` when my DashJS-using lambda function...

js-sdk

## Issue Description Receiving Error: Assertion when attempting to initialize Platform connection after funding a new wallet. ## Mnemonic (non production) {"mnemonic":"need grab endorse wine around fuel lawn flame tide...

bug

Using dashmate with nodeForage as a wallet.adapter throws after a network reset: ``` error: Error injecting plugin Assertion failed Error [AssertionError]: Assertion failed at new goog.asserts.AssertionError (node_modules/google-protobuf/google-protobuf.js:87:1065) at Object.goog.asserts.doAssertFailure_ (node_modules/google-protobuf/google-protobuf.js:88:257)...

bug

restarting the system without first manually stopping dashmate results in the dashd containers falling over and tenderdash melting the cpu: ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES cf0f942d2a8a...

bug
dashmate

## Expected Behavior Spend funds from an account with a balance ## Current Behavior Get error as per title ## Possible Solution Investigate generated transaction inputs / script ## Steps...

wallet-lib

using `nodeforage` as a wallet adapter makes the wallet forget its balance 1. I sent 7 tDash to 2. I registered an identity first run with nodeforage (takes 5.5mins) 3....

bug

Using `account.broadcastTransaction` to broadcast a valid, fully signed multisig Tx broacasts the tx successfully and the tx is included into the next block. However instead of returning the `txId` the...

bug