|
|
2c2067ecc1
|
sync yarn.lock file with package-lock.json
1. deleted node_modules
2. ran `npm install`
3. deleted yarn.lock
4. ran `yarn import`
|
2017-08-12 18:57:32 -03:00 |
|
|
|
e6a7a978d1
|
Merge pull request #362 from cgewecke/bump-solidity-coverage
Upgrade solidity coverage to ^0.2.1
|
2017-08-12 18:42:55 -03:00 |
|
|
|
3e02f45f67
|
Upgrade solidity coverage to ^0.2.1
|
2017-08-12 14:20:14 -07:00 |
|
|
|
b972f43513
|
Merge pull request #345 from SylTi/master
Add Transfer event when token is minted
|
2017-08-11 14:47:43 -03:00 |
|
|
|
30d02b1c78
|
Merge pull request #357 from frangio/fix-hdwallet-dependency
Move truffle-hdwallet-provider to devDependencies
|
2017-08-11 13:13:11 -03:00 |
|
|
|
479d01101d
|
move truffle-hdwallet-provider to devDependencies
|
2017-08-11 11:30:44 -03:00 |
|
|
|
2b079136fb
|
Merge pull request #353 from jakub-wojciechowski/master
Change crowdsales to use timestamps instead of block numbers #350
|
2017-08-10 12:42:55 -03:00 |
|
|
|
46c5759b88
|
Introduce increaseTimeTo helper method.
|
2017-08-10 16:23:52 +02:00 |
|
|
|
7c883b6368
|
Duration helper and eliminated hardcoded periods
|
2017-08-10 13:13:49 +02:00 |
|
|
|
69daed7746
|
Merge pull request #341 from lsaether/master
Added contracts/token/BurnableToken.sol
|
2017-08-09 17:22:58 -03:00 |
|
|
|
0b9afefa93
|
Merge pull request #339 from abarmat/typo-1
Fix typo in SafeMath doc
|
2017-08-07 17:25:36 -03:00 |
|
|
|
52490b92bf
|
Merge pull request #340 from abarmat/style-1
Add missing parentheses in modifier
|
2017-08-07 17:25:01 -03:00 |
|
|
|
2261039d52
|
Simplify advanceBlock in tests
|
2017-08-07 18:29:09 +02:00 |
|
|
|
24323d3ce3
|
MerkleTree util class hashes elements
|
2017-08-07 11:23:52 -04:00 |
|
|
|
c6e055689b
|
Change crowdsales to use timestamps instead of block numbers #350 update example
|
2017-08-06 16:42:16 +02:00 |
|
|
|
2b5192b9ce
|
Change crowdsales to use timestamps instead of block numbers #350 update derived crowdsales
|
2017-08-06 16:41:43 +02:00 |
|
|
|
77dfcb6e23
|
Change crowdsales to use timestamps instead of block numbers #350
|
2017-08-06 16:40:19 +02:00 |
|
|
|
4fe837704b
|
Add Transfer event when token is minted to be fully ERC20 compliant &
tests
|
2017-08-05 00:14:01 +02:00 |
|
|
|
cf58330936
|
added tests for BurnableToken
|
2017-07-31 17:23:23 -07:00 |
|
|
|
287b873add
|
Merge pull request #338 from jeremygrenier/master
Remove return values of pause() and unpause() of Pausable
|
2017-07-31 11:58:56 -03:00 |
|
|
|
115e7afe0b
|
Merge pull request #342 from jakub-wojciechowski/master
Add complex crowdsale example #331
|
2017-07-31 11:42:38 -03:00 |
|
|
|
a9e1fcd623
|
Add complex crowdsale example #331 requested changes
|
2017-07-29 09:00:54 +01:00 |
|
|
|
04e0b2e5c2
|
Add complex crowdsale example #331 tests
|
2017-07-29 00:29:59 +01:00 |
|
|
|
2403508e1b
|
Add complex crowdsale example #331
|
2017-07-29 00:29:17 +01:00 |
|
|
|
b414545b6e
|
fixed typos XP
|
2017-07-28 16:11:27 -07:00 |
|
|
|
3296471bda
|
Added contracts/token/BurnableToken.sol
|
2017-07-28 16:07:04 -07:00 |
|
|
|
eb5b6252bc
|
Add missing parentheses in modifier
|
2017-07-28 20:59:11 +02:00 |
|
|
|
e5da857d4f
|
Fix typos in SafeMath doc
|
2017-07-28 20:53:55 +02:00 |
|
|
|
09a8da5d6a
|
Remove return values of pause() and unpause() of Pausable
|
2017-07-28 17:35:27 +02:00 |
|
|
|
863ad48a81
|
Check proof length multiple of 32. Use keccak256 instead of sha3
|
2017-07-28 10:38:32 -04:00 |
|
|
|
de0e6ba222
|
Merge pull request #333 from frangio/examples
Move examples to separate directory
|
2017-07-26 20:22:20 -03:00 |
|
|
|
91e5a925d9
|
Merge pull request #334 from OpenZeppelin/upgrade/truffle-3.4.6
Upgrade truffle to 3.4.6
|
2017-07-26 19:33:01 -03:00 |
|
|
|
5e7c168b25
|
Fix missing storage keyword warnings
|
2017-07-26 17:23:20 -03:00 |
|
|
|
6fccd202fe
|
Fix invalid number of args for solidity function errors in tests
|
2017-07-26 17:20:28 -03:00 |
|
|
|
18e98fbba8
|
Upgrade version of Truffle to 3.4.6
|
2017-07-26 16:36:13 -03:00 |
|
|
|
a799d218fd
|
add constant qualifier
|
2017-07-26 16:12:05 -03:00 |
|
|
|
9f0cbd3303
|
move example contract
|
2017-07-26 16:12:05 -03:00 |
|
|
|
93fb8f35a8
|
Merge pull request #328 from frangio/remove-multisig
Remove MultisigWallet in favor of ConsenSys/MultiSigWallet
|
2017-07-24 19:13:23 -03:00 |
|
|
|
2303fd51a3
|
Merge pull request #329 from frangio/fix-test-script-cleanup
Fix test script cleanup and portability
|
2017-07-24 19:06:08 -03:00 |
|
|
|
910fc4915e
|
Merge pull request #330 from frangio/coveralls-notification
Remove coveralls token
|
2017-07-24 18:00:27 -03:00 |
|
|
|
002acb984e
|
remove coveralls token from repository
|
2017-07-24 17:23:24 -03:00 |
|
|
|
bebe704688
|
use portable shebang line
|
2017-07-24 13:57:42 -03:00 |
|
|
|
9a006f3a68
|
add check to see if process is running
because when we interrupt the tests via ^C, the signal also kills the
background process
|
2017-07-24 13:57:34 -03:00 |
|
|
|
58e2e4d742
|
remove MultisigWallet in favor of ConsenSys/MultiSigWallet
|
2017-07-24 13:26:48 -03:00 |
|
|
|
60bc6a6da5
|
Merge pull request #327 from jakub-wojciechowski/master
fix testing error throwing
|
2017-07-22 22:17:32 -03:00 |
|
|
|
b3f60b9320
|
refactor testing error throwing
|
2017-07-22 21:40:01 +01:00 |
|
|
|
e9cf6dfb60
|
Merge pull request #323 from pooleja/fix/ownable_error
Fix/ownable error - Silent transferOwnership Failure
|
2017-07-22 15:57:45 -03:00 |
|
|
|
5e7847537a
|
fix testing error throwing
|
2017-07-22 11:46:49 +01:00 |
|
|
|
64787b1ac5
|
Add semicolon to match coding standards
|
2017-07-21 23:07:50 -07:00 |
|
|
|
58fdb956b5
|
Add assert to prevent regression
|
2017-07-21 23:04:50 -07:00 |
|