Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix AlignedLayer example not processing proofs #197

Open
MegaRedHand opened this issue Jan 22, 2025 · 0 comments
Open

Fix AlignedLayer example not processing proofs #197

MegaRedHand opened this issue Jan 22, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@MegaRedHand
Copy link
Collaborator

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.

@MegaRedHand MegaRedHand added the bug Something isn't working label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant