Gas Manager Sponsorship API (JSON-RPC) client #6

Closed
opened 2026-08-03 04:10:51 +00:00 by scheerenkevin · 1 comment
scheerenkevin commented 2026-08-03 04:10:51 +00:00 (Migrated from github.com)

Why

Sponsorship of UserOperations (paymaster data) happens via JSON-RPC methods like alchemy_requestGasAndPaymasterAndData, separate from Admin API policy management.

Scope

  • Wrapper(s) over the shared JSON-RPC transport for sponsorship methods, starting with alchemy_requestGasAndPaymasterAndData
  • Depends on: Core JSON-RPC transport layer issue

Acceptance criteria

  • GasManagerSponsorshipClient (or similar) exposes sponsorship method(s) with typed models
  • Mocked-HTTP tests via respx
## Why Sponsorship of UserOperations (paymaster data) happens via JSON-RPC methods like `alchemy_requestGasAndPaymasterAndData`, separate from Admin API policy management. ## Scope - Wrapper(s) over the shared JSON-RPC transport for sponsorship methods, starting with `alchemy_requestGasAndPaymasterAndData` - Depends on: Core JSON-RPC transport layer issue ## Acceptance criteria - [ ] `GasManagerSponsorshipClient` (or similar) exposes sponsorship method(s) with typed models - [ ] Mocked-HTTP tests via `respx`
scheerenkevin commented 2026-08-03 04:30:32 +00:00 (Migrated from github.com)

Merged into develop via #16.

Merged into develop via #16.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
kevin/alchemy-wallet-client#6
No description provided.