-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Avatar : add sendEthToVault * tests * Update Avatar.sol * use transfer instead of call while sending funds to vault * more * bump version to rc.8 * update mochatimeout to 30000 * update node v at travis * update tests timeout * lint * settimeout to 30000 at coverall config * arcScheme naming test * update solctimeout to 40000
- Loading branch information
1 parent
b89ba5c
commit 2044bca
Showing
10 changed files
with
2,291 additions
and
2,065 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"require": ["@nomiclabs/buidler/register"], | ||
"timeout": 20000, | ||
"timeout": 30000, | ||
"recursive": "test" | ||
} |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ dist: trusty | |
language: node_js | ||
|
||
node_js: | ||
- "12.18.1" | ||
- "14.15.0" | ||
|
||
before_install: | ||
|
||
|
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.