f49721576f
Remove abbreviations from parameters ( #1142 )
...
* Add an initial document for our code style
* Remove abbreviations from parameters
* Rename the param in AddressUtils
* fix comment
2018-08-02 16:38:54 -03:00
2765350248
Prefix all parameters with underscore ( #1133 )
2018-07-31 13:06:53 -03:00
45d6943913
Fix typos ( #1082 )
2018-07-19 21:48:20 -03:00
07020e9544
Remove redundant @dev tags ( #995 )
...
* Remove redundant @dev tags
* Remove redundant @notice tags
2018-06-14 15:19:59 -07:00
5daaf60d11
Make contracts 4.24 compatible ( #951 )
...
* Make contracts 4.24 compatible
2018-06-13 11:34:32 -07:00
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
2018-05-08 18:02:00 -07:00
6a7114fdb4
Bouncer contract implementation ( #883 )
...
* feat: implement bouncer contracts
* fix: rename Bouncer to SignatureBouncer
2018-04-17 11:36:24 -03:00
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
2018-04-10 20:31:29 -03:00
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
2018-04-09 20:48:32 -03:00
82ce197e44
tests: fix most of the static warnings ( #844 )
2018-03-28 13:33:58 -03:00
e299a7950e
Change ECRecovery recover method's visibility to internal ( #818 )
...
* Change ECRecovery recover method's visibility to internal
* Adopt the test
* Remove unused imports
2018-03-21 21:38:31 -03:00
3fb8ecad76
Gender of signer is irrelevant and distracting ( #822 )
2018-03-19 11:50:07 -03:00
815d9e1f45
Replace constant with view/pure
2017-11-22 18:59:54 -03:00
e6213767fa
Update all solidity versions to 0.4.18
2017-11-22 18:52:52 -03:00
b395b06b65
Explicit public visibility on methods
2017-09-18 12:57:46 -03:00
4f44427966
Added function helper, few changes on ECRecover lib
2017-07-18 11:31:30 -03:00
f8c0fab5d8
Fixed tests and few changes on contract comments
2017-07-18 11:31:30 -03:00
478d1b1a93
Removed safeRecover, using ecrecover method instead, recovering signature from entire hash
2017-07-18 11:31:30 -03:00
a68eaa4e2d
Added NatSpec documentation on ECRecovery contract
2017-07-18 11:31:30 -03:00
635c04378d
Removed ECRecovery mock contract, ECRecovery funcions are public constants
2017-07-18 11:31:30 -03:00
227c7aae0f
added check to ret boolean on ECRecovery
2017-07-18 11:31:30 -03:00
641b751385
Fix ECRecovery contract indentation
...
Fix ident on github
Fix ident github
Fix ident on github
2017-07-18 11:31:30 -03:00
4201d50dcf
ECRecovery library added with test and docs
2017-07-18 11:31:30 -03:00