Results 195 issues of Green Baneling

The next query return an empty response. ```query query { transactionsByOwner(owner: "0x5502f46f90c3c68c85489b1f57ae6146c81e8549daf408574e3a9a0bb80c4ba0", last: 10) { nodes { id } } } ``` We had the same problem in the past...

good first issue

## Overview Some Ethereum RPC provides usually don't allow more than `10_000` events per response. Because of that, setting a big value for `--relayer-log-page-size` may lead to a stuck synchronization...

good first issue

## Overview The `fuel-core-sync` service has a single stream of events where processes result sequentially. In several parts of the stream, we request data from another peer in parallel to...

nit: we shoould probably have an issue for this _Originally posted by @Dentosal in https://github.com/FuelLabs/fuel-core/pull/2324#discussion_r1797036490_

tech-debt

The cost `2` is very small for the opcode that requires access to the storage to read the block. We need to investigate why it is 2(maybe storage is empty...

good first issue