fix: update logic of taining/force_computation
Logic of unfreeze is changed:
- If a node is frozen, it will be unfrozen and tainted. No need to force computation
Logic of tainting is changed:
- If computation of node is forced, it will not force computation of children, but they will be tainted
Edited by Vitalii Zavadskyi