-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the block header to ensure compatibility with future updates (#…
…4175) * add sync process compare log * add main value * enlarge the number of buffer size * sync the block as a single chain * check the selected parent only * not a future block is its selected parent executed but other parents * ensure the selected parent only * recover the single chain code to pass the test code * add pruning logic and compatible logic fix some test cases * fix clippy * fix test case * remove some single chain test case * fix clippy * fix flexdag's test case * add proxima update number * fix clippy and remove the testing logs * fix clippy * fix test case test_handshake_message * remove the unused code and fix test cases * remove the used testing code * add rational random to pass the deserialization verification * generated new schema * merge dag-master * fix storage test case * comment the helly test case which contains a request to the online halley server which needs to be updated in the lastest release * fix bugs: blockmeta changes into latest version * add update db code * comment the structs that cannot be checked by json and should be tested in other testcase * add dag db update * update dag db * update dag db * add version in genesis config * add new config * rm genesis config to update the config * fix clippy and fmt * skip the parents checking for genesis * vega 3200000 will be version 1 halley 3000000 will be version 1 * vega 3300000 to version 1 halley 3100000 to version 1 remove the singel chain sync * pull all parents block
- Loading branch information
1 parent
565aa3b
commit ee335e6
Showing
85 changed files
with
2,622 additions
and
2,482 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.