Closed mzabaluev closed 5 years ago
The signature of BlockService::upload_blocks was unwieldy for implementations. It is much simpler to have a on_uploaded_block method in the core trait that acts on a single block.
BlockService::upload_blocks
on_uploaded_block
The signature of
BlockService::upload_blocks
was unwieldy for implementations. It is much simpler to have aon_uploaded_block
method in the core trait that acts on a single block.