Leonid Tyurin

Results 14 issues of Leonid Tyurin

`convertParam` function doesn't handle arrays. When it converts an integer array property (prisma type is `Int[]`) it tries to parse it as a `Number` and it leads to undefined behaviour....

* Add `lookup-methods` post-action handler for solidity verifier service. * Update tests

GRPC router implementation in `eth-bytecode-db` is missing the `DatabaseServer` service. https://github.com/blockscout/blockscout-rs/blob/edb610be4283978164d557598fd16917028b90c5/eth-bytecode-db/eth-bytecode-db-server/src/server.rs#L35-L52

There are a lot of empty batch metadata requests which are considered invalid. Example metadata service log: ``` WARN HTTP request{method=GET endpoint=/api/v1/metadata request_id=0021ab51-45c9-4bcd-8169-2f2e3369b360 duration=23 unit="microsecond" exception.message=Client specified an invalid argument:...

Add a proxy endpoint for public tag text search. Metadata service paginated search endpoint: `/api/v1/tags:search` Service swagger: https://app.swaggerhub.com/apis/lok52/metadata/1.0.0#/ `/api/v1/tags:search` can be used for quick search (you can specify page size...

## Summary by CodeRabbit - **New Features** - Search results now showcase high-resolution token icons, offering clearer and more visually appealing displays.

feat

## Summary by CodeRabbit - **New Features** - Enabled multichain domain lookups, allowing users to query domain information across multiple blockchain networks. - Introduced a dedicated API endpoint with customizable...

feat

Multichain Aggregator service MVP: - [x] - import API #1104 - [x] - search for raw imported data #1105 - [x] - search for Dapps #1146

## Summary by CodeRabbit ## Release Notes - **Dependencies** - Added `contracts-info-proto` dependency across multiple packages - Updated dependency configurations in Cargo.toml files - **Client Modifications** - Improved token information...