[Ethereum is deprecating totalDifficult](https://github.com/ethereum/execution-apis/pull/570) and we should prepare accordingly. The change would be here: https://github.com/airalab/hs-web3/blob/master/packages/ethereum/src/Network/Ethereum/Api/Types.hs#L282 for backwards compatibility, we can just make a Maybe: ``` , blockTotalDifficulty :: !(Maybe Quantity) ```
Ethereum is deprecating totalDifficult and we should prepare accordingly.
The change would be here:
https://github.com/airalab/hs-web3/blob/master/packages/ethereum/src/Network/Ethereum/Api/Types.hs#L282
for backwards compatibility, we can just make a Maybe: