artiebits
5daaf60d11
Make contracts 4.24 compatible ( #951 )
...
* Make contracts 4.24 compatible
7 years ago
John Shutt
ad12381549
update constructor syntax for solidity 0.4.23 in numerous contracts ( #921 )
...
* update solidity-coverage to ^0.5.0
* update truffle dependency to ^4.1.8
* update solium to ^1.1.7
* update all contracts to solidity ^0.4.23
7 years ago
Matt Condon
9e1c934ffd
Various fixes and formatting chores ( #885 )
...
* fix: clean up solium linting errors
* fix: make various contracts natspec compliant
* fix: this.balance deprecated; convert to address(this).balance
* fix: contract.call deprecated and switch to gasleft()
* fix: ignore empty block rule project-wide
* fix: add ignore cases for the rest of the linting warnings
7 years ago
Francisco Giordano
a7e91856f3
Update to Truffle 4.1.5 and Ganache 6.1.0 ( #876 )
...
* Update to ganache-cli v6.1.0 and truffle v4.1.0
* Update to stable version of ganache-cli
* fix: update event emission warning
- Fix event emission warnings for solidity 4.21 after truffle has been
updated to use this version
* fix pr review comments
* update to truffle v4.1.5
* update package-lock
* add additional emit keywords
* update solidity-coverage to 0.4.15
* update to solium 1.1.6
* fix MerkleProof coverage analysis by testing through wrapper
* change version pragma to ^0.4.21
* fix solium linting errors
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
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
961a26ad40
Create SimpleTokenBounty
8 years ago
Manuel Araoz
5eea131f1e
extract simpler version of Token into separate file
8 years ago
Manuel Araoz
dbc2853372
fixes for StandardToken
8 years ago
Manuel Araoz
a1f7de0ca1
fix problems with StandardToken
8 years ago
Michael J. Curry
21fb7463c7
PullPayment rename fixes
8 years ago
Michael J. Curry
25d0ed0006
changes for solidity 0.4
8 years ago
Manuel Araoz
fa8fd3044b
limitfunds and fixes
9 years ago
Manuel Araoz
f719bbf14b
remove ws
9 years ago
Manuel Araoz
857e37e032
Bounty contract
9 years ago