Amirul Ashraf

Results 49 issues of Amirul Ashraf

Fixes | Closes | Resolves # > Anything marked as optional that you didn't need to fill in, please remove it from the PR description. Choose one of the keywords...

## Changes: - Connect invalid block chain ahead of time. ## Types of changes What types of changes does your code introduce? _Put an `x` in the boxes that apply_...

Validate terminal blockhash if explicitly specified. ## Changes: - Added a validation in HeaderValidator to check if terminal block have the same hash as configured. - Can't really set a...

Resolves #4153 ## Changes: - Exit early on initialization step error - Also make sure exit code is non-zero on error. ## Types of changes - [ ] Bugfix (non-breaking...

Print PoS banner when terminal block is reached. ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [X] New feature (non-breaking change which adds...

Fixes | Closes | Resolves # > Anything marked as optional that you didn't need to fill in, please remove it from the PR description. Choose one of the keywords...

Fix issue where when restarting after some time, and sync pivot is updated to be ahead of what has already synced, beacon header sync will not download back to processed...

It was observed that peer that get added via `PeerPoolOnPeerAdded` does not get filtered for disconnect delay or chainid. This result int reconnecting to peers that was already known to...

In DropUselessPeers, peer with lowest head number is dropped. With FCU peer refreshing, all peer that is not dropped, have the same head number. This causes the peer that get...

Fixes issue with old bodies download capped by unknown force. ## Changes: - Enable multithreading on main deserialiation execution group. ## Types of changes What types of changes does your...