synapseweb3 / forcerelay

Apache License 2.0
10 stars 8 forks source link

fix: fix ibc-tests raises gen_proof error when run with multithread #360

Closed jjyr closed 10 months ago

jjyr commented 10 months ago

Axon chains in ibc-tests uses same chain_id, when we run two Axon chains ibc tests, the cached tx_hash may be invalid by the counter-party axon chain.

The solution is to store cached ibc info in the structure.

ashuralyk commented 10 months ago

the next is to enable the multi-thread feature option in CI command