omni-network / omni

Monorepo for Omni node, contracts and other related tools
https://omni.network
GNU General Public License v3.0
81 stars 46 forks source link

fix(e2e): lower parallelization when starting contracts #1383

Closed arajasek closed 2 months ago

arajasek commented 3 months ago

We group the edges by the source, and deploy in parallel across each source-group. However, for a specific source-group, we start them in series so as to avoid blitzing Fireblocks.

issue: none

arajasek commented 3 months ago

The entire pingpong starting process takes about 10 minutes now (with 4 chains). It used to take about 2 mins (with 3 chains, so significantly fewer operations).