Skip to content

Commit

Permalink
Merge pull request #42 from defi-wonderland/chore/deprecate-halmos
Browse files Browse the repository at this point in the history
chore: remove halmos testsuite
  • Loading branch information
simon-something authored Sep 4, 2024
2 parents 553deb9 + fea2dc5 commit 9d3123b
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 312 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
[submodule "packages/contracts-bedrock/lib/openzeppelin-contracts-v5"]
path = packages/contracts-bedrock/lib/openzeppelin-contracts-v5
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "packages/contracts-bedrock/lib/halmos-cheatcodes"]
path = packages/contracts-bedrock/lib/halmos-cheatcodes
url = https://github.com/a16z/halmos-cheatcodes
[submodule "packages/contracts-bedrock/lib/properties"]
path = packages/contracts-bedrock/lib/properties
url = https://github.com/crytic/properties
6 changes: 0 additions & 6 deletions packages/contracts-bedrock/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ remappings = [
'safe-contracts/=lib/safe-contracts/contracts',
'kontrol-cheatcodes/=lib/kontrol-cheatcodes/src',
'gelato/=lib/automate/contracts',
'halmos-cheatcodes/=lib/halmos-cheatcodes/'
]
extra_output = ['devdoc', 'userdoc', 'metadata', 'storageLayout']
bytecode_hash = 'none'
Expand Down Expand Up @@ -104,8 +103,3 @@ src = 'test/properties/medusa/'
test = 'test/properties/medusa/'
script = 'test/properties/medusa/'
via-ir=true

[profile.halmos]
src = 'test/properties/halmos/'
test = 'test/properties/halmos/'
script = 'test/properties/halmos/'
15 changes: 0 additions & 15 deletions packages/contracts-bedrock/halmos.toml

This file was deleted.

7 changes: 0 additions & 7 deletions packages/contracts-bedrock/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ test-kontrol:
test-medusa timeout='100':
FOUNDRY_PROFILE=medusa medusa fuzz --timeout {{timeout}}


test-halmos-all VERBOSE="-v":
FOUNDRY_PROFILE=halmos halmos {{VERBOSE}}

test-halmos TEST VERBOSE="-v":
FOUNDRY_PROFILE=halmos halmos --function {{TEST}} {{VERBOSE}}

test-rerun: build-go-ffi
forge test --rerun -vvv

Expand Down
1 change: 0 additions & 1 deletion packages/contracts-bedrock/lib/halmos-cheatcodes
Submodule halmos-cheatcodes deleted from c0d865

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions packages/contracts-bedrock/test/properties/helpers/HalmosBase.sol

This file was deleted.

0 comments on commit 9d3123b

Please sign in to comment.