snowblossomcoin / snowblossom

Snowblossom Cryptocurrency
Apache License 2.0
68 stars 29 forks source link

some sort of tx bug #197

Closed fireduck64 closed 3 years ago

fireduck64 commented 3 years ago

Mar 22, 2021 12:05:19 PM snowblossom.node.ShardBlockForge getBlockTemplate WARNING: Validation failed in block fleshOut: snowblossom.lib.ValidationException: No matching output for input 2c6cc99d31e0cbf04ffaaaca8192001eb37dbe37280bc3d2151bbc824439e949 Mar 22, 2021 12:05:19 PM snowblossom.node.ShardBlockForge getBlockTemplate WARNING: Validation failed in block fleshOut: snowblossom.lib.ValidationException: No matching output for input 2c6cc99d31e0cbf04ffaaaca8192001eb37dbe37280bc3d2151bbc824439e949

fireduck64 commented 3 years ago

Had to do with MemPool output tracking with cross shard outputs. In short, the mempool was willing to try to spend outputs that should be going to other shards. This was correctly rejected by the validator.

The mempool has been fixes.