Commit Graph

11 Commits (03dfb2965c6a607e216b110910f9fce1c43d8c94)

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) 7 years ago
Nicolás Venturo f12817e446
RBAC and Ownable migration towards Roles (#1291) 7 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
Leo Arias 2765350248 Prefix all parameters with underscore (#1133) 7 years ago
Nicolás Venturo 8fd072cf8e Escrows (#1014) 7 years ago
Alex Beregszaszi 78e39aa2ad Do not use implicit type conversion for address literals (#1002) 7 years ago
artiebits 5daaf60d11 Make contracts 4.24 compatible (#951) 7 years ago
John Shutt ad12381549 update constructor syntax for solidity 0.4.23 in numerous contracts (#921) 7 years ago
Matt Condon 9e1c934ffd
Various fixes and formatting chores (#885) 7 years ago
Francisco Giordano a7e91856f3
Update to Truffle 4.1.5 and Ganache 6.1.0 (#876) 7 years ago
Matt Condon bd2f1773cd fix: solium errors - function-order only 7 years ago
Matt Condon 4d263b7fc3 fix: the result of 'npm run lint:sol:fix' 7 years ago
Alejandro Santander bb1736e376 Change visibility of fallbacks to external 7 years ago
Alejandro Santander b50391862c Changes to remove warnings 7 years ago
Alejandro Santander e6213767fa Update all solidity versions to 0.4.18 7 years ago
sot528 b069827bad fix typo. 7 years ago
dmx374 b395b06b65 Explicit public visibility on methods 7 years ago
Peter Murray 18581f138f converted if() throw convention to require()/assert()/revert() 8 years ago
David Knott 6ede3d9001 Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11 8 years ago
David Knott d08185fc3e Edit natspec documentation typos 8 years ago
maurelian d357cf3a2e Minor changes to doc comments for token and other contracts 8 years ago
João Gabriel Carvalho 602c18b394 Applied change regarding the styling 8 years ago
João Gabriel Carvalho b5d4120adb Added natsec for all lifecycle contracts + bounty.sol, DayLimit.sol and LimitBalance.sol 8 years ago
Jorge Izquierdo a6a2ee2bf1 Merge with master 8 years ago
David Knott 70b5ffd928 Change killable to destructible and kill to destroy 8 years ago
Manuel Araoz 52b66c744f solidity version 0.4.8 8 years ago
Manuel Araoz 60b48b0235 Solium 8 years ago
Manuel Araoz ca8f2f2362 rearrange folders 8 years ago
Manuel Araoz 47d979aa72 Bounty docs 8 years ago
Manuel Araoz 726840b8de make Bounty inheritance explicit 8 years ago
Federico Bond 278f060c56 Replace composition for inheritance in Bounty 8 years ago
Manuel Araoz 83f4104699 migrate to 0.4.4 8 years ago
Makoto Inoue b6a5830047 Does not allow to create bounty contract without address 8 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