-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New propose span msg * helper: temporarily set antevortaHeight for testing * bor: fix nil author clause * bor: fix TestProposeSpanOne and TestGetNextSpanSeed * bor: avoid nil ptr deref * Add support for new msg propose span in cli and rest * Enable all hardforks at zero height * helper: temporarily add non-zero hf heights for testing * bor: fix handler * When proposing span query height from the node * Enable all forks on zero height * Add temporary commands to test malicious cases * Add temporary commands to test malicious cases * Let the bridge propose only the first two spans * Dont enable antevorta from zero height * Restrict new msg pre-hardfork * set non-zero height for antevorta * Add debug logging * Lower enable fork height * Clean up * Cleanup * Fix lint * Fix comments * fix: nil logger * Unify how we check for Jorvik height * Allow new and old span propose messages only at correct heights in PostHandle * Propose span only if proposedSpanID-2 is finished * Propose span only if proposedSpanID-2 is finished * rm: useless tests (#1223) Co-authored-by: marcello33 <[email protected]> * bor,bridge,helper: rename antevorta to danelaw fork * bor,bridge: rebase and renaming to danelaw * Fix rollback command (#1217) * cmd: fix rollback * cmd: init rootmultistore from given db * cmd: disable rollback * align go deps * cmd: renable rollback * Rename Antevorta to Danelaw in error logs * helper: set danelaw height for amoy * Fixes for profiles, removing some unecessary postinst file, update to prerm, and postrm.profile --------- Co-authored-by: Angel Valkov <[email protected]> Co-authored-by: marcello33 <[email protected]> Co-authored-by: Daniel Jones <[email protected]>
- Loading branch information
1 parent
628f019
commit 58bd98e
Showing
18 changed files
with
86 additions
and
1,558 deletions.
There are no files selected for viewing
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
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
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.