-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix call to interface * fix bug in internal call * add assert * retesteth tests for uniswap * add compile cell * update test outputs * diff without whitespace * add test output * fix test output * set ulimit
- Loading branch information
1 parent
bd3e161
commit eea9f8c
Showing
23 changed files
with
24,646 additions
and
3,171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash -ex | ||
dretesteth.sh -t GeneralStateTests -- --clients t8ntool --fillchain --filltests --testfile /tests/swaps/uniswap01Filler.yml --testpath "$(realpath "$(dirname "$0")/../test/retesteth/")" | ||
dretesteth.sh -t GeneralStateTests -- --clients t8ntool --fillchain --filltests --testfile /tests/swaps/uniswap02Filler.yml --testpath "$(realpath "$(dirname "$0")/../test/retesteth/")" | ||
sudo chown -R "$USER":"$(id -gn)" test/retesteth/swaps/filled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.