Martín Triay
|
bd56163900
|
[TokenVesting] Fix vestedAmount calculation. Linearity test watches beneficiary balance over vestedAmount
|
7 years ago |
Martín Triay
|
696615d392
|
[TokenVesting] Add linear release test
|
7 years ago |
Martín Triay
|
645edfc936
|
[TokenVesting] Fix should-revoke test
|
7 years ago |
Martín Triay
|
a227b212f5
|
[TokenVesting] Add tests
|
7 years ago |
Martín Triay
|
c11265e694
|
[TokenVesting] Add events
|
7 years ago |
Francisco Giordano
|
6344a76f83
|
add pending tests
|
7 years ago |
Francisco Giordano
|
3da7c31484
|
add revocable flag
|
7 years ago |
Francisco Giordano
|
998c72ab5b
|
add preconditions to constructor
|
7 years ago |
Francisco Giordano
|
00f323d132
|
add shortcut for vestedAmount after vesting end
|
7 years ago |
Francisco Giordano
|
80e591f487
|
add TokenVesting contract
|
7 years ago |
Francisco Giordano
|
5cf503673f
|
Merge pull request #466 from phiferd/master
Using require for Token preconditions
|
7 years ago |
Dan Phifer
|
3837319141
|
Adding some additional tests
|
7 years ago |
Dan Phifer
|
e70dd18734
|
Moving business logic preconditions to the beginning of the function.
|
7 years ago |
Manuel Aráoz
|
158a7a881d
|
Merge pull request #460 from dmx374/patch-3
Add explicit visibility
|
7 years ago |
Francisco Giordano
|
725ed40a57
|
v1.3.0
|
7 years ago |
Jack Bauer
|
3733c069c9
|
Add explicit visibility
|
7 years ago |
Francisco Giordano
|
1df75a951f
|
Merge pull request #446 from jakub-wojciechowski/master
Make approve method compliant with ERC20
|
7 years ago |
jakub-wojciechowski
|
adfd8fb6a9
|
Warning in approve method documentation.
|
7 years ago |
jakub-wojciechowski
|
98f672b534
|
Make approve method compliant with ERC20
|
7 years ago |
Francisco Giordano
|
e9068859b6
|
Merge pull request #448 from SylTi/fix/small-fixes
A bunch of small fixes
|
7 years ago |
SylTi
|
1203a2473d
|
add whenNotPaused modifier to all of PausableToken functions that modify it's state. Fix #401
|
7 years ago |
SylTi
|
4a1ff913ab
|
replace var by uint256 in StandardToken. Fix #432
|
7 years ago |
SylTi
|
83918cad4b
|
change approve() to conform to ERC20. Fix #438
|
7 years ago |
Francisco Giordano
|
d3c5ce268f
|
Merge pull request #260 from yondonfu/feature/merkleproof
Merkle proof library with tests and docs
|
7 years ago |
Francisco Giordano
|
f60c5ad88a
|
Merge pull request #445 from frangio/fix-leftover-testrpc
Properly kill background testrpc instance
|
7 years ago |
Yondon Fu
|
bcda5bfe9b
|
Merge branch 'master' into feature/merkleproof
|
7 years ago |
Francisco Giordano
|
33eb8b1da5
|
Merge pull request #457 from sot528/fix-typo
Just fix typo.
|
7 years ago |
sot528
|
b069827bad
|
fix typo.
|
7 years ago |
Francisco Giordano
|
74e416f04f
|
Merge pull request #450 from dmx374/master
Explicit public visibility on methods
|
7 years ago |
dmx374
|
b395b06b65
|
Explicit public visibility on methods
|
7 years ago |
Francisco Giordano
|
bd84db735d
|
Merge pull request #450 from aupiff/master
removing trailing whitespace
|
7 years ago |
Francisco Giordano
|
bd99b207c9
|
Merge pull request #454 from economicnetwork/master
comments on vesting
|
7 years ago |
benjyz
|
2438557255
|
explain cliff
|
7 years ago |
benjyz
|
9f1826d83e
|
vesting: more corrections on comments
|
7 years ago |
benjyz
|
676f5f6931
|
comments on vesting
|
7 years ago |
Roy Blankman
|
6d8bb497c8
|
removing trailing whitespace
|
7 years ago |
Francisco Giordano
|
5fd8684a5a
|
properly kill background testrpc instance
|
7 years ago |
Francisco Giordano
|
1737555b0d
|
Merge pull request #439 from frangio/fix-436
Remove indexed declaration of value in Burn event
|
8 years ago |
Francisco Giordano
|
eda63c75c4
|
Merge pull request #440 from spalladino/fix/simple_token_initial_supply
Fix INITIAL_SUPPLY in SimpleToken example
|
8 years ago |
Santiago Palladino
|
61f62eb3c7
|
Fix INITIAL_SUPPLY in SimpleToken example
Use token decimals
|
8 years ago |
Francisco Giordano
|
f96ebfca31
|
cosmetic changes to BurnableToken
|
8 years ago |
Francisco Giordano
|
fac580d1a9
|
remove indexed declaration of uint event parameter
|
8 years ago |
Francisco Giordano
|
07b688a0e6
|
Merge pull request #430 from frangio/fix-unchecked-transfer
Use SafeERC20 to transfer tokens safely
|
8 years ago |
Francisco Giordano
|
20187f2970
|
use SafeERC20#safeTransfer
|
8 years ago |
Francisco Giordano
|
84be318ca9
|
Merge pull request #424 from eugene-babichenko/transfer-ownership-event
Add OwnershipTransferred event to Ownable contract and its derivatives
|
8 years ago |
Yevhenii Babichenko
|
5035718e4b
|
fixed wrong call order in Ownable.transferOwnership
|
8 years ago |
Francisco Giordano
|
fdc8fbaa45
|
Merge pull request #428 from frangio/fix-425-pausable-docs
Fix Pausable documentation
|
8 years ago |
Francisco Giordano
|
99887da49a
|
fix Pausable documentation
|
8 years ago |
Yevhenii Babichenko
|
7a36a6c92a
|
fix calls to OwnershipTransferred
|
8 years ago |
Yevhenii Babichenko
|
6beac0f215
|
add previousOwner field to OwnershipTransferred event
|
8 years ago |