!shan
!shan
I have installed latest version of exceljs, however I'm still getting error `workbook.addImage is not a function` when i'm trying to add any image to the workbook. PS: I have...
### Description - Update transaction verification part according to [LIP0041:Block Processing:Transaction Verification](https://github.com/LiskHQ/lips/blob/main/proposals/lip-0041.md#transaction-verification) which is basically implemented using below functions as described in the LIP - verifyTransaction - verifyNonce - verifySignatures...
### Description Update endpoint `chain_getGeneratorList` ([Chain Endpoint:getGeneratorList](https://github.com/LiskHQ/lisk-sdk/blob/7e71617d281649a6942434f729a815870aac2394/framework/src/engine/endpoint/chain.ts#L218)) to return `nextAllocatedTime ` for each delegate that will be helpful for off-chain services. Return type will be in JSON format. nextForgingTime calculation...
### Description We need all the stored chains in the interoperability module. The general idea is to have an endpoint `interoperability_getAllChains` which can return all the chains stored in the...
### Description In order to be consistent and to avoid duplicity, create and use util functions for converting response to JSON format for RPC endpoints. For example, `convertBFTParametersToJSON(bftParameters: BFTParameters): BFTParametersJSON`...
### Description Add address to delegates record when calling endpoints `dpos_getDelegate` and `dpos_getAllDelegates` in hex string format. ### Acceptance Criteria - Unit test for the above response should be present...
### Description We need to collect CCMs in order to select them and create CCU transaction to send it over to another chain. Currently, we don't have mechanism to collect...
### Description Need to be consistent with `senderAddress` and `feeAddress` we use in different places, maybe to establish one name for example `transactionSender`. Another point is, we refer to transaction...
### Description Since `beforeSendCCM` hook is not going to be used anymore and needs to be removed, we have to remove and update `sendInternal` and `terminateChainInternal` where both of them...
### Description - Update private function [isMultisignatureAccount](https://github.com/LiskHQ/lips/blob/main/proposals/lip-0041.md#ismultisignatureaccount) - Update `registerMultisignatureGroup.verify` according to [LIP0041#verification](https://github.com/LiskHQ/lips/blob/main/proposals/lip-0041.md#verification) - Update `registerMultisignatureGroup.execute` according to [LIP0041#execution](https://github.com/LiskHQ/lips/blob/main/proposals/lip-0041.md#execution) ### Acceptance Criteria - Update unit tests according to the changes