Jakub Wojciechowski
c6e055689b
Change crowdsales to use timestamps instead of block numbers #350 update example
8 years ago
Jakub Wojciechowski
2b5192b9ce
Change crowdsales to use timestamps instead of block numbers #350 update derived crowdsales
8 years ago
Jakub Wojciechowski
77dfcb6e23
Change crowdsales to use timestamps instead of block numbers #350
8 years ago
SylTi
4fe837704b
Add Transfer event when token is minted to be fully ERC20 compliant &
...
tests
8 years ago
lsaether
cf58330936
added tests for BurnableToken
8 years ago
Jakub Wojciechowski
a9e1fcd623
Add complex crowdsale example #331 requested changes
8 years ago
Jakub Wojciechowski
04e0b2e5c2
Add complex crowdsale example #331 tests
8 years ago
Yondon Fu
863ad48a81
Check proof length multiple of 32. Use keccak256 instead of sha3
8 years ago
Santiago Palladino
6fccd202fe
Fix invalid number of args for solidity function errors in tests
8 years ago
Francisco Giordano
58e2e4d742
remove MultisigWallet in favor of ConsenSys/MultiSigWallet
8 years ago
Jakub Wojciechowski
b3f60b9320
refactor testing error throwing
8 years ago
Jakub Wojciechowski
5e7847537a
fix testing error throwing
8 years ago
pooleja
64787b1ac5
Add semicolon to match coding standards
8 years ago
pooleja
58fdb956b5
Add assert to prevent regression
8 years ago
Rudy Godoy
6735a3ccd6
Renamed tAMOUNT to much friendly amount
8 years ago
pooleja
6d565ef841
Fix auto-formatting
8 years ago
pooleja
b2e36314cb
Add requirement for address to not be 0 and throw error
8 years ago
Brian Guo
93b953fb48
changed instances of uint to uint256; fixes issue #226
8 years ago
AugustoL
4f44427966
Added function helper, few changes on ECRecover lib
8 years ago
Augusto
f8c0fab5d8
Fixed tests and few changes on contract comments
8 years ago
Augusto
478d1b1a93
Removed safeRecover, using ecrecover method instead, recovering signature from entire hash
8 years ago
AugustoL
68c2bcb9dd
Removed .only on ECRecovery tests
8 years ago
Augusto
635c04378d
Removed ECRecovery mock contract, ECRecovery funcions are public constants
8 years ago
Augusto
4201d50dcf
ECRecovery library added with test and docs
8 years ago
Jakub Wojciechowski
950b6a5e56
sanity check for RefundableCrowdsale: goal > 0
8 years ago
Jakub Wojciechowski
db40fd314a
sanity check for CappedCrowdsale: cap > 0
8 years ago
Francisco Giordano
5e423bc353
add release function, deprecate claim
8 years ago
Jakub Wojciechowski
6eac859781
Test if unpause prevents events allowed in paused state
8 years ago
Francisco Giordano
759f8de81f
fix import directories
8 years ago
Jakub Wojciechowski
d2dd6e40b6
added new test for a day passed scenario to the DayLimit contract
8 years ago
Francisco Giordano
b3ca0c73b3
add a TokenTimelock contract
8 years ago
Francisco Giordano
fadb2cf47e
add tests for crowdsale contracts
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
Rudy Godoy
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.
8 years ago
Rudy Godoy
60ef284a9a
Typo in variable, using global tAMOUNT for the latest test case.
8 years ago
Rudy Godoy
b40a01e97b
Small refactoring to not DRY
8 years ago
Rudy Godoy
de99e7bf34
Prevent DRY
8 years ago
Rudy Godoy
549590d105
Refactored to prevent DRY with beforeEach().
...
Refs# 259
8 years ago
Yondon Fu
30e202313d
Fix indentation in MerkleProof.sol and remove mock contract
8 years ago
Yondon Fu
2e0bd06da2
Add tests, docs and MerkleTree helper
8 years ago
Yondon Fu
3c4d0d0a77
MerkleProof library and initial stubbed out tests
8 years ago
David Knott
6ede3d9001
Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11
8 years ago
Jorge Izquierdo
a6a2ee2bf1
Merge with master
8 years ago
Jorge Izquierdo
929367f0ab
Reorg code
8 years ago
Jorge Izquierdo
713b472253
Add tests for non-revokable and revokable/burnable cases
8 years ago
Jorge Izquierdo
a1d2b673c6
Fix tests for revokable/non burn vesting calendar
8 years ago
Maxim Averin
cf7bc06856
Switch function name to destroyAndSend
8 years ago
Maxim Averin
4de772f5ed
add destroy function, allowing send funds to recepient
8 years ago
David Knott
b4b6029f66
Create and test PausableToken Contract
8 years ago
Tom Eklöf
cd78c20e0e
await event handling result in Bounty test. Fixes #202
8 years ago