Doris Benda
Doris Benda
**Task description** kudos to @soerenbf for his great input. **Sub-tasks "Naming improvements to shorten/simplify the terminology"** - [x] `nativeCurrency` rename to `CCD`. - [x] `internalTransfer` rename to `transfer`. - [x]...
**Task description** Currently, the CIS-2 library includes types and helper functions for both (CIS-2 and CIS-0). Since some contracts implement only CIS-0, it would be beneficial to have a better...
**Task description** Smart contract developers do not need to know the `serializationHelperParameter` (CIS3 standard) in their dApps anymore after the merge of: https://github.com/Concordium/concordium-dapp-examples/pull/83. To reduce the size of the smart...
## Purpose closes https://github.com/Concordium/concordium-rust-smart-contracts/issues/127 ## Changes Adding a new example smart contract for a mini-tutorial ## Checklist - [x] My code follows the style of this project. - [x] The...
**Description** Adding a remuneration smart contract example. This smart contract will be used for a mini-tutorial on CIS-2/wCCD tokens. This mini-tutorial will be applied to the final version wCCD token....
## Purpose Addresses https://github.com/Concordium/concordium-client/issues/296 Related https://github.com/Concordium/concordium-client/pull/300 ## Changes _Describe the changes that were needed. ## Checklist - [ ] My code follows the style of this project. - [ ]...
**Task description** Cis3-sponsored-transaction test cases have been significantly changed. [https://developer.concordium.software/en/mainnet/smart-contracts/tutorials/sponsoredTransactions/sponsoredTransactionsSmartContract.html#test[…]tion](https://developer.concordium.software/en/mainnet/smart-contracts/tutorials/sponsoredTransactions/sponsoredTransactionsSmartContract.html#testing-the-signature-verification) **Sub-tasks** - [ ] Update the section `testing the signature verification` with up-to-date function names and screenshots - [ ]...
**Task description** It would be good to have a `simulate` transaction/feature in the webSDK, so a front-end can first call to simulate a specific transaction to see if it would...
**Task description** Document `multi-sig` feature from this PR: https://github.com/Concordium/concordium-client/pull/300 Add guides on how to create a multi-sig account on Concordium (two flavors): - An account with several keys (per identity)....
It would be better to use `quickCheck` for the payload JSON encoding/decoding tests to cover more variations of possible payloads. https://github.com/Concordium/concordium-base/blob/377398d920e8b09f4105287de52f69f013af1c00/haskell-tests/Types/PayloadSpec.hs https://github.com/Concordium/concordium-base/pull/529#pullrequestreview-2073361880