Zilliqa / zq2

Zilliqa 2.0 code base
Apache License 2.0
9 stars 0 forks source link

Extend `eth_` block responses with ZQ2-specific fields #963

Closed JamesHinshelwood closed 3 months ago

JamesHinshelwood commented 4 months ago

Blocks returned from eth_ APIs should additionally return:

Block header

QC = Quorum Certificate

Aggregated QC

Make sure we document the exact specification of these fields when we implement them.

DrZoltanFazekas commented 4 months ago

Treat #979 as a prerequisite

bzawisto commented 3 months ago

Fixed by https://github.com/Zilliqa/zq2/pull/1047