platform
platform copied to clipboard
L2 solution for seriously fast decentralized applications for the Dash network
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...
Several attempts to getDocuments using `dapi-grpc` Python client failed with `InactiveRpcError` ## Expected Behavior Return documents ## Current Behavior Throws error: ``` Exception: ``` ## Steps to Reproduce (for bugs)...
## Expected Behavior `yarn build` should exit with an error if the build does not succeed ## Current Behavior `yarn build` succeeds even if the build failed ## Possible Solution...
Retrieve documents with `where` query syntax throws InvalidRequestError ## Expected Behavior Successfully retrieve documents ## Current Behavior ``` Something went wrong: InvalidRequestError: Invalid query: Properties in where conditions must be...
### Expected Behavior DashJS loading with the default content_security_policy configured in WebExtension Manifest (Chrome,Firefox Extension) ### Current Behavior Need to set 'unsafe-eval' content_security_policy (which is not allowed if u want...
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...
on v.22 the query: ``` const queryOpts = { where: [ ["normalizedParentDomainName", "==", "dash"], ], orderBy: [["normalizedLabel", "asc"]], }; ``` throws ``` INVALID_ARGUMENT: Invalid query: Invalid orderBy property normalizedLabel. Should...
## Issue Description Receiving Error: both async and sync fetching of the wasm failed ## Mnemonic ( testnet ) label above chalk infant educate seat advance relax bid weekend float...
Using an array of buffer identity Ids: ```js ownerIds :>> (5) [Uint8Array(32), Uint8Array(32), Uint8Array(32), Uint8Array(32), Uint8Array(32)] ``` And a query using the `in` operator according to https://dashplatform.readme.io/docs/reference-query-syntax#operator-examples ```js { where:...