You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Motivation**
We are currently not matching the expected response from Hive on the
`eth_getBlockByHash` endpoint.
**Description**
- Moves `BlockSerializable` to the RPC module.
- Renames `BlockSerializable` to `RpcBlock`.
- Creates `FullBlockBody` which holds `RpcTransaction` instead of
`Transaction` to match the Hive expected output.
- Adds logic to calculate `TotalDifficulty` of blocks.
**Observations**
#307 was created to remove `TotalDifficulty` calculation logic added by
this PR. This is because this field it is not being used since the
merge, but it is still required to pass Hive tests.
Closes#269
**Motivation**
We are currently not matching the expected response from Hive on the
`eth_getBlockByHash` endpoint.
**Description**
- Moves `BlockSerializable` to the RPC module.
- Renames `BlockSerializable` to `RpcBlock`.
- Creates `FullBlockBody` which holds `RpcTransaction` instead of
`Transaction` to match the Hive expected output.
- Adds logic to calculate `TotalDifficulty` of blocks.
**Observations**
lambdaclass#307 was created to remove `TotalDifficulty` calculation logic added by
this PR. This is because this field it is not being used since the
merge, but it is still required to pass Hive tests.
Closeslambdaclass#269
The text was updated successfully, but these errors were encountered: