-
Notifications
You must be signed in to change notification settings - Fork 561
Updating enodes in the amoy packaging #1927
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
base: develop
Are you sure you want to change the base?
Conversation
Remove unnecessary time sleep in prepare
…vent node stall (0xPolygon#1929) * fix(miner): delete pending task after successful block sealing to prevent node stall * chore: nits * chore: set staleThreshold to 0 * chore: update comment
v2.5.5 release
* Revert recorded write operations when tx fails * Revert selfdestruct on failure * Added test for selfdestruct revert write * Add HasSelfDestructed check when applying to final db * p2p: added functionality to temporarily ban peers to prevent connections (0xPolygon#1922) * p2p: added functionality to temporarily ban peers to prevent connections * p2p: cleanup * chore: bump kurtosis-pos (0xPolygon#1923) * chore: bump kurtosis-pos * chore: nits * chore: install go * fix(miner): delete pending task after successful block sealing to prevent node stall (0xPolygon#1929) * fix(miner): delete pending task after successful block sealing to prevent node stall * chore: nits * chore: set staleThreshold to 0 * chore: update comment * Remove Recommit and Fix Parent Actual Time track on Prepare (0xPolygon#1938) * remove recommit and track parent actual time * applying pr comments * fix actual time cache store place * chore: update deps (0xPolygon#1939) chore: update deps * bump version * bump version * stable version --------- Co-authored-by: Angel Valkov <avalkov@polygon.technology> Co-authored-by: Marcello Ardizzone <marcelloardizzone@hotmail.it> Co-authored-by: Pratik Patil <pratikspatil024@gmail.com> Co-authored-by: Krishang <109511742+kamuikatsurgi@users.noreply.github.com> Co-authored-by: kamuikatsurgi <shahkrishang11@gmail.com>
This reverts commit 85b5ef7.
…andidate Revert "V2.5.6 candidate"
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1927 +/- ##
===========================================
- Coverage 47.93% 47.91% -0.03%
===========================================
Files 844 844
Lines 144067 144071 +4
===========================================
- Hits 69062 69029 -33
- Misses 70479 70508 +29
- Partials 4526 4534 +8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|



Description
Please provide a detailed description of what was done in this PR
Changes
Breaking changes
Please complete this section if any breaking changes have been made, otherwise delete it
Nodes audience
In case this PR includes changes that must be applied only to a subset of nodes, please specify how you handled it (e.g. by adding a flag with a default value...)
Checklist
Cross repository changes
Testing
Manual tests
Please complete this section with the steps you performed if you ran manual tests for this functionality, otherwise delete it
Additional comments
Please post additional comments in this section if you have them, otherwise delete it