Andrey Varfolomeev

Results 3 issues of Andrey Varfolomeev

I register tortoise via ```python register_tortoise( app, db_url=settings.database_url, modules={"models": settings.models}, generate_schemas=True, add_exception_handlers=True, ) ``` in ```python @app.on_event("startup") async def startup_event(): ``` My models: ```python import re from pydantic import BaseModel...

### Describe the Feature As I see, JSON RPC send block size in response. And also JSON RPC send transaction gas. At the moment of object serialization, the library removes...

enhancement

Integration of [mini.files](https://github.com/echasnovski/mini.files) It's work, but I don't understand why after applying action filetype is resetting. Do you have the idea why it happens?