platform
platform copied to clipboard
L2 solution for seriously fast decentralized applications for the Dash network
## Issue being fixed or feature implemented Developers using the DPNS registration API were encountering a cryptic error message "Invalid public key security level MASTER" when the identity key parameter...
## Expected Behavior When creating a data contract with `keeps_history: true` using the evo-sdk, the contract should be successfully created and the SDK should receive and verify the proof of...
## Issue being fixed or feature implemented The WASM SDK data contract test suite used hard-coded version arrays that required manual updates across multiple locations when adding new contract format...
## Issue being fixed or feature implemented The test requires clarification ## What was done? Added assertions and comments ## How Has This Been Tested? NA ## Breaking Changes NA...
## Issue being fixed or feature implemented Function description for update_operator_identity had errors and was needing more inline comments ## What was done? Add docs for update_operator_identity and update_operator_identity_v0 ##...
## Issue being fixed or feature implemented The wasm-sdk was not returning `groups` and `tokens` fields when fetching data contracts that define tokens, making it impossible to properly work with...
## Issue being fixed or feature implemented Document types weren't preventing additional properties on contract create. I could put any random thing like "somethingStupid" on the same level as "properties",...
## Issue being fixed or feature implemented There is a optional contract_known_keeps_history param in the verify_contract_v0 method, which may be passed if you know that specific setting for you data...
## Issue being fixed or feature implemented Sometime we change package version incorrectly (#2823) that leads to hidden problems in further releases even with green release workflow run. ## What...