Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dag sync test case use 0 as fork number (#4130)
* use 0 as fork number * fix some test case that uses 0 as fork number * check the blues returned by the ghostdata whether it is empty * use genesis config to get the dag fork number * fix clippy * basic sync dag test case pass * fix all sync test case running in the dag using the genesis config * 1, use match to determine the way of the execution and verification 2, return test message in apply failed function * fix test_flexidag_config_get_for_halley * add dag test genesis * add is dag test in test_example_config_compact * remove the used files and codes * fix test_custom_genesis * add is dag test beside the is test * fix test_generated_schema_are_up_to_date_in_git * fix fmt * add dag test in node.json * add check genesis identical between two nodes in test_sync_dag_blocks * return error if no blue uncle found, no expect no panic * add test case test_dag_uncles * fix genesis generating problem * renew halley genesis * renew halley genesis * renew halley genesis * remove the dag init in dag block execution process * 1, change dag type to chain type 2, remove dag genesisi enum in chain type * use 0 as fork number * fix some test case that uses 0 as fork number * check the blues returned by the ghostdata whether it is empty * use genesis config to get the dag fork number * fix clippy * basic sync dag test case pass * fix all sync test case running in the dag using the genesis config * 1, use match to determine the way of the execution and verification 2, return test message in apply failed function * fix test_flexidag_config_get_for_halley * add dag test genesis * add is dag test in test_example_config_compact * remove the used files and codes * fix test_custom_genesis * add is dag test beside the is test * fix test_generated_schema_are_up_to_date_in_git * fix fmt * add dag test in node.json * add check genesis identical between two nodes in test_sync_dag_blocks * return error if no blue uncle found, no expect no panic * add test case test_dag_uncles * fix genesis generating problem * renew halley genesis * renew halley genesis * renew halley genesis * remove the dag init in dag block execution process * 1, change dag type to chain type 2, remove dag genesisi enum in chain type * Fix clippy * rebase dag master * add new dag block subscribe --------- Co-authored-by: 0xa <[email protected]>
- Loading branch information