You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We looked at this together and found that getDynamicRedeemAmount() seems to be very inefficient - spamming the RPC endpoint in parallel with a getBalances() for every TCO2 in the pool! This causes the three BCT tests to be extremely slow, hitting mocha timeout and other weird behaviour.
Currently CI is broken in
main
and hence for all PRs.@GigaHierz Any chance you'd have time to look at this?
The text was updated successfully, but these errors were encountered: