Commit graph

2 commits

Author SHA1 Message Date
Stephen Buttolph
749b6cefda
feat: expose additional ethapi servers (#245)
## Why this should be merged

Required for SAE to support more of the required APIs. I left out the
account and personal APIs, as we really shouldn't be managing any keys
on the node.

## How this works

Follows the same style that already existed. Additionally, copied the
upstream description for the types.

## How this was tested

Only local testing (although the prior functions were also not tested)
2025-11-14 12:04:01 -05:00
Arran Schlosberg
2d94327f8d
feat: partially expose internal/ethapi package (#182)
## Why this should be merged

Exposes API implementations for use by SAE.

## How this works

Type aliases and constructor propagation.

## How this was tested

N/A
2025-05-27 10:29:35 -04:00