dionyziz / popow

Research and implementation for non-interactive blockchain proofs of proofs of work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove while loops from backbone entities

dionyziz opened this issue · comments

Backbone entities do not need while loops. Instead, the code should be what they will execute when the environment invokes them. They also need a description of initialization. This will require mentioning that the initial state of the chain variable C is ε. Furthermore it will require changing the full node and miner code.