TU-ADSP / Blockchain-Logging-Framework

This framework provides advanced querying and logging capabilities for Ethereum and Hyperledger blockchains.
Other
7 stars 5 forks source link

#131 - remove unused classes in hyperledger #135

Closed daniil-romanchenko closed 3 years ago

daniil-romanchenko commented 3 years ago

e2e tests are successfully finished:

Screenshot 2021-01-21 at 11 58 34

Closes #131

Apart from deleting unused classes (reader folder) in hyperledger, I've also moved classes folder to ethereum. It seems, they are only specific for ethereum. Apparently classes folder was accidentally added to hyperledger.

I've also removed reader from the HyperledgerProgramState and buildBlockRange from the specification composer since they were unused.

Please review!