Open Issues Need Help
View All on GitHub Implement functions to fetch block data from Ethereum node about 2 months ago
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