-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
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
Merge v1.1.0 beta candidate #1229
Merged
Merged
Conversation
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
Docs fix spelling issues
…xport Optimization of export genesis command
Limit bytes during response body read / NPE fix
…ation (#1201) * Add Error Handling for LevelDB Initialization * Add Error Handling for LevelDB Initialization
gRPC edge cases
Fix gRPC test due to new hencoding
* bor,helper: update seed and voting powers for producer selection * bor: minor fixes * bor: fix GetNextSpanSeed for span-id<2 * helper: (temp) set HF height for testing * bor: (temp) change default params * bor: add logs + fix query for next span * bor: modify last sprint producer case * bor: (temp) add logs for debugging * bor,helper: modify approach to get seed * bor: some cleanup * bor: use pointer receivers + add some debug logs * bor,common: fix storage of seed producer * app,bor,helper: add UTs * Reduce validators collusion chance * Additional tests * If no unique author found, return first one that is different from last author * Change settings for testing * Prevent taking seed in two consecutive spans from same author when there are other authors * Enable at zero height for testing * Add more logging * When proposing span 1, take block 1 * Test for proposing span 1 * Fix tests * Refactor * Update params * bor,helper: address TODOs * bor: add comments for getBorBlockForSpanSeed * helper: (temp) set HF height for testing * bor,helper: set HF name and height for amoy and minor error logging changes in querier * bor: fix lint --------- Co-authored-by: Angel Valkov <avalkov@polygon.technology>
* 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 --------- Co-authored-by: Raneet Debnath <raneetdebnath10@gmail.com> Co-authored-by: marcello33 <marcelloardizzone@hotmail.it>
… prerm, and postrm.profile
…p_fixes Profile and packaging fixes
* 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 <marcelloardizzone@hotmail.it> * 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 <avalkov@polygon.technology> Co-authored-by: marcello33 <marcelloardizzone@hotmail.it> Co-authored-by: Daniel Jones <djones@polygon.technology>
manav2401
approved these changes
Jan 29, 2025
pratikspatil024
approved these changes
Jan 29, 2025
avalkov
approved these changes
Jan 29, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
PR to back merge
v1.1.0-beta-candidate
tomaster
.Changes
Checklist
Testing