ethereumproject / go-ethereum

Go language implementation of the original/classic design of the Ethereum protocol
GNU Lesser General Public License v3.0
443 stars 166 forks source link

EIP-658 implementation #679

Closed tzdybal closed 6 years ago

tzdybal commented 6 years ago

Implementation is ready, rebased to the top of ecip1045 branch. I'm writing more unit tests, as this feature is consensus related. I wan't to manually test compatibility of Receipt RLP encoding/decoding with parity to be 100% sure of implementation.

whilei commented 6 years ago

LGTM :green_salad:

whilei commented 6 years ago

geez... AppVeyor failed to assign job to 'gce' build environment after 3 attempt(s). The envronment is either unavailable or there are no free workers, however alternate build environment was not configured by the system administrator. Please try again later.

https://ci.appveyor.com/project/splix/go-ethereum/builds/19696810

whilei commented 6 years ago

@tzdybal PTAL ;)