platform
platform copied to clipboard
L2 solution for seriously fast decentralized applications for the Dash network
## Issue being fixed or feature implemented For testing of DAPI, we need some tool ## What was done? Created dapi-grpc/examples/dap-cli ## How Has This Been Tested? On local devnet...
## Issue There are no fee estimation RPC methods for Platform transactions available in the DAPI, and it is very difficult to calculate the fee yourself because it depends on...
## Expected Behavior When executing state transitions through the WASM SDK (via index.html or programmatically), the operation should complete and return immediately once the state transition is successfully included in...
## Expected Behavior The `result_type` parameter in WASM SDK `get_contested_resource_vote_state` functions should properly map to the protobuf ResultType enum and control what data is returned in the response. ## Current...
## Expected Behavior DAPI GRPC method `getIdentityByNonUniquePublicKeyHash` for all identities, including masternode identities, without any error. ## Current Behavior Method `getIdentityByNonUniquePublicKeyHash` does flawlessly work for the most of the masternodes,...
I found a bug in your dashmate. If I launch it in 1000 coin mode, then the “dashmate status” command does not work, here is its error: But if I...
## Issue On Platform Explorer, we want to show all identity's current token balances, which tokens and how much is the current balance of each There is `getIdentitiesTokenBalances` query in...
## Expected Behavior ## Current Behavior ## Possible Solution ## Alternatives Considered ## Additional Context
I just registered a contract with this "properties": { "saltedDomainHash": { "type": "array", "byteArray": true, "minItems": 32, "maxItems": 32, "position": 0, "description": "Double sha-256 of the concatenation of a 32...