iroha
iroha copied to clipboard
Compress Code in sumeragi main loop
As of now the code in the sumeragi main loop has been very explicit. This was done in order to get a clear view of the actual operations that were being done. Now that we have a working reimplementation it is time to recompress commonly done operations into their own functions.