Emil Holm Gjørup
Emil Holm Gjørup
**Description** Currently, the user needs to install `@grpc/grpc-js` to use the SDK, so it should be put as a peer dependency in `package.json`.
The enum `AttributesKeys` does not include the company attributes tags. The list of attributes can be found here [https://docs.google.com/spreadsheets/d/1CxpFvtAoUcylHQyeBtRBaRt1zsibtpmQOVsk7bsHPGA/edit#gid=0](https://docs.google.com/spreadsheets/d/1CxpFvtAoUcylHQyeBtRBaRt1zsibtpmQOVsk7bsHPGA/edit#gid=0)
**Description** When using the SDK, the user will need to install [`buffer`](https://www.npmjs.com/package/buffer) as a dependency, since types from this library is exposed in the public API of our SDK. Currently,...
Investigate how to introduce composable framework for smart contract development in Rust. Currently, the approach for smart contract development is to copy code from several of our examples, if you...
**Bug Description** Building the `rust-bindings` using rust version `1.79` (maybe other newer versions as well) and `wasm-pack` version `0.12.1` is causing runtime error: `unreachable`. This seems to be fixed by...
When the new identity provider is published on Mainnet add this to the list of identity providers found here [https://developer.concordium.software/en/mainnet/net/resources/ar-idp-contact.html](https://developer.concordium.software/en/mainnet/net/resources/ar-idp-contact.html)
## Purpose
In the `concordium-smart-contract-engine` we provide a [`TestHost`](https://github.com/Concordium/concordium-base/blob/60710de451ad197fe127a5e0a8f50997ea9d594e/smart-contracts/wasm-chain-integration/src/utils.rs#L51) for running smart contracts locally. This is then used in `cargo concordium test` to run unit tests that are compiled to target WASM.Currently,...