Commit Graph

27 Commits (9f822906b8e8e052bae7947d4c362fbabdd2c3ba)

Author SHA1 Message Date
Nicolás Venturo 3acc2b4216 Added a constructor to BreakInvariantBounty. (#1395) 6 years ago
Aniket 41f84f8b40 Removed selfdestruct from BreakInvariantBounty (#1385) 6 years ago
Aniket c87433e0c2 Prevents Bounty from being claimed twice (#1374) 6 years ago
Francisco Giordano 9b37104655
Turn off blank-lines Solium rule (#1284) 6 years ago
Leo Arias 6c4c8989b3 Use prefix underscore for state variables and no underscore for parameters (#1282) 6 years ago
Nicolás Venturo f12817e446
RBAC and Ownable migration towards Roles (#1291) 6 years ago
Leo Arias 45c0c072d1 Improve encapsulation on lifecycle, ownership and payments (#1269) 7 years ago
Leo Arias 2aa5dd26be Improve encapsulation on BreakInvariantBounty (#1267) 7 years ago
Leo Arias b0f20d43df Add a leading underscore to internal and private functions. (#1257) 7 years ago
Francisco Giordano bd994a88de
Remove HasNoEther, HasNoTokens, HasNoContracts, and NoOwner (#1254) 7 years ago
Leo Arias 2441fd7d17 Move contracts to subdirectories (#1253) 7 years ago
Makoto Inoue 99f288bfb5 Consolidate TokenBounties into Bounty 8 years ago
Makoto Inoue 37f4ff8d3e Add killable to bounty 8 years ago
Makoto Inoue e35ba313a7 Add specs to test success and fail case of claiming 8 years ago
Makoto Inoue e8262f7c4b Make default function payable 8 years ago
Makoto Inoue 721d8fbbf7 Pass factory address at contract creation phase 8 years ago
Makoto Inoue f2ec8790e8 WIP Target contract creation via factory pattern 8 years ago
Makoto Inoue 48badda96f Fix typo 8 years ago
Makoto Inoue e318d6d246 Swap target contract at test by using abstract interface 8 years ago
Makoto Inoue 8df9925d1a Swap SimpleToken with Target 8 years ago
Makoto Inoue b5469310a1 Add bounty test to test against checkInvarient 8 years ago
Bill Gleim 1b65e336cd Resolve PullPayment relative path for Bounties 8 years ago
Bill Gleim 40af10df5e Correct relative directory reference 8 years ago
Bill Gleim 57d83fd022 Distinguish between Bounty types 8 years ago
Bill Gleim 27b156dbc0 Create CrowdsaleTokenBounty 8 years ago
Bill Gleim 961a26ad40 Create SimpleTokenBounty 8 years ago