planetarium / libplanet

Blockchain in C#/.NET for on-chain, decentralized gaming
https://docs.libplanet.io/
GNU Lesser General Public License v2.1
505 stars 139 forks source link

Fix `ConsensusContext.CreateContext()` #3824

Open greymistcube opened 2 weeks ago

greymistcube commented 2 weeks ago

There are numerous issues related to this problem.

It is hard to know the full extent of the problem as this may cause issues on very non-trivial edge cases. The issue is farther exacerbated by having the value of Height becoming further asynchronous with the state of BlockChain the ConsensusContext is referencing.