Kasper Dissing Bargsteen
Kasper Dissing Bargsteen
The official helm website is no longer available. Is this done on purpose? If so, we should change the link in the description.
The control options are halfway hidden with the default CSS. I fixed it for me by simply deleting the content of youtube.css. See the bottom of the screen. That is...
The build and start commands hang when using the old compiler version. At least on my MacBook Pro with macOS Sonoma and whatever machine/system @mickvikt is using (creator of the...
**Task description** We are in the process of deprecating the old testing infrastructure, as described in https://github.com/Concordium/concordium-rust-smart-contracts/issues/335, and related issues. **The testing infrastructure will remain in place for now, but...
Iterate on our smart contract developer documentation at developer.concordium.software. More details at https://concordium.atlassian.net/wiki/spaces/EN/pages/1269366785/Iterating+on+our+SC+documentation. Timeboxed for 8 days.
**Description** Add a helper method on `ContractInvokeSuccess` for deserializing events into structured types. It should assume that only a single contract is called and thus that only one type of...
**Bug Description** It is currently not possible to compile to the `wasm32-unknown-unknown` target on macOS when the `crypto-primitives` feature is enabled. The issue is that the library we use for...
**Task description** This task is about separating the build and sign steps for the macOS package so that it can be built on Jenkins and subsequently signed on a machine...
Mac distribution script not working on Apple Silicon machines (perhaps only on newest macOS version)
**Bug Description** The mac node can be built with the script `/scripts/distribution/macOS-package/build.sh`. If you have the prerequisites from the node and consensus projects, you should be able to run the...
**Description** Floating-point numbers are not supported in smart contracts, but if you don't know that and you try to use them (or you use a library that uses floats), the...