neo-project/neo

Remove some `IsHardFork` logic

Open

#4455 opened on Jan 23, 2026

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

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