hexresearch / hschain

Other
4 stars 0 forks source link

Immutable proposal storage #517

Closed Shimuuar closed 4 years ago

Shimuuar commented 4 years ago

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

Tests pass but another review is still needed