You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2026. It is now read-only.
Add response_model to FastAPI routes for OpenAPI schema generation
- Add response_model and response_model_exclude_none to all route endpoints
- Simplify RequestAdapter by replacing openapi dict access with simple version key
- Fix Address model with explicit tags field using Field(exclude=True)
- Remove empty schemas directory
- Fix list_block_txs to return list[Union[TxUtxo, TxAccount]] instead of Txs
0 commit comments