fd4de77651
Replaces amount with value for consistency ( #1378 )
...
* fixes #1372
* done in ERC20Capped and ERC20Mintable
2018-10-04 07:51:52 -03:00
3c4528b8f4
fix initialization of ReetrancyGuard storage variable
2018-10-03 17:28:22 -03:00
c87433e0c2
Prevents Bounty from being claimed twice ( #1374 )
...
* signing prefix added
* Minor improvement
* Tests changed
* Successfully tested
* Minor improvements
* Minor improvements
* Revert "Dangling commas are now required. (#1359 )"
This reverts commit a6889776f4 .
* updates
* fixes #1356
* Removed extra semicolon.
2018-10-03 12:50:01 -03:00
f3888bb0b0
Removing unrequired _burn() override ( #1373 )
...
* signing prefix added
* Minor improvement
* Tests changed
* Successfully tested
* Minor improvements
* Minor improvements
* Revert "Dangling commas are now required. (#1359 )"
This reverts commit a6889776f4 .
* updates
* fixes #1371
* Removed extra whitespace
2018-10-03 12:23:08 -03:00
43ebb4fc43
ERC20 internal transfer method ( #1370 )
2018-10-02 18:15:59 -03:00
32d0f6770c
fix lint errors
2018-10-01 18:56:50 -03:00
621d4b30da
remove constructors from Crowdsales
2018-09-28 17:51:59 -03:00
693907d3c8
convert SampleCrowdsale and SampleCrowdsaleToken to initializers
2018-09-28 17:48:07 -03:00
2108641a37
convert distribution crowdsales to initializers
2018-09-28 16:38:04 -03:00
418b6f7cb3
convert IncreasingPriceCrowdsale to initializers
2018-09-28 16:01:57 -03:00
8c394de450
Add SignatureBouncer test for when msg.data is too short ( #1360 )
...
* add test for msg.data too short
* fix test to hit that branch
* Update SignatureBouncer.test.js
(cherry picked from commit 1a4e5346ed )
2018-09-28 09:38:48 -03:00
1a4e5346ed
Add SignatureBouncer test for when msg.data is too short ( #1360 )
...
* add test for msg.data too short
* fix test to hit that branch
* Update SignatureBouncer.test.js
2018-09-27 19:40:18 -03:00
ed200a0219
convert IndividuallyCappedCrowdsale to initializers
2018-09-27 19:28:14 -03:00
c4487ba836
convert CappedCrowdsale
2018-09-27 19:24:02 -03:00
2c2d80d9a0
convert TimedCrowdsale to initializers
2018-09-27 19:14:30 -03:00
6247a7bf7c
convert AllowanceCrowdsale to initializers
2018-09-27 18:57:59 -03:00
22f8660c8e
convert MintedCrowdsale to initializers
2018-09-27 18:53:31 -03:00
175e2c7254
convert Crowdsale to initializers
2018-09-27 18:43:58 -03:00
a0a3187b30
make roles initializers idempotent
2018-09-26 19:21:25 -03:00
f3b5f9e8f0
convert SignatureBouncer to initializers
2018-09-26 19:01:36 -03:00
e6d5379e39
convert TokenVesting to initializers
2018-09-26 18:59:07 -03:00
8bf7356f38
convert ERC20Migrator to initializers
2018-09-26 18:49:47 -03:00
d7b7644e68
convert ERC1046 to initializers
2018-09-26 18:30:45 -03:00
8dd0739072
convert BreakInvariantBounty to initializers
2018-09-26 18:26:45 -03:00
838509c0a4
Merge branch 'release-v2.0.0' of github.com:OpenZeppelin/openzeppelin-solidity into release-v2.0.0
2018-09-26 18:19:41 -03:00
e6252d511c
convert SimpleToken to initializers
2018-09-26 18:08:29 -03:00
e2e05294b0
convert RefundEscrow to initializers
2018-09-26 18:01:02 -03:00
3130a3f3de
convert ConditionalEscrow to initializers
2018-09-26 17:55:08 -03:00
884d5e0132
convert SplitPayment to initializers
2018-09-26 17:51:33 -03:00
8d28bd445a
covnert TokenTimelock into initializers
2018-09-26 17:46:54 -03:00
d643caf8fe
convert CapperRole and SignerRole to initializers
2018-09-26 17:18:45 -03:00
a010d88def
convert ERC721Pausable to initializers
2018-09-26 17:12:16 -03:00
d3116fcea8
add Initializable to simple ERC721 contracts
2018-09-26 17:12:16 -03:00
cda2866e7c
convert ERC721Burnable to initializers
2018-09-26 16:45:37 -03:00
fa5ecd03cb
Improved bounty tests. ( #1350 )
...
* Improved bounty tests.
* Fixed linter errors.
* Addressed review comments.
(cherry picked from commit ae109f69cc )
2018-09-26 16:37:31 -03:00
ae109f69cc
Improved bounty tests. ( #1350 )
...
* Improved bounty tests.
* Fixed linter errors.
* Addressed review comments.
2018-09-26 16:32:50 -03:00
1b0c6b94b9
Removed mintingFinished. ( #1351 )
...
* Removed mintingFinished from ERC20Mintable.
* Removed MintingFinished from ERC721Mintable.
* Removed MintingFinished event.
(cherry picked from commit 5fdeaa81d5 )
2018-09-26 16:06:27 -03:00
5fdeaa81d5
Removed mintingFinished. ( #1351 )
...
* Removed mintingFinished from ERC20Mintable.
* Removed MintingFinished from ERC721Mintable.
* Removed MintingFinished event.
2018-09-26 16:05:43 -03:00
652243b7c3
Removed assertions from Escrow and SplitPayment. ( #1349 )
...
(cherry picked from commit db2e1d2c74 )
2018-09-26 12:57:15 -03:00
db2e1d2c74
Removed assertions from Escrow and SplitPayment. ( #1349 )
2018-09-26 12:57:02 -03:00
e7c99dd7dd
Roles now emit events in construction and when renouncing. ( #1329 )
...
* release candidate v2.0.0-rc.1
* fix linter error
(cherry picked from commit c12a1c6898 )
* Roles now emit events in construction and when renouncing.
(cherry picked from commit 21198bf1c1 )
2018-09-26 12:14:34 -03:00
21198bf1c1
Roles now emit events in construction and when renouncing. ( #1329 )
...
* release candidate v2.0.0-rc.1
* fix linter error
(cherry picked from commit c12a1c6898 )
* Roles now emit events in construction and when renouncing.
2018-09-26 11:36:41 -03:00
aa6a44bb20
convert PullPayment to initializers
2018-09-25 19:38:15 -03:00
10642d14ea
convert Escrow to initializers
2018-09-25 19:33:58 -03:00
6ac45333fe
convert Secondary to initializers
2018-09-25 19:31:59 -03:00
0962b9e5e6
convert ERC20Pausable to initializers
2018-09-25 18:53:24 -03:00
c630cb4016
convert Pausable to initializers
2018-09-25 18:51:19 -03:00
21e016378c
convert PauserRole to initializers
2018-09-25 18:48:18 -03:00
7cee6df3f7
convert ERC20Capped to initializers
2018-09-25 18:41:19 -03:00
57325f51ff
convert ERC20Burnable to initializers
2018-09-25 18:23:20 -03:00