balancer / balancer-exchange

Exchange dapp for token swaps
https://balancer.exchange
GNU General Public License v3.0
95 stars 104 forks source link

node times out because of eth_call with very large parameters #203

Open p0s opened 3 years ago

p0s commented 3 years ago

Our users noticed that they can't use Balancer in our imToken wallet app right now.

We checked and found that because balancer uses an eth_call with very large parameters our Node can't handle it.

Is there a way for you to change the eth_call parameters?

p0s commented 3 years ago

To followup:

The issue imToken wallet users can't use Balancer. (See above)

Significance

  1. 4 users complaint. We had 50-150 daily unique users who did transactions on Balancer before. So a significant amount.
  2. This issue possibly effects more than just imToken.

Solution It's hard for us to solve from our end, because it's our standard geth node that can't handle it.

Could you solve it on your end?