-
Notifications
You must be signed in to change notification settings - Fork 9
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
Move AA Service URLs to Networks Table #386
Comments
@chibie I'd like to take this issue. |
I’m interested in this one. |
I’d like to resolve this. |
May I take this issue on? |
Could I take a shot at this? |
Can I tackle this one? |
Can I take care of this issue? |
Holla i'm Vestor, I'm an experienced frontend developer and a smart contract developer and i would love to take on this issue. |
Can I take this from here? |
May I pick this up? |
I’d like to work on this. |
Hey team, this is going to be my first ODboost this time. |
Hi everyone, This issue will be assigned soon. We are working to resolve a bug on the repo, after which it'll be assigned. |
Is this issue still available? |
@demola234 This ticket is assigned to you. |
@demola234 have you started work on this ticket? |
May I take this issue on? |
User Story
As a backend developer, I want to store bundler and paymaster URLs in the networks table so that new networks can be added without code changes and URLs can be updated via the database.
Acceptance Criteria
GIVEN the networks table is updated
WHEN checking its schema
THEN it should have new columns for
bundler_url
andpaymaster_url
GIVEN a new network is added
WHEN specifying its AA service URLs
THEN they should be configurable via database entry
GIVEN the code changes are deployed
WHEN getting AA service provider details
THEN it should be inferred from the supported URL patterns ("api.stackup", "api.biconomy", or "api.pimlico")
Tech Details
Add new columns to networks table:
Update Network entity (
ent/schema/network.go
):Update
userop.go
:Generate ent migration file for postgres db (refer https://entgo.io/docs/getting-started#generating-migrations)
Notes/Assumptions
Open Questions
The text was updated successfully, but these errors were encountered: