Nicolás Venturo
3e82db2f6f
Migration to truffle 5 (and web3 1.0 (and BN)) ( #1601 )
...
* Now compiling using truffle 5.
* Migrated some test files, missing BN scientific notation usage.
* Now using BN time values.
* Migrate ERC20 tests.
* Migrate all ERC20 tests.
* Migrate utils, payment and ownership tests.
* All tests save ERC721 migrated.
* Migrated ERC721 tests.
* Fix lint errors.
* Delete old test helpers.
* Fix remaining crowdsale tests.
* Fix signature bouncer tests.
* Update how constants is used.
* Compile script pre-removes the build dir.
* Fix SafeMath tests.
* Revert "Compile script pre-removes the build dir."
This reverts commit 247e745113
.
* Fix linter errors.
* Upgrade openzeppelin-test-helpers dependency.
* Update openzeppelin-test-helpers dependency.
* Define math constants globally.
* Remove unnecessary ether unit.
* Roll back reduced ether amounts in tests.
* Remove unnecessary toNumber conversions.
* Delete compile script.
* Fixed failing test.
6 years ago
Francisco Giordano
6aa88e2b7d
silence npm output ( #1590 )
6 years ago
Francisco Giordano
4b8fcbcee1
remove linux-specific mktemp usage ( #1571 )
...
(cherry picked from commit 7361ffd26b
)
6 years ago
Francisco Giordano
7361ffd26b
remove linux-specific mktemp usage ( #1571 )
6 years ago
Nicolás Venturo
be5ed7364b
Release v2.1.0 solc 0.5.x ( #1568 )
...
* Now compiling in a separate directory using truffle 5.
* Ported to 0.5.1, now compiling using 0.5.1.
* test now also compiles using the truffle 5 hack.
* Downgraded to 0.5.0.
* Sorted scripts.
* Cleaned up the compile script a bit.
6 years ago
Francisco Giordano
a99b9da3d4
Automate build step ( #1551 )
...
* remove note that was fixed in #1526
* add build script
* add prepack script
* remove custom compilation steps
6 years ago
Leo Arias
524a27674c
ci: trigger docs update on tag ( #1186 )
7 years ago
Leo Arias
df9426f989
tests: use stages for the travis execution ( #967 )
...
* tests: use stages for the travis execution
Fixes #694
* add comments as suggested by @nventuro
* move the unit tests first, as suggested by @frangio
* make stages clearer as suggested by @nventuro
* tests: use stages for the travis execution
Fixes #694
* add comments as suggested by @nventuro
* move the unit tests first, as suggested by @frangio
* make stages clearer as suggested by @nventuro
* update the stage names as suggested by @frangio
* Run all tests in parallel
* added names
7 years ago
Francisco Giordano
90413e75f1
add version script to update ethpm.json ( #906 )
7 years ago
Santiago Palladino
0b33d29e41
Add travis job to run test suite with solc nightly ( #902 )
...
Job is allowed to fail, and is run just for information purposes
7 years ago
Francisco Giordano
a7e91856f3
Update to Truffle 4.1.5 and Ganache 6.1.0 ( #876 )
...
* Update to ganache-cli v6.1.0 and truffle v4.1.0
* Update to stable version of ganache-cli
* fix: update event emission warning
- Fix event emission warnings for solidity 4.21 after truffle has been
updated to use this version
* fix pr review comments
* update to truffle v4.1.5
* update package-lock
* add additional emit keywords
* update solidity-coverage to 0.4.15
* update to solium 1.1.6
* fix MerkleProof coverage analysis by testing through wrapper
* change version pragma to ^0.4.21
* fix solium linting errors
7 years ago
Alejandro Santander
f28c245a3c
Update to truffle 4.0.0
...
had to up the gasLimit in test.sh to avoid an out of gas error when deploying the scripts
7 years ago
Francisco Giordano
5fd8684a5a
properly kill background testrpc instance
7 years ago
Francisco Giordano
e82fa4eae0
parallelize tests and coverage in travis
8 years ago
Francisco Giordano
c79c6d76d8
unify test and coverage scripts
8 years ago
cgewecke
3e02f45f67
Upgrade solidity coverage to ^0.2.1
8 years ago
Francisco Giordano
bebe704688
use portable shebang line
8 years ago
Francisco Giordano
9a006f3a68
add check to see if process is running
...
because when we interrupt the tests via ^C, the signal also kills the
background process
8 years ago
cgewecke
ed872ca0a1
Minor coverage maintenance
8 years ago
Francisco Giordano
86a69fd6d6
refactor test script
...
- fix status code (script exited with success even with failing tests)
- clean up and explain things
8 years ago
cgewecke
5afbdf00db
Fix coverage
8 years ago
Francisco Giordano
0791e6639a
add extra arguments to test command for development testing
8 years ago
Francisco Giordano
4d55d8fa8e
give more balance to testrpc accounts
...
includes fix to MultisigWallet test because bigger balances result in
floating point errors (see #204 )
8 years ago
RStorm
80d052d43f
Fixes #253
8 years ago
Jaynti Kanani
28b2a0c881
Move npm to yarn
8 years ago
Manuel Araoz
41a6f1cd84
add coveralls
8 years ago
cgewecke
592548715f
Add solidity-coverage
8 years ago
Manuel Araoz
fcabd9957e
fix travis tests 2
8 years ago
Manuel Araoz
9bd51db2b2
refactor tests for truffle 3
8 years ago
Manuel Araoz
7e7193ae61
truffle 2=>3
8 years ago
Manuel Araoz
a69333e2b8
migrate to truffle 3
8 years ago
Manuel Araoz
99c8ac9a28
fix stoppablebid, add package.json
9 years ago