Skip to content

Commit

Permalink
Merge pull request #145 from pessimistic-io/version_0.6.1
Browse files Browse the repository at this point in the history
Version 0.6.1
  • Loading branch information
ndkirillov committed Mar 13, 2024
2 parents 602d078 + a31813e commit 9cb50d5
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 186 deletions.
19 changes: 0 additions & 19 deletions docs/arb_solidity_version.md

This file was deleted.

2 changes: 0 additions & 2 deletions slitherin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@
from slitherin.detectors.arbitrum.arbitrum_prevrandao_difficulty import (
ArbitrumPrevrandaoDifficulty,
)
from slitherin.detectors.arbitrum.solidity_version import ArbitrumSolidityVersion
from slitherin.detectors.arbitrum.block_number_timestamp import (
ArbitrumBlockNumberTimestamp,
)
from slitherin.detectors.potential_arith_overflow import PotentialArithmOverflow

artbitrum_detectors = [
ArbitrumPrevrandaoDifficulty,
ArbitrumSolidityVersion,
ArbitrumBlockNumberTimestamp,
]

Expand Down
2 changes: 1 addition & 1 deletion slitherin/consts.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ARBITRUM_KEY = "SLITHERIN_ARBITRUM"
SLITHERIN_VERSION = "0.6.0"
SLITHERIN_VERSION = "0.6.1"
61 changes: 0 additions & 61 deletions slitherin/detectors/arbitrum/solidity_version.py

This file was deleted.

99 changes: 0 additions & 99 deletions slitherin/detectors/uniswap-v3/callback.py

This file was deleted.

4 changes: 0 additions & 4 deletions tests/arbitrum_solidity_version_test.sol

This file was deleted.

0 comments on commit 9cb50d5

Please sign in to comment.