Skip to content

Commit

Permalink
fix: slither v2 action and slither issues (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito authored Aug 6, 2024
1 parent 8389089 commit 141f951
Show file tree
Hide file tree
Showing 57 changed files with 1,117 additions and 574 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/slither_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ jobs:
with:
sarif: results.sarif
node-version: "21.1.0"
fail-on: none
slither-config: "v2/slither.config.json"
solc-version: "0.8.26"
fail-on: medium
target: "v2/"

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
Expand Down
39 changes: 4 additions & 35 deletions v2/pkg/erc20custody.sol/erc20custody.go

Large diffs are not rendered by default.

35 changes: 2 additions & 33 deletions v2/pkg/erc20custodyechidnatest.sol/erc20custodyechidnatest.go

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions v2/pkg/gatewayevm.sol/gatewayevm.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion v2/pkg/gatewayevm.t.sol/gatewayevminboundtest.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion v2/pkg/gatewayevm.t.sol/gatewayevmtest.go

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions v2/pkg/gatewayevmechidnatest.sol/gatewayevmechidnatest.go

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion v2/pkg/gatewayevmupgradetest.sol/gatewayevmupgradetest.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions v2/pkg/gatewayevmzevm.t.sol/gatewayevmzevmtest.go

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions v2/pkg/gatewayzevm.sol/gatewayzevm.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions v2/pkg/gatewayzevm.t.sol/gatewayzevminboundtest.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions v2/pkg/gatewayzevm.t.sol/gatewayzevmoutboundtest.go

Large diffs are not rendered by default.

128 changes: 127 additions & 1 deletion v2/pkg/igatewayevm.sol/igatewayevm.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 141f951

Please sign in to comment.