dashameter
dashameter
## Issue being fixed or feature implemented Add shorthand method to retrieve documents by their `$id` Example: ``` const document = await client.platform.documents.getById( 'PaymentRequest.PaymentIntent', 'DD9yD2G63GPdwcQi987tmiCeL3YybGDmXLkQr1jBLPhm' ); ``` closes #102 supersedes...
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...
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...
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...
after upgrading to v.22.7 I now see this error in my debug console: ``` InvalidDataContractError: Invalid Data Contract: "must be array" at DataContractFactory.createFromObject ``` I'm getting the error when querying...
Property name `to` throws upon contract validation: ```js propertyName: 'to', [Symbol(constructorArguments)]: [ 'must match pattern "^[a-zA-Z][a-zA-Z0-9-_]{1,62}[a-zA-Z0-9]$"', 'pattern', '/documents/transaction/properties', '#/propertyNames/pattern', { pattern: '^[a-zA-Z][a-zA-Z0-9-_]{1,62}[a-zA-Z0-9]$' }, 'to' ``` Shumkov — No sure, honestly...
on v.22 the query: ``` platform.documents.get( 'dpns.domain', { limit: 5, startAt: Buffer.from(Identifier.from($id)), where: [ ['normalizedParentDomainName', '==', 'dash'], ], }, ); ``` ignores the `startAt` parameter and always returns the same...