|
|
689e18aab5
|
Merge branch 'master' into fix/docs
|
2017-11-15 18:19:12 -03:00 |
|
|
|
7a19bcf6d9
|
Merge pull request #505 from ZumZoom/patch-1
Finish minting should be called only once
|
2017-11-15 11:59:05 -03:00 |
|
|
|
088897150e
|
Merge pull request #526 from amazingandyyy/patch-1
Update RefundVault.sol
|
2017-11-15 11:56:03 -03:00 |
|
|
|
34be16d939
|
Merge pull request #522 from emn178/feature/improve_mul
improve mul performance and reduce gas cost
|
2017-11-14 17:49:09 -03:00 |
|
|
|
14ae881e26
|
Merge pull request #544 from maraoz/timer-improvement
remove timer test helper
|
2017-11-14 17:24:42 -03:00 |
|
|
|
666a3a73e0
|
remove unused 'day' test variable
|
2017-11-14 12:50:43 -05:00 |
|
|
|
84bffb854a
|
Merge pull request #477 from facuspagnuolo/feaure/create_detailed_erc20_interface
Create detailed ERC20 interface
|
2017-11-13 15:42:09 -03:00 |
|
|
|
365c875ced
|
Create detailed ERC20 interface
|
2017-11-13 15:36:02 -03:00 |
|
|
|
7dd0ee6212
|
remove timer
|
2017-11-12 15:10:46 -05:00 |
|
|
|
e72c7ce91b
|
Merge pull request #417 from abarmat/feature-splitpayment-contract
Feature SplitPayment contract
|
2017-11-10 18:45:56 -03:00 |
|
|
|
c4ca7f03e3
|
improve timer test helper
|
2017-11-10 13:29:58 -08:00 |
|
|
|
9be77ddd54
|
Merge pull request #469 from nedodn/patch-2
Update TokenTimelock.sol: Issue #464
|
2017-11-10 17:44:20 -03:00 |
|
|
|
70a17d0b96
|
Merge pull request #475 from et/patch-2
Add `npm init`
|
2017-11-10 17:31:58 -03:00 |
|
|
|
ad2282456e
|
Merge pull request #478 from rudygodoy/patch-2
Fixes typos in documentation
|
2017-11-10 17:26:00 -03:00 |
|
|
|
fe3e360483
|
Merge pull request #482 from sohkai/patch-1
Small typo fixes for bounty docs
|
2017-11-10 17:24:26 -03:00 |
|
|
|
5a857fc1a7
|
Merge pull request #490 from Nedudi/master
Update SimpleToken.sol
|
2017-11-10 17:15:52 -03:00 |
|
|
|
c5cd35b2ea
|
Merge pull request #504 from FloorLamp/patch-1
Update ecrecovery.rst
|
2017-11-10 17:07:16 -03:00 |
|
|
|
a808b0b03f
|
Merge pull request #523 from thesved/patch-1
Math.sol is not used, not needed
|
2017-11-10 16:19:01 -03:00 |
|
|
|
4e8f422a81
|
Merge pull request #542 from spalladino/feature/travis-notifications
Add Slack notifications
|
2017-11-10 15:27:03 -03:00 |
|
|
|
070226d624
|
Add Slack notifications
|
2017-11-10 13:18:20 -03:00 |
|
|
|
2413f83504
|
Include 'revert' in expectThrow() helper
|
2017-11-10 11:41:17 -03:00 |
|
|
|
be692e59eb
|
Update RefundVault.sol
|
2017-10-31 00:13:27 -07:00 |
|
|
|
e74652415f
|
Math.sol is not used, not needed
Small thing, but the Math.sol is not really needed, since it is not used.
|
2017-10-30 11:07:26 +01:00 |
|
|
|
5ad07e1892
|
improve mum performance and reduce gas cost
|
2017-10-30 09:58:52 +08:00 |
|
|
|
8e01dd14f9
|
Merge pull request #510 from doraemondrian/master
Use address(0) instead of 0x0
|
2017-10-24 16:46:05 -03:00 |
|
|
|
5088c64140
|
Merge pull request #503 from martriay/fix-missing-safemath
[TokenVesting] Add missing safemath ops
|
2017-10-23 12:53:25 -03:00 |
|
|
|
ac4a19dd7d
|
Use address type
|
2017-10-23 03:11:14 -07:00 |
|
|
|
09b1926c41
|
Use address type
|
2017-10-23 03:10:40 -07:00 |
|
|
|
d7b67eca52
|
Use address type
|
2017-10-23 03:10:00 -07:00 |
|
|
|
e4427befbb
|
Use address type
|
2017-10-23 03:08:30 -07:00 |
|
|
|
ca1babe1f7
|
Use address type
|
2017-10-23 03:06:51 -07:00 |
|
|
|
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.
|
2017-10-17 16:24:16 +03:00 |
|
|
|
dfb9ebd647
|
Update ecrecovery.rst
Fix typo
|
2017-10-16 17:50:25 -04:00 |
|
|
|
b60e434e0b
|
[TokenVesting] Add missing safemath ops
|
2017-10-16 03:48:32 -03:00 |
|
|
|
39d6c92069
|
Merge pull request #497 from martriay/token-vesting-fix
[TokenVesting] vestedAmount should return the historical vested amount
|
2017-10-13 16:46:37 -03:00 |
|
|
|
eb9f88bafc
|
[TokenVesting] Remove unused variable
|
2017-10-13 16:20:24 -03:00 |
|
|
|
aa431dfb20
|
[TokenVesting] Increase released amount before transfer
|
2017-10-13 16:13:54 -03:00 |
|
|
|
fff8e040b7
|
[TokenVesting] vestedAmount returns the historical vested amount
|
2017-10-13 15:32:44 -03:00 |
|
|
|
74636b7333
|
[TokenVesting] Use SafeMath
|
2017-10-12 00:34:03 -03:00 |
|
|
|
647fc13963
|
Merge pull request #492 from frangio/fix-vesting-revoke
TokenVesting bugfix
|
2017-10-11 16:58:21 -03:00 |
|
|
|
d5e0714faf
|
use safeTransfer
|
2017-10-11 16:31:31 -03:00 |
|
|
|
a184013d1e
|
explicitly mark functions public
|
2017-10-09 19:08:32 -03:00 |
|
|
|
7d08c4da7f
|
make TokenVesting variables public
|
2017-10-09 19:02:57 -03:00 |
|
|
|
01b92d1d56
|
fix a problem when revoke is called twice
|
2017-10-09 19:01:04 -03:00 |
|
|
|
790833e5d4
|
Update SimpleToken.sol
|
2017-10-08 04:26:21 +03:00 |
|
|
|
2cb2799a51
|
align docs developer-resources.rst with README.md
|
2017-10-07 23:44:43 +03:00 |
|
|
|
9dcf37dd19
|
align docs getting-started.rst with README.md
|
2017-10-07 23:37:37 +03:00 |
|
|
|
0d89e99ceb
|
Fix contracts path issue
|
2017-10-07 23:24:23 +03:00 |
|
|
|
a5a1be7219
|
Fixing docs issue #459
|
2017-10-07 23:21:58 +03:00 |
|
|
|
5aba967db9
|
Merge pull request #476 from martriay/add-token-vesting
Add token vesting
|
2017-10-05 18:44:39 -03:00 |
|