AElfProject / AElf

An AI-enhanced cloud-native layer-1 blockchain network. 
https://aelf.com/
MIT License
1.61k stars 265 forks source link

[BUG]On test environment Main chain and Side chain can't index block data each other #3595

Closed YueZh127 closed 4 months ago

YueZh127 commented 4 months ago

Description

The main chain and side chain can’t index each other’s block data. The BP account doesn’t automatically send the ProposeCrossChainIndexing transaction to index the side/parent chain block data. After a period of time, an error Validate block after execution failed: CrossChainValidationProvider will be reported. and the node can't generate block.

Environment

chopin-fan commented 4 months ago

The issue has been resolved. The cause was due to the parallel execution of the generation block and the generation system transaction, which has now been fixed.