maticnetwork / contracts

Smart contracts comprising the business logic of the Matic Network
https://matic.network
GNU General Public License v3.0
1.15k stars 506 forks source link

Checkpoints optimization v2 #355

Open imyourm8 opened 3 years ago

imyourm8 commented 3 years ago

Removed 3 SLOAD instructions from the loop inside checkSignatures. It results in 600k gas improvement over the previous implementation.