We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import_block.sh barnard ~/.starcoin/barnard
It shows that
current number 8841542, import [8911543,8921542] block number load blocks from file use time: 65 Error: Verify block header failed: Invalid block: Unexpect block number, expect:8841543, got: 8911543
see the block_list has gap
block_8831543_8841542.csv block_8911543_8921542.csv
2.main
import_block.sh main ~/.starcoin/main
current number 8905514, import [8975515,8985514] block number load blocks from file use time: 85 Error: Verify block header failed: Invalid block: Unexpect block number, expect:8905515, got: 8975515.
could we skip it? Starcoin version: master
Current behavior:
Expected behavior:
Steps to reproduce:
Related code:
insert short code snippets here
Other information:
The text was updated successfully, but these errors were encountered:
Barnard and main sync block manifest file had been fixed. However export snapshot cmd seems not working properly, we can dig the reason from here:
chain height 9479187 snapshot block cur height 9479040 old height 8908080 state_node nums 55624 state_node_prev nums 55624 export snapshot use time: 986
manifest file
acc_node_block 9479040 0xd6f6058fed48734b542ffaa8dd5d5db7b9faa0fc912cd9fc12d4fcce859eefde block 9479040 0x74935e665469eb3a00e1295f13fc6dc005ea512878e176b1089c4172c739501c block_info 9479040 0x74935e665469eb3a00e1295f13fc6dc005ea512878e176b1089c4172c739501c acc_node_transaction 10529903 0x7a58bc2472606305a0ece1b047219af56ccef3e560beea84d5b562400c1c8d54 state_node 55624 0x8a0f07069217c460fadd98c5e218241fee894b947c0ae3ea49c62fa32f382de0 state_node_prev 55624 0x19b9e9966aec90914907b9b031affdcef9adfa338057ad2198b7cd4054d2f227
actual result
wc -l acc_node_block block block_info acc_node_transaction state_node state_node_prev 9669040 acc_node_block 9668040 block 9668040 block_info 10751903 acc_node_transaction 55624 state_node 55624 state_node_prev
Sorry, something went wrong.
It looks like an attempt to jump from the block number 8905515 to 8975515, with 70,000 of blocks in the middle, this is obviously impossible to ignore
welbon
No branches or pull requests
Bug Report
It shows that
see the block_list has gap
2.main
It shows that
could we skip it?
Starcoin version:
master
Current behavior:
Expected behavior:
Steps to reproduce:
Related code:
Other information:
The text was updated successfully, but these errors were encountered: