LiskArchive / lisk-sdk

🔩 Lisk software development kit
https://lisk.com
Apache License 2.0
2.72k stars 454 forks source link

Update getChildQueue to replace default topic #9110

Closed ishantiw closed 11 months ago

ishantiw commented 11 months ago

What was the problem?

This PR resolves #9099 #9100 #9111 #9112

How was it solved?

How was it tested?

Setup 2 sidechains and 2 mainchain nodes using interop examples and try to send invalid CCM from sidechainTwo to sidechainOne using React Module.

codecov[bot] commented 11 months ago

Codecov Report

Merging #9110 (f3650e7) into release/6.0.0 (21f0182) will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@                Coverage Diff                @@
##           release/6.0.0    #9110      +/-   ##
=================================================
+ Coverage          83.47%   83.50%   +0.03%     
=================================================
  Files                604      606       +2     
  Lines              22790    22822      +32     
  Branches            3363     3365       +2     
=================================================
+ Hits               19023    19058      +35     
+ Misses              3767     3764       -3     
Files Coverage Δ
...nteroperability/base_cross_chain_update_command.ts 97.71% <100.00%> (+0.06%) :arrow_up:
...rability/base_interoperability_internal_methods.ts 94.13% <100.00%> (+1.20%) :arrow_up:
...s/interoperability/base_interoperability_module.ts 99.22% <100.00%> (+0.01%) :arrow_up:
...rc/modules/interoperability/base_state_recovery.ts 100.00% <100.00%> (ø)
...ramework/src/modules/interoperability/constants.ts 100.00% <100.00%> (ø)
...ability/events/invalid_outbox_root_verification.ts 100.00% <100.00%> (ø)
...nteroperability/events/invalid_rmt_verification.ts 100.00% <100.00%> (ø)
...nteroperability/events/invalid_smt_verification.ts 100.00% <100.00%> (ø)
...roperability/mainchain/commands/recover_message.ts 99.38% <100.00%> (ø)
...in/commands/submit_mainchain_cross_chain_update.ts 98.76% <100.00%> (+0.04%) :arrow_up:
... and 7 more

... and 2 files with indirect coverage changes