Peter (bitfly)

Results 11 issues of Peter (bitfly)

Use https://github.com/ConsenSys/abi-decoder to decode tx data and receipts in case a contract ABI is available

### 🤖 Generated by Copilot at 536e26d Refactored the block caching mechanism for the `LighthouseClient` to use Redis instead of memory. This enhances the efficiency and reliability of the `rpc/lighthouse.go`...

Currently we update the validator deposit leaderboard after every new deposit. The update is done by re-calculating all deposits over all validators which, given the amount of new deposits on...

### 🤖 Generated by Copilot at 7c0df7a Added turnstile integration to the frontend and backend to protect the website from excessive requests. The turnstile feature is a Cloudflare service that...

### 🤖 Generated by Copilot at ddb492c Improved Bigtable query and processing of account data in `db/bigtable_eth1.go`. Added filters, limits, and checks to avoid unnecessary work and errors.

disables writing unused indices in bigtable in the eth1indexer, adds a tool to gradually remove them from the data set.