ethereum / ethereumj

DEPRECATED! Java implementation of the Ethereum yellowpaper. For JSON-RPC and other client features check Ethereum Harmony
GNU Lesser General Public License v3.0
2.17k stars 1.09k forks source link

Move Memory, Stack and Storage out of core #640

Open zilm13 opened 7 years ago

zilm13 commented 7 years ago

Make usage of Memory, Stack, Storage, ProgramTrace optional. Refactor to use ProgramTrace only via callback. Remove trace specific options from core (like compression).

zilm13 commented 7 years ago

@eugene-shevchenko am I correct?

95jonpet commented 6 years ago

Greetings. I would gladly work on this with four others as part of our education as masters in computer science. Is this still wanted?