ethereum / retesteth

testeth via RPC. Test run, generation by t8ntool protocol
http://retesteth.ethdevops.io/
GNU General Public License v3.0
113 stars 75 forks source link

version 0.2.0 deveop #143

Closed winsvega closed 3 years ago

winsvega commented 3 years ago

Continue refactoring to the new paradigm where data is being read once and then transfered between logical segments in a smart pointer without making any copies. (when Filling and when possible)

the idea is to read data once, parse it, prepare for export and don't assemble back from parsed data but just alter (if needed) what we get on input.

===