40,000 USDC
View results
Submission Details
Severity: gas

Use solidity version 0.8.19 to gain some gas boost

Summary

Upgrade to the latest solidity version 0.8.19 to get additional gas savings.

See latest release for reference: https://blog.soliditylang.org/2023/02/22/solidity-0.8.19-release-announcement/

Proof Of Concept

File: src/Escrow.sol
2: pragma solidity 0.8.18;

Escrow.sol#L2

File: src/EscrowFactory.sol
2: pragma solidity 0.8.18;

EscrowFactory.sol#L2

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.