planetarium / lib9c

Lib9c is a library that contains key implementations of Nine Chronicles, a decentralized RPG developed with Libplanet. Lib9c includes Nine Chronicle's key features like in-game decisions and data models, which can be used to implement game core capabilities.
https://nine-chronicles.com/
GNU General Public License v3.0
26 stars 39 forks source link

`InvalidStateRootHashException` in block `#7142534` #2074

Open area363 opened 1 year ago

area363 commented 1 year ago
Block #7142534 bacf5c392c20778e96cb5fc3cfcf4e393b392a794a16196a8c3fbe2a5a5253de's state root hash is a1d1c07ef3922098c1de722f8562f392e5c0828f8a1d1c6af170fec1c66c9267, but the execution result is de9b97d09de863c0f56c1f4d21fb3ce50b7c8ec717c375df171caffa98c08b65.

Block Info: https://9cscan.com/blocks/7142534

The execution result is successful in lib9c 0.2.0 but fails beginning with version 0.3.0 (https://github.com/planetarium/lib9c/compare/0.2.0...0.3.0)

area363 commented 1 year ago

Another InvalidStateRootHashException in block #7206066

Block Info: https://9cscan.com/blocks/7206066

The execution result is successful in lib9c 0.2.1 but fails from version 0.3.0 (https://github.com/planetarium/lib9c/compare/0.2.1...0.3.0)