EIP-3044: Add basefee to eth_getBlockByNumber

EIP-1559 introduces a base fee per gas in protocol.
This value is maintained under consensus as a new field in the block header structure.
This change should be reflected in RPC methods that return block header information.