Søren Bruus Zeppelin

Results 8 issues of 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...

[Size] Small
[Type] Change Request
[Project] js-sdk

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`...

[Size] Small
[Type] Maintenance
[Type] Task

**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...

[Type] Task

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...

[Type] Task

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...

Breaking changes
[Project] js-sdk

## 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...