waclaw-claw 2d95bd3baa feat: add transaction search functionality
- Add search endpoint to backend (GET /api/v1/transactions/search)
- Support search by transaction hash (partial match) or block height
- Add search bar UI to TransactionsTable component
- Increase default page size from 10 to 50 transactions
- Add Block Height and Block Slot columns to transaction table
- Debounce search input (300ms) for better UX

Fixes:
- Fix health endpoint JSON serialization
- Fix main.py import path
2026-03-28 03:16:02 -04:00
..
2026-02-16 19:10:21 +04:00
2025-10-30 15:00:06 +01:00