Skip to content

Commit

Permalink
feat(perf): use native assertions (#514)
Browse files Browse the repository at this point in the history
* Update Vm.sol

* Drop DSTest and use native cheats

* fix ci

* Add abiencoder pragma to StdAssertions

* Add DSTest items

* fail and failed

* rm assertions tests
  • Loading branch information
klkvr authored Mar 11, 2024
1 parent 28217c3 commit 1432518
Show file tree
Hide file tree
Showing 13 changed files with 1,042 additions and 1,184 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ contract Bar {

### Std Assertions

Expand upon the assertion functions from the `DSTest` library.
Contains various assertions.

### `console.log`

Expand Down
1 change: 0 additions & 1 deletion lib/ds-test
Submodule ds-test deleted from e28215
Loading

0 comments on commit 1432518

Please sign in to comment.