neo-project/neo

Remove some `IsHardFork` logic

Open

#4,455 opened on Jan 23, 2026

View on GitHub
 (1 comment) (1 reaction) (0 assignees)C# (1,020 forks)batch import
Help Wanted

Repository metrics

Stars
 (3,433 stars)
PR merge metrics
 (Avg merge 2d 2h) (13 merged PRs in 30d)

Description

IsHardfork logic ensure that we have safe updates, but I'm sure there are some conditionals that can be removed safely and it could improve the code readability and performance.

The process of remove one of this condition is sync mainnet and testnet with and without the condition (each one) can someone make this in order to detect which conditions can be removed?

Thanks!

Contributor guide