Switch proposal storage from mutable state to immutable data structure inside TMState this allows us to communicate with P2P using single TVar which is much simple and makes it easier to implement migrations
Bug in handling proposal storage was uncovered. We didn't updated that we
Switch proposal storage from mutable state to immutable data structure inside
TMState
this allows us to communicate with P2P using single TVar which is much simple and makes it easier to implement migrationsBug in handling proposal storage was uncovered. We didn't updated that we
Tests pass but another review is still needed