Francisco Giordano
|
b3ca0c73b3
|
add a TokenTimelock contract
|
8 years ago |
Francisco Giordano
|
54d74b1c26
|
rename canBuy to purchaseValid
|
8 years ago |
Francisco Giordano
|
657c56c650
|
remove unecessary whitespace
|
8 years ago |
Francisco Giordano
|
59e9609926
|
remove CrowdsaleToken
it is superseded by the new crowdsale contracts
|
8 years ago |
Jason Bellamy
|
e31abffcb6
|
fix(token): typo in documentation
Implemantation -> Implementation
|
8 years ago |
Manuel Araoz
|
cd47fbe953
|
Improve `Crowdsale#rate` documentation
|
8 years ago |
Jason Bellamy
|
42c6392533
|
fix(token): typo in documentation
|
8 years ago |
Rudy Godoy
|
34e3ce4ab4
|
Typo fix: avaible -> available
|
8 years ago |
Rudy Godoy
|
4d6b48f39e
|
Typo fix. standart -> standard
|
8 years ago |
RStorm
|
daf1784be4
|
change inheritance order for StandardToken and PausableToken
|
8 years ago |
Manuel Araoz
|
de92a02127
|
Add Crowdsale contracts
|
8 years ago |
Francisco Giordano
|
e33d9bb41b
|
remove all checks for short address attack (fixes #261)
|
8 years ago |
Juraj Bednar
|
dd34d8df0f
|
Fix typo in StandardToken allowance documentation
|
8 years ago |
RStorm
|
b1e504d6c6
|
change uint to uint256
|
8 years ago |
Dave Appleton
|
2020d56ba4
|
assert is now built in
|
8 years ago |
Yondon Fu
|
bc3db5d4c1
|
Fix weird indent issue for inline assembly
|
8 years ago |
Yondon Fu
|
30e202313d
|
Fix indentation in MerkleProof.sol and remove mock contract
|
8 years ago |
Yondon Fu
|
3c4d0d0a77
|
MerkleProof library and initial stubbed out tests
|
8 years ago |
Matt
|
403e7336a9
|
fixed typo
|
8 years ago |
David Knott
|
ffe464a43e
|
Refactors the Mintable Token contract
|
8 years ago |
David Knott
|
6ede3d9001
|
Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11
|
8 years ago |
Dave Appleton
|
f214dccab9
|
removed redundant returns
|
8 years ago |
Dave Appleton
|
c0cce27703
|
remove redundant return
|
8 years ago |
Manuel Araoz
|
7100e30bed
|
Implement VestedToken bug mitigation #3
|
8 years ago |
David Knott
|
d08185fc3e
|
Edit natspec documentation typos
|
8 years ago |
maurelian
|
c4796bb918
|
Fix comments again
|
8 years ago |
maurelian
|
111f13f0ce
|
Add doc comments to multisig wallet
|
8 years ago |
maurelian
|
d357cf3a2e
|
Minor changes to doc comments for token and other contracts
|
8 years ago |
maurelian
|
83f2849446
|
Minor edits to doc commenst in lifecycle, ownership, payment contracts.
|
8 years ago |
João Gabriel Carvalho
|
d85be4a866
|
Add natspec to vestedToken.sol
|
8 years ago |
João Gabriel Carvalho
|
f6f91298f0
|
Add natspec to all remaing contracts, except for vestedToken.sol
|
8 years ago |
João Gabriel Carvalho
|
1547922b61
|
Added natspec to the remaining ownership contracts and payment contracts
|
8 years ago |
João Gabriel Carvalho
|
602c18b394
|
Applied change regarding the styling
|
8 years ago |
João Gabriel Carvalho
|
b5d4120adb
|
Added natsec for all lifecycle contracts + bounty.sol, DayLimit.sol and LimitBalance.sol
|
8 years ago |
maurelian
|
e851938199
|
Add natspec comments to four ownership contracts
|
8 years ago |
Jorge Izquierdo
|
22f60eace0
|
Use libraries syntax sugar for revoking grants logic
|
8 years ago |
Jorge Izquierdo
|
c4f78a5dd5
|
Remove unnecessary checks from safeDiv
|
8 years ago |
Jorge Izquierdo
|
a6a2ee2bf1
|
Merge with master
|
8 years ago |
Jorge Izquierdo
|
929367f0ab
|
Reorg code
|
8 years ago |
Jorge Izquierdo
|
5a6340395f
|
Fix grant id parameter in NewTokenGrant event
|
8 years ago |
Jorge Izquierdo
|
f812433706
|
Small refactor and documentation
|
8 years ago |
Jorge Izquierdo
|
5b2f0aa93d
|
Implement revokable and burnsOnRevoke options
|
8 years ago |
Mikko Ohtamaa
|
964185dec3
|
Protect transferFrom against short hand attack.
|
8 years ago |
Mikko Ohtamaa
|
e1cf602487
|
Fix variable naming.
|
8 years ago |
Mikko Ohtamaa
|
a3446507ec
|
Add fix for the approve() mitigation.
|
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 |
Manuel Araoz
|
7592122e4d
|
fix indentation
|
8 years ago |
Manuel Araoz
|
609869f087
|
change safe* to *
|
8 years ago |