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
Sending proofs to the batcher in the Aligned example doesn't work. We should fix it.
Talking with the Aligned team, it seems the batcher requires a manual allocation of funds in the ServiceManager. To address it, we should add balance on the ServiceManager for the BatcherPaymentService at startup. This is needed because the ServiceManager overcharges the sender by about 2x, but always reimburses any extra. Note that this was already added, but needs testing.
The text was updated successfully, but these errors were encountered:
Sending proofs to the batcher in the Aligned example doesn't work. We should fix it.
Talking with the Aligned team, it seems the batcher requires a manual allocation of funds in the
ServiceManager
. To address it, we should add balance on theServiceManager
for theBatcherPaymentService
at startup. This is needed because theServiceManager
overcharges the sender by about 2x, but always reimburses any extra. Note that this was already added, but needs testing.The text was updated successfully, but these errors were encountered: