platform
platform copied to clipboard
L2 solution for seriously fast decentralized applications for the Dash network
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...
### 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...
## 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...
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)...
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...
## 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...
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....
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...