|
|
3e9bfbc77a
|
add simple tests for BasicToken
|
2016-11-16 13:18:42 -03:00 |
|
|
|
8acc783309
|
rename lite->basic
|
2016-11-16 13:13:40 -03:00 |
|
|
|
10e8d6a09f
|
move erc20 and standardtoken to token folder
|
2016-11-16 12:58:24 -03:00 |
|
|
|
a767b3df4a
|
Merge pull request #71 from maraoz/fix-truffle-build
fix truffle build
|
2016-11-16 12:55:04 -03:00 |
|
|
|
69463d9120
|
fix truffle build
|
2016-11-16 12:51:41 -03:00 |
|
|
|
3207996777
|
Merge pull request #65 from se3000/ownable_guard
add check prevening ownables from getting stuck
|
2016-11-14 22:06:30 -03:00 |
|
|
|
eed0ba9519
|
Merge pull request #68 from OpenZeppelin/demibrener-patch-1
Collaborating organizations list
|
2016-11-14 22:05:50 -03:00 |
|
|
|
7c7ca1cf5f
|
Update README.md
|
2016-11-14 19:28:51 -03:00 |
|
|
|
4cd3de4cbf
|
Update README.md
|
2016-11-14 19:24:28 -03:00 |
|
|
|
e1dcab29de
|
Merge pull request #69 from federicobond/tokenmock-totalsupply
Fill totalSupply in StandardTokenMock
|
2016-11-14 18:29:27 -03:00 |
|
|
|
2b62f349ee
|
Fill totalSupply in StandardTokenMock
|
2016-11-14 18:22:05 -03:00 |
|
|
|
23448fa53c
|
Update README.md
|
2016-11-14 17:56:15 -03:00 |
|
|
|
0e0d6c0a1c
|
Collaborating organizations list
|
2016-11-14 17:54:21 -03:00 |
|
|
|
d7b38038ad
|
Merge pull request #67 from se3000/fresh_fixtures
Move away from migration fixtures in tests
|
2016-11-14 14:21:38 -03:00 |
|
|
|
a156064b33
|
make claimable use fresh instances for each test
|
2016-11-13 17:00:19 -05:00 |
|
|
|
1547000d1c
|
move Ownable tests away from migration fixtures
|
2016-11-13 16:58:25 -05:00 |
|
|
|
5f6b7f9301
|
add check prevening ownables from getting stuck
|
2016-11-13 16:03:11 -05:00 |
|
|
|
a3362f7216
|
Merge pull request #51 from AugustoL/master
Added Claimable contract as an extension of Ownable
|
2016-11-09 17:36:08 -03:00 |
|
|
|
df44240e83
|
Merge pull request #48 from federicobond/inheritance-bounty
Replace composition for inheritance in Bounty
|
2016-11-09 15:51:20 -03:00 |
|
|
|
278f060c56
|
Replace composition for inheritance in Bounty
|
2016-11-08 20:20:26 -03:00 |
|
|
|
056320ed94
|
Merge pull request #60 from OpenZeppelin/sol-0.4.4
migrate to 0.4.4
|
2016-11-08 13:06:40 -03:00 |
|
|
|
83f4104699
|
migrate to 0.4.4
|
2016-11-08 12:19:07 -03:00 |
|
|
|
0c0eb292ad
|
Merge pull request #58 from federicobond/selfdestruct
Replace deprecated suicide with selfdestruct
|
2016-11-04 13:09:28 -03:00 |
|
|
|
defcf56664
|
Replace deprecated suicide with selfdestruct
|
2016-11-03 22:58:28 -03:00 |
|
|
|
75485ca346
|
Merge pull request #49 from federicobond/ownable-stoppable
Make Stoppable a subclass of Ownable
|
2016-11-03 20:50:40 -03:00 |
|
|
|
4599fbf248
|
Make Stoppable a subclass of Ownable. Fixes #47
|
2016-11-02 16:25:47 -03:00 |
|
|
|
0f3a8051d6
|
Added Claimable contract as an extension of Ownable with the Claimable tests
|
2016-11-02 14:20:52 -03:00 |
|
|
|
c70a0cfd5d
|
Merge pull request #46 from adklempner/standard-token-tests
Add test for StandardToken
|
2016-11-01 14:39:19 -03:00 |
|
|
|
aa3cd8c03a
|
Add test for StandardToken
|
2016-11-01 10:21:00 -07:00 |
|
|
|
5683417d61
|
v0.0.11
|
2016-10-31 16:29:29 -03:00 |
|
|
|
e2861e7591
|
fix spacing
|
2016-10-28 19:18:55 -03:00 |
|
|
|
6de19c59ae
|
Merge pull request #43 from makoto/bounty_with_factory_merged
Bounty with factory (merged) version
|
2016-10-28 19:08:45 -03:00 |
|
|
|
949f25b244
|
Deploy mock contracts on test
|
2016-10-28 21:55:16 +01:00 |
|
|
|
e033d802ff
|
Merge branch 'master' into bounty_with_factory_merged
|
2016-10-28 11:59:51 +01:00 |
|
|
|
3764b43689
|
Update doc on migration step
|
2016-10-28 11:46:41 +01:00 |
|
|
|
b6a5830047
|
Does not allow to create bounty contract without address
|
2016-10-28 11:22:41 +01:00 |
|
|
|
19d3b8b27d
|
Merge pull request #42 from adklempner/standard-token-tests
Create tests for StandardToken
|
2016-10-28 02:41:16 -03:00 |
|
|
|
eb135e1d32
|
Merge pull request #39 from adklempner/emergency-stop
Add release method to Stoppable. Create StoppableMock
|
2016-10-28 02:38:41 -03:00 |
|
|
|
71edad126b
|
Create tests for StandardToken
|
2016-10-27 22:17:21 -07:00 |
|
|
|
0432376391
|
Merge pull request #1 from OpenZeppelin/master
Merge from master
|
2016-10-27 17:51:33 -07:00 |
|
|
|
9509298622
|
Change spec descriptions
|
2016-10-27 23:02:56 +01:00 |
|
|
|
99f288bfb5
|
Consolidate TokenBounties into Bounty
|
2016-10-27 22:35:08 +01:00 |
|
|
|
caca41f855
|
Add README
|
2016-10-27 22:29:52 +01:00 |
|
|
|
a04481d2d8
|
Remove extra whitespace
|
2016-10-27 22:10:53 +01:00 |
|
|
|
37f4ff8d3e
|
Add killable to bounty
|
2016-10-27 22:08:36 +01:00 |
|
|
|
e35ba313a7
|
Add specs to test success and fail case of claiming
|
2016-10-27 18:39:31 +01:00 |
|
|
|
e8262f7c4b
|
Make default function payable
|
2016-10-26 22:38:20 +01:00 |
|
|
|
df0c2defc8
|
Restructure test
|
2016-10-26 19:48:12 +01:00 |
|
|
|
14b8496247
|
Pass factory address to bounty
|
2016-10-26 19:34:08 +01:00 |
|
|
|
721d8fbbf7
|
Pass factory address at contract creation phase
|
2016-10-26 09:12:17 +01:00 |
|