Henrique Nogara
Henrique Nogara
## Description Implement `FromNapiValue` and `ToNapiValue` for `Vec` ## Motivation Allow using `Vec` in async functions. ```rust #[napi] pub async fn my_function(data: Vec) -> Vec { unimplemented(); } ```
## Description Expose DID trait in bindings. ## Motivation Allow users to add their custom DID implementation.
## Description Improve existing tests for the encrypting/decrypting Functionality. Perhaps allow the setting of ephemeral keys values. ## Motivation Make sure the functionality is implemented right by using existing tests...
## Description Remove exposure of Ed25519.sign, remove `Storage` `Send/Sync` ties to the `wasm` feature, and make keyDel in typescript compatible with the Rust code. Refactor the `Storage` trait to return...
## Description Enhance the description of each field in the Verifiable Credential section.
Change MS reject proposal logic. If no one else has voted, allows the owner of the proposal to reject it immediately. ## changelog ### new features - If no one...
This PR updates our staking pallet to use the new macros. This also makes our code easier to compare to the substrate code. Most relevant changes: - Adds two new...
## changelog ### new features - Change compliance rules - if there are no rules returns `Ok`.
Adds multiple checks for execute_instruction ## changelog ### new features
Adds multiple unit tests; Improve controller transfer and token issuance code; ## changelog