Tal Ater
1d54b86a7c
Replace deprecated throw with assert in Solidity tests
7 years ago
Mikhail Melnik
2d83c557b1
Finish minting should me called only once
...
Multiple calls to `finishMinting` will emit multiple `MintFinished` events which may be surprising if one rely on `MintFinished` event.
7 years ago
Norton Wang
dfb9ebd647
Update ecrecovery.rst
...
Fix typo
7 years ago
Martín Triay
b60e434e0b
[TokenVesting] Add missing safemath ops
7 years ago
Francisco Giordano
39d6c92069
Merge pull request #497 from martriay/token-vesting-fix
...
[TokenVesting] vestedAmount should return the historical vested amount
7 years ago
Martín Triay
eb9f88bafc
[TokenVesting] Remove unused variable
7 years ago
Martín Triay
aa431dfb20
[TokenVesting] Increase released amount before transfer
7 years ago
Martín Triay
fff8e040b7
[TokenVesting] vestedAmount returns the historical vested amount
7 years ago
Martín Triay
74636b7333
[TokenVesting] Use SafeMath
7 years ago
Francisco Giordano
647fc13963
Merge pull request #492 from frangio/fix-vesting-revoke
...
TokenVesting bugfix
7 years ago
Francisco Giordano
d5e0714faf
use safeTransfer
7 years ago
Francisco Giordano
a184013d1e
explicitly mark functions public
7 years ago
Francisco Giordano
7d08c4da7f
make TokenVesting variables public
7 years ago
Francisco Giordano
01b92d1d56
fix a problem when revoke is called twice
7 years ago
Dmitry Dudin
790833e5d4
Update SimpleToken.sol
7 years ago
Boris Kostenko
2cb2799a51
align docs developer-resources.rst with README.md
7 years ago
Boris Kostenko
9dcf37dd19
align docs getting-started.rst with README.md
7 years ago
Boris Kostenko
0d89e99ceb
Fix contracts path issue
7 years ago
Boris Kostenko
a5a1be7219
Fixing docs issue #459
7 years ago
Francisco Giordano
5aba967db9
Merge pull request #476 from martriay/add-token-vesting
...
Add token vesting
7 years ago
Martín Triay
ffd1090718
[TokenVesting] Remove VestedTokenMock
7 years ago
Martín Triay
22b9263674
[TokenVesting] Remove VestedToken and LimitedTranferToken
7 years ago
Martín Triay
d21d35ca6f
[TokenVesting] Fix test.
7 years ago
Martín Triay
4e39f50aec
[TokenVesting] Remove unnecessary instatiation on test.
7 years ago
Martín Triay
9e0e80e820
[TokenVesting] Allow instantiation of already started vesting contracts. Improve comments' wording.
7 years ago
Martín Triay
562fb6945f
[TokenVesting] Rename events according to convention
7 years ago
Martín Triay
822de45bfc
[TokenVesting] Add a start parameter to constructor to defer vesting
7 years ago
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
Brett Sun
1333f45cdc
Add missing code blocks to bounty docs
7 years ago
Brett Sun
2ad88b59f6
Small indenting fix for bounty docs
7 years ago
Rudy Godoy
a9055f5ce2
Fixes typos
7 years ago
Eric Thomas
9b0e89c4bf
Add `npm init`
...
If you don't do this, you'll receive this error:
```
❯ zeppelin npm install zeppelin-solidity
npm WARN saveError ENOENT: no such file or directory, open '/Users/et/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/Users/et/package.json'
npm WARN et No description
npm WARN et No repository field.
npm WARN et No README data
npm WARN et No license field.
+ zeppelin-solidity@1.3.0
updated 1 package in 0.677s
```
7 years ago
nedodn
27f8609ac9
Update TokenTimelock.sol: Issue #464
...
Removed deprecated function claim() as per Issue #464 .
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