Rethink assignment of ids to proof nodes: Currently, the ids are inherited from the open proof sit and need to be "renewed" (->renewID) afterwards. Why don't we immediately assign unique new ids when the node is created?
Fixed and simplified. When we create PRINFO, we generate a unique id immediately. renewID is then not necessary anymore, we removed renewID. The generation of the proof tree needed only minor modification.
Rethink assignment of ids to proof nodes: Currently, the ids are inherited from the open proof sit and need to be "renewed" (->renewID) afterwards. Why don't we immediately assign unique new ids when the node is created?