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

2 stars 0 forks source link

Gas Optimizations #474

Open code423n4 opened 1 year ago

code423n4 commented 1 year ago

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

deanamiel commented 1 year ago

We added zero address checks in the constructors of the Interchain executor contracts. See PR here

deanamiel commented 1 year ago

We implemented the suggestion from issue G-01 to use the delete keyword. See PR here

c4-judge commented 1 year ago

berndartmueller marked the issue as grade-b

deanamiel commented 1 year ago

Implemented the suggestion from issue G-04. See PR here