lisk-sdk icon indicating copy to clipboard operation
lisk-sdk copied to clipboard

Implement _collectDataForStateRecovery for the sidechain client

Open ishantiw opened this issue 1 year ago • 0 comments

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 with all the registered queryKeys. Similar implementation can found in the recovery_lsk_plugin.ts script

Acceptance Criteria

  • Should have all the unit tests

ishantiw avatar Nov 30 '23 16:11 ishantiw