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
Attempt to integrate removal of Annotator into consensus and network layers:
revealed that Annotator approach is needed for decoding of blocks in streaming fashion
it also revealed that decoding in streaming fashion was never implemented in the network layer, but it needs to be. So, Network team will work on that.
incremental decoding of blocks is implemented in the consensus layer, when blocks are being fetched from immutable database. However, there was no functionality to
The text was updated successfully, but these errors were encountered:
PR #4968 needs to be reverted
Attempt to integrate removal of Annotator into consensus and network layers:
The text was updated successfully, but these errors were encountered: