|
|
0f3a8051d6
|
Added Claimable contract as an extension of Ownable with the Claimable tests
|
2016-11-02 14:20:52 -03:00 |
|
|
|
e2861e7591
|
fix spacing
|
2016-10-28 19:18:55 -03:00 |
|
|
|
e033d802ff
|
Merge branch 'master' into bounty_with_factory_merged
|
2016-10-28 11:59:51 +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 |
|
|
|
99f288bfb5
|
Consolidate TokenBounties into Bounty
|
2016-10-27 22:35:08 +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 |
|
|
|
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 |
|
|
|
a02a8a6e41
|
Resolve conflicts
|
2016-10-26 09:05:58 +01:00 |
|
|
|
f2ec8790e8
|
WIP Target contract creation via factory pattern
|
2016-10-26 07:24:11 +01:00 |
|
|
|
48badda96f
|
Fix typo
|
2016-10-26 07:24:11 +01:00 |
|
|
|
e318d6d246
|
Swap target contract at test by using abstract interface
|
2016-10-26 07:24:10 +01:00 |
|
|
|
8df9925d1a
|
Swap SimpleToken with Target
|
2016-10-26 07:24:10 +01:00 |
|
|
|
b5469310a1
|
Add bounty test to test against checkInvarient
|
2016-10-26 07:20:41 +01:00 |
|
|
|
dfc133d9af
|
Create tests for Stoppable.
|
2016-10-25 20:43:35 -07:00 |
|
|
|
f0ed649db3
|
Add release method to Stoppable. Create StoppableMock
|
2016-10-25 10:15:37 -07:00 |
|
|
|
1b65e336cd
|
Resolve PullPayment relative path for Bounties
|
2016-10-23 10:04:56 -07:00 |
|
|
|
47b2c6d668
|
WIP Target contract creation via factory pattern
|
2016-10-22 23:29:13 +01:00 |
|
|
|
334073a64f
|
Fix typo
|
2016-10-22 18:29:07 +01:00 |
|
|
|
986509934b
|
Swap target contract at test by using abstract interface
|
2016-10-22 18:16:42 +01:00 |
|
|
|
9345436957
|
Swap SimpleToken with Target
|
2016-10-22 18:01:17 +01:00 |
|
|
|
a98c5b8865
|
Add bounty test to test against checkInvarient
|
2016-10-22 17:27:46 +01:00 |
|
|
|
40af10df5e
|
Correct relative directory reference
|
2016-10-21 16:22:55 -07:00 |
|
|
|
57d83fd022
|
Distinguish between Bounty types
|
2016-10-21 15:48:03 -07:00 |
|
|
|
bb3ebe13fa
|
Separate bounty contracts from general pattern contracts
|
2016-10-21 15:44:30 -07:00 |
|
|
|
27b156dbc0
|
Create CrowdsaleTokenBounty
|
2016-10-21 15:43:02 -07:00 |
|
|
|
961a26ad40
|
Create SimpleTokenBounty
|
2016-10-21 15:42:43 -07:00 |
|
|
|
5eea131f1e
|
extract simpler version of Token into separate file
|
2016-10-14 12:58:35 -03:00 |
|
|
|
dbc2853372
|
fixes for StandardToken
|
2016-10-14 12:38:01 -03:00 |
|
|
|
a1f7de0ca1
|
fix problems with StandardToken
|
2016-10-14 10:55:16 -03:00 |
|
|
|
0a0f8c58a2
|
StandardToken first version
|
2016-10-13 15:33:25 -03:00 |
|
|
|
f8c486ea1b
|
style changes to base token
|
2016-10-12 20:07:15 -03:00 |
|
|
|
f53ec8613e
|
new token base
|
2016-10-12 20:03:23 -03:00 |
|
|
|
25a0210118
|
improve PullPaymentCapable
|
2016-10-12 16:51:12 -03:00 |
|
|
|
5c07cd148d
|
add pragmas and get tests to run
|
2016-10-12 14:02:54 -04:00 |
|
|
|
21fb7463c7
|
PullPayment rename fixes
|
2016-10-12 13:53:38 -04:00 |
|
|
|
25d0ed0006
|
changes for solidity 0.4
|
2016-10-12 13:52:24 -04:00 |
|
|
|
503faa051d
|
rename PullPaymentCapable=>PullPayment
|
2016-10-05 17:08:40 -03:00 |
|
|
|
8b921dc6ec
|
fix pullpaymentcapable test
|
2016-09-30 18:51:42 -03:00 |
|
|
|
9c26899010
|
Add public to PullPaymentCapable data
|
2016-09-30 18:12:53 -03:00 |
|
|
|
c7f74555a3
|
add some modifiers to poex example
|
2016-09-30 13:45:55 -03:00 |
|
|
|
fd45473367
|
minor mods to poex contract
|
2016-09-30 13:29:34 -03:00 |
|
|
|
2c593a4d1a
|
add poex example
|
2016-09-30 13:24:25 -03:00 |
|
|
|
825203fcec
|
write ownable simple test
|
2016-09-12 19:16:37 -07:00 |
|
|
|
9ec8d752ae
|
make Ownable transferrable
|
2016-08-23 18:11:21 -03:00 |
|