plugeth/plugins/wrappers
philip-morlier bb33c798de Fixed a patch in the engine wrapper.
In order to keep our utils interfaces as generic as possible across chains I added a "dummySeals" []bool to the engine wrapper. Up until now the slice was
a fixed size. From this point it has the same length as the []*headers argument also passed into the same function.
2023-09-10 13:29:51 -07:00
..
backendwrapper Changes made to support unity across all plugeth projects with resepct to consensus engine. 2023-07-31 12:43:06 -07:00
engine Fixed a patch in the engine wrapper. 2023-09-10 13:29:51 -07:00
wrappers.go Initial commit of stand alone consensus engine work. 2023-06-12 09:52:46 -07:00