1 Open Issue Need Help Last updated: Sep 11, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue aims to implement functions within `internal/eth/block.go` to fetch Ethereum block data. Key tasks include retrieving the latest block number, fetching a block by its number, converting raw transactions into a `models.Transaction` format, and robust error handling. The implementation should leverage `go-ethereum`'s `ethclient` and return data as `models.Block`, ensuring timestamps and transaction counts are included.

Complexity: 3/5
help wanted