code-423n4 / 2023-07-pooltogether-findings

12 stars 7 forks source link

Gas Optimizations #467

Open code423n4 opened 1 year ago

code423n4 commented 1 year ago

See the markdown file with the details of this report here.

c4-judge commented 1 year ago

Picodes marked the issue as grade-b

PierrickGT commented 1 year ago

G-01: fixed in this PR: https://github.com/GenerationSoftware/pt-v5-vault/pull/45 G-02: we can't use abi.encodePacked G-03, 04, 05: we would lose in code legibility G-06: non payable functions shouldn't be marked as payable