LiskHQ / lisk-sdk

🔩 Lisk software development kit

Home Page:https://lisk.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement _collectDataForStateRecovery for the sidechain client

ishantiw opened this issue · comments

Description

  • Implement _collectProofsForRecovery in SidechainRecoveryClient created in class #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