!shan

Results 69 issues of !shan

### Description - Implement all the methods of `StateRecoveryDB` defined in https://github.com/LiskHQ/lisk-sdk/issues/9161 ### Acceptance Criteria - Should have all the unit tests

framework-plugins/recovery

### Description - Implement all the methods of MessageRecoveryDB defined in https://github.com/LiskHQ/lisk-sdk/issues/9161 ### Acceptance Criteria - Should have all the unit tests

framework-plugins/recovery

### Description - Propose and define types for each data type, define `getDBInstance` to create DB instance. Below is one proposal, ```ts // Data to be stored for state recovery...

framework-plugins/recovery

### Description - Implement `_collectProofsForRecovery` in `SidechainRecoveryClient` created in class https://github.com/LiskHQ/lisk-sdk/issues/9167 - This function will use the `apiClient` of a sidechain to subscribe to the `chain_newBlock` event and query `state_prove`...

framework-plugins/recovery

### Expected behavior Addresses in emitted events should be in Lisk32 address format ### Actual behavior Currently in events addresses are in hex format ``` [ { data: '0a14b2f75b6968f687b495b69e1fec51d06fa8ae9d8d1208000000000000000018f09532221426290318e2fdfb75bdf345c8f5de7db61eb93ad82800', index:...

type: improvement
framework

### Description Currently, we don't have any way to expose available plugin endpoints. We need a way to expose this information via endpoint like `system_getMetadata` where we already expose information...

framework

### Description In order to add interoperable module, Lisk Commander should provide a command to bootstrap such a module with all the required files and interfaces. So either updating the...

commander

### Description Update `lisk init` command to take `networkID` (1 byte) as input and ask rest of `chainID` (3 bytes) separately from the user which can help users to identify...

type: improvement
commander

### Description Update NodeJS version to [18.19.1](https://github.com/nodejs/node/releases/tag/v18.19.1). ### Which version(s) does this affect? (Environment, OS, etc...) `v6.0.1`

sdk