feat(gas-manager): add Gas Manager Admin API (REST) client #15

Merged
scheerenkevin merged 1 commit from feature/gas-manager-admin-api into develop 2026-08-03 04:28:19 +00:00
scheerenkevin commented 2026-08-03 04:27:36 +00:00 (Migrated from github.com)

Summary

  • GasManagerAdminClient: create/get/list/update/delete policy operations against the Gas Manager Admin REST API
  • Bearer-token auth, same retry/backoff semantics as the JSON-RPC transport (transient 429/5xx/timeouts retried, 4xx not retried)

Verified locally: hatch run lint, hatch run format-check, hatch run test (34 passed), hatch build.

Closes #5

Note: merges into develop, not the default branch main — issue closed manually after merge per repo process.

## Summary - `GasManagerAdminClient`: create/get/list/update/delete policy operations against the Gas Manager Admin REST API - Bearer-token auth, same retry/backoff semantics as the JSON-RPC transport (transient 429/5xx/timeouts retried, 4xx not retried) Verified locally: `hatch run lint`, `hatch run format-check`, `hatch run test` (34 passed), `hatch build`. ## Related Closes #5 Note: merges into `develop`, not the default branch `main` — issue closed manually after merge per repo process.
Sign in to join this conversation.
No reviewers
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!15
No description provided.