Closed thaarok closed 4 months ago
The block/header JSON serialization is duplicated between ethapi (regular RPC queries) and filters (handling of eth_subscribe(newHeads)) - this moves this serialization into a single place and ensures the same format for both.
eth_subscribe(newHeads)
The block/header JSON serialization is duplicated between ethapi (regular RPC queries) and filters (handling of
eth_subscribe(newHeads)
) - this moves this serialization into a single place and ensures the same format for both.