Skip to content

Create interfaces for block marshalling

Christopher Schinnerl requested to merge mtlynch:block-marshalling into master

Created by: mtlynch

Create interface for marshalling type.Block and unmarshalling consensus.processedBlock. The explicit interfaces will facilitate testing of the consensus package (specifically the validHeader function).

Merge request reports