code-423n4 / 2022-08-fiatdao-findings

2 stars 1 forks source link

Gas Optimizations #327

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

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

gititGoro commented 2 years ago

Very well documented report! Bonus points awarded for the layout and the proof of gas consumption. As a note to other wardens, providing a before and after gas run will add significantly to your score.

Some of the improvements you highlighted were very minimal in savings but were very interesting, nonetheless. I may consider assigning all storage in assembly and setting my protected functions to payable from now on.