celo-org / op-geth

GNU Lesser General Public License v3.0
0 stars 0 forks source link

ethclient allow empty uncles #228

Closed piersy closed 2 months ago

piersy commented 2 months ago

The first blocks of the celo chain (till gingerbread) lacked the uncles field, so to support retrieving them with the ethclient.Client this modification is required.

Discovered through https://github.com/celo-org/celo-blockchain-planning/issues/363