Skip to content

Commit 1432518

Browse files
authored
feat(perf): use native assertions (#514)
* 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
1 parent 28217c3 commit 1432518

File tree

13 files changed

+1042
-1184
lines changed

13 files changed

+1042
-1184
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ contract Bar {
217217

218218
### Std Assertions
219219

220-
Expand upon the assertion functions from the `DSTest` library.
220+
Contains various assertions.
221221

222222
### `console.log`
223223

lib/ds-test

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)