Søren Bruus Zeppelin
Søren Bruus Zeppelin
## Purpose Enable credential proof verification in the JS sdk ## Checklist - [x] My code follows the style of this project. - [x] The code compiles without warnings. -...
**Description** As the concordium browser wallet exposes a GRPC client from the SDK and injects the code for it into applications, it would be good to not include WASM code...
The recommended way to run prettier is to run it on its own and not as a plugin of something else (source https://prettier.io/docs/en/integrating-with-linters.html). I think we should integrate `prettier --check`...
**Task description** It would be nice to have the process of releasing new versions of the SDK and dependency packages automated through CI. Can have a look at the deploy...
To give developers a better idea of the what types they're working with do, it would be good to have documentation in the form of doc comments to everything we...
In the current version of the SDK, transaction types are numbered according to the V1 API specification. Our other SDK's seem to follow the GRPC V2 `TransactionType` in terms of...
## Purpose To avoid conflicts when compiling dependants on `concordium_base`, this proposal moves the compilation target specification from the `concordium_base` crate to the compilation done by the haskell dependant. One...