-
Notifications
You must be signed in to change notification settings - Fork 490
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
Chg: Changed the maximum automatic rewind length from 256 to 126 #1129
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #1129 +/- ##
===========================================
+ Coverage 56.01% 56.04% +0.03%
===========================================
Files 658 658
Lines 114494 114494
===========================================
+ Hits 64136 64171 +35
+ Misses 46498 46455 -43
- Partials 3860 3868 +8 ☔ View full report in Codecov by Sentry. |
* integration-tests: update ipc path on ci tests * added devnetBorFlags in matic-cli-config.yml --------- Co-authored-by: Pratik Patil <[email protected]>
* add : amoy flags and genesis * minor fix * add : amoy.json in internal/cli/server * disable : peer check in mining for Amoy * add : amoy genesis hash * add amoy testnet deployment entries * update : amoy genesis * fix typos * add : post london forks + burn contract * add : amoy genesis hash * bump : version meta to amoy (#1092) * add : amoy bootnodes * chg : maxpeers of amoy val to 3 from 1 * bump : version to v1.1.0-amoy-2 * add : amoychain worker restriction on peercount --------- Co-authored-by: sreevalsanmr <[email protected]>
Closing as this change has been picked in v1.2.4-beta-candidate and will be back merged to develop |
Description
Have changed the automatic rewind length in the situation of checkpoint or milestone mismatch
from 256 to 126 as we have TriesInMemory size of 128. Keeping it 256 could have unexpected output.