Leo Arias
2aa5dd26be
Improve encapsulation on BreakInvariantBounty ( #1267 )
...
* Improve encapsulation on BreakInvariantBounty
* Make researchers private
* Do not prefix getters
7 years ago
Leo Arias
b0f20d43df
Add a leading underscore to internal and private functions. ( #1257 )
...
* Add a leading underscore to internal and private functions.
Fixes #1176
* Remove super
* update the ERC721 changes
* add missing underscore after merge
* Fix mock
7 years ago
Francisco Giordano
bd994a88de
Remove HasNoEther, HasNoTokens, HasNoContracts, and NoOwner ( #1254 )
...
* remove HasNoEther, HasNoTokens, HasNoContracts, and NoOwner
* remove unused ERC223TokenMock
* remove Contactable
* remove TokenDestructible
* remove DeprecatedERC721
* inline Destructible#destroy in Bounty
* remove Destructible
7 years ago
Leo Arias
2441fd7d17
Move contracts to subdirectories ( #1253 )
...
* Move contracts to subdirectories
Fixes #1177 .
This Change also removes the LimitBalance contract.
* fix import
* move MerkleProof to cryptography
* Fix import
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