cerc-io / go-ethereum

Read-only mirror of https://git.vdb.to/cerc-io/go-ethereum (Statediffing-fork of the official Go implementation of the Ethereum protocol)
https://git.vdb.to/cerc-io/go-ethereum
GNU Lesser General Public License v3.0
13 stars 4 forks source link

Fix and test WriteStateDiffAt #358

Closed roysc closed 1 year ago

roysc commented 1 year ago

Make the JobStatus fields public so it's actually usable; fix and add a basic unit test for the method.

Resolves https://github.com/cerc-io/go-ethereum/issues/355 See https://github.com/cerc-io/go-ethereum/issues/356#issuecomment-1493438343

Port of https://github.com/cerc-io/go-ethereum/pull/357 to v5