ZuInnoTe / hadoopcryptoledger

Hadoop Crypto Ledger - Analyzing CryptoLedgers, such as Bitcoin Blockchain, on Big Data platforms, such as Hadoop/Spark/Flink/Hive
Apache License 2.0
141 stars 51 forks source link

Read operations for detecting Ethereum Block header may not read all bytes in case of network latency #39

Closed jornfranke closed 6 years ago

jornfranke commented 6 years ago

As discovered by liorregev and thankfully he provided a pull request: https://github.com/ZuInnoTe/hadoopcryptoledger/pull/38

pull request passes unit tests.

The normal block reading functionality already worked correctly, it is just about the header detection. at the same time, a similar issue might exists in the BitcoinBlock reader for header (magic) detection. Still need to be investigated.

will be added to release 1.1.2

jornfranke commented 6 years ago

fix was included in version 1.1.2