ExocoreNetwork / exocore-contracts

5 stars 5 forks source link

ci: slither checks #37

Closed MaxMustermann2 closed 4 months ago

MaxMustermann2 commented 4 months ago

While some work has been done towards the repo being free from slither complaints, there are still some remaining (which may even be false alarms). For example, it complains about ExocoreGateway.markBootstrapOnAllChains even with a reentrancy guard added to it.

MaxMustermann2 commented 4 months ago

Related: #35, but that does not fix this issue.