Skip to content
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

Closed
wants to merge 18 commits into from

Conversation

VAIBHAVJINDAL3012
Copy link
Contributor

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.

@VAIBHAVJINDAL3012 VAIBHAVJINDAL3012 requested a review from a team January 17, 2024 22:35
Copy link

codecov bot commented Jan 17, 2024

Codecov Report

Attention: 21 lines in your changes are missing coverage. Please review.

Comparison is base (6801260) 56.01% compared to head (35c0fe6) 56.04%.

❗ Current head 35c0fe6 differs from pull request most recent head 396ddf9. Consider uploading reports for the commit 396ddf9 to get more accurate results

Files Patch % Lines
core/genesis.go 0.00% 13 Missing ⚠️
params/config.go 0.00% 3 Missing ⚠️
eth/bor_checkpoint_verifier.go 0.00% 2 Missing ⚠️
params/bootnodes.go 0.00% 2 Missing ⚠️
miner/worker.go 0.00% 0 Missing and 1 partial ⚠️
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.
📢 Have feedback on the report? Share it here.

@anshalshukla anshalshukla changed the title Chg: Changed the maximum automatic rewind length from 256 to 126 Chg: Changed the maximum automatic rewind length from 256 to 128 Jan 18, 2024
@anshalshukla anshalshukla changed the title Chg: Changed the maximum automatic rewind length from 256 to 128 Chg: Changed the maximum automatic rewind length from 256 to 126 Jan 18, 2024
manav2401 and others added 17 commits January 24, 2024 03:31
* 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]>
@temaniarpit27
Copy link
Contributor

Closing as this change has been picked in v1.2.4-beta-candidate and will be back merged to develop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants