863ad48a81
Check proof length multiple of 32. Use keccak256 instead of sha3
2017-07-28 10:38:32 -04:00
6fccd202fe
Fix invalid number of args for solidity function errors in tests
2017-07-26 17:20:28 -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
1bb1d41beb
Merge pull request #281 from rudygodoy/master
...
Tests refactoring and typo fixes
2017-07-21 11:57:13 -03:00
1db46aa5d5
Merge pull request #292 from jakub-wojciechowski/test/pausable
...
Test if unpause prevents events allowed in paused state
2017-07-21 11:39:42 -03:00
6735a3ccd6
Renamed tAMOUNT to much friendly amount
2017-07-20 16:01:41 -05:00
6d565ef841
Fix auto-formatting
2017-07-20 10:58:16 -07:00
b2e36314cb
Add requirement for address to not be 0 and throw error
2017-07-20 10:51:57 -07:00
6904f12032
Merge with upstream/master
2017-07-20 07:01:58 -05:00
93b953fb48
changed instances of uint to uint256; fixes issue #226
2017-07-19 09:59:46 -04:00
4f44427966
Added function helper, few changes on ECRecover lib
2017-07-18 11:31:30 -03:00
f8c0fab5d8
Fixed tests and few changes on contract comments
2017-07-18 11:31:30 -03:00
478d1b1a93
Removed safeRecover, using ecrecover method instead, recovering signature from entire hash
2017-07-18 11:31:30 -03:00
68c2bcb9dd
Removed .only on ECRecovery tests
2017-07-18 11:31:30 -03:00
635c04378d
Removed ECRecovery mock contract, ECRecovery funcions are public constants
2017-07-18 11:31:30 -03:00
4201d50dcf
ECRecovery library added with test and docs
2017-07-18 11:31:30 -03:00
950b6a5e56
sanity check for RefundableCrowdsale: goal > 0
2017-07-17 21:36:09 -03:00
db40fd314a
sanity check for CappedCrowdsale: cap > 0
2017-07-17 21:36:09 -03:00
5e423bc353
add release function, deprecate claim
2017-07-05 11:24:59 -03:00
6eac859781
Test if unpause prevents events allowed in paused state
2017-07-03 17:06:47 +01:00
d5a75362ec
Merge pull request #288 from frangio/refactor/math
...
Move SafeMath and create Math library for assorted operations
2017-07-02 18:13:47 -03:00
e748c3ea36
Merge pull request #283 from OpenZeppelin/crowdsale
...
Add Crowdsale contracts
2017-07-02 17:59:19 -03:00
759f8de81f
fix import directories
2017-07-02 17:52:44 -03:00
d2dd6e40b6
added new test for a day passed scenario to the DayLimit contract
2017-07-02 21:06:58 +01:00
b3ca0c73b3
add a TokenTimelock contract
2017-06-30 21:25:59 -03:00
fadb2cf47e
add tests for crowdsale contracts
2017-06-30 15:50:47 -03:00
4d55d8fa8e
give more balance to testrpc accounts
...
includes fix to MultisigWallet test because bigger balances result in
floating point errors (see #204 )
2017-06-30 15:50:47 -03:00
3c9638b62e
Refactoring to not DRY.
...
The latest test case is not affected since the aproval is for
accounts[1], which does the transaction, and it is independent of
the amount of tokens that accounts[0] might have.
2017-06-29 13:18:54 -05:00
60ef284a9a
Typo in variable, using global tAMOUNT for the latest test case.
2017-06-29 13:13:53 -05:00
b40a01e97b
Small refactoring to not DRY
2017-06-29 13:12:58 -05:00
de99e7bf34
Prevent DRY
2017-06-29 12:31:32 -05:00
549590d105
Refactored to prevent DRY with beforeEach().
...
Refs# 259
2017-06-26 17:32:34 -05:00
30e202313d
Fix indentation in MerkleProof.sol and remove mock contract
2017-06-15 11:10:37 -04:00
2e0bd06da2
Add tests, docs and MerkleTree helper
2017-06-15 11:07:22 -04:00
3c4d0d0a77
MerkleProof library and initial stubbed out tests
2017-06-14 16:34:46 -04:00
6ede3d9001
Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11
2017-06-06 21:41:54 -06:00
a6a2ee2bf1
Merge with master
2017-05-21 16:08:47 -04:00
929367f0ab
Reorg code
2017-05-21 12:10:04 +02:00
713b472253
Add tests for non-revokable and revokable/burnable cases
2017-05-21 11:17:24 +02:00
a1d2b673c6
Fix tests for revokable/non burn vesting calendar
2017-05-21 10:44:03 +02:00
12aadbed51
Move check to transferFrom and add tests
2017-03-06 11:09:01 +01:00
b134645637
Merge pull request #150 from maraoz/solidty-version
...
solidity version 0.4.8
2017-02-23 09:12:54 -03:00
26335e669e
Added a contactable contract and some tests for it
2017-02-22 16:28:01 -03:00
52b66c744f
solidity version 0.4.8
2017-02-21 19:29:03 -03:00