Leo Arias
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
7 years ago
Leo Arias
2765350248
Prefix all parameters with underscore ( #1133 )
7 years ago
Leo Arias
45d6943913
Fix typos ( #1082 )
7 years ago
Arun Kumar
07020e9544
Remove redundant @dev tags ( #995 )
...
* Remove redundant @dev tags
* Remove redundant @notice tags
7 years ago
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
6a7114fdb4
Bouncer contract implementation ( #883 )
...
* feat: implement bouncer contracts
* fix: rename Bouncer to SignatureBouncer
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
Leo Arias
82ce197e44
tests: fix most of the static warnings ( #844 )
7 years ago
Chenyang Wu
e299a7950e
Change ECRecovery recover method's visibility to internal ( #818 )
...
* Change ECRecovery recover method's visibility to internal
* Adopt the test
* Remove unused imports
7 years ago
Jesse B Miller
3fb8ecad76
Gender of signer is irrelevant and distracting ( #822 )
7 years ago
Alejandro Santander
815d9e1f45
Replace constant with view/pure
7 years ago
Alejandro Santander
e6213767fa
Update all solidity versions to 0.4.18
7 years ago
dmx374
b395b06b65
Explicit public visibility on methods
7 years ago
AugustoL
4f44427966
Added function helper, few changes on ECRecover lib
8 years ago
Augusto
f8c0fab5d8
Fixed tests and few changes on contract comments
8 years ago
Augusto
478d1b1a93
Removed safeRecover, using ecrecover method instead, recovering signature from entire hash
8 years ago
AugustoL
a68eaa4e2d
Added NatSpec documentation on ECRecovery contract
8 years ago
Augusto
635c04378d
Removed ECRecovery mock contract, ECRecovery funcions are public constants
8 years ago
Augusto
227c7aae0f
added check to ret boolean on ECRecovery
8 years ago
Augusto
641b751385
Fix ECRecovery contract indentation
...
Fix ident on github
Fix ident github
Fix ident on github
8 years ago
Augusto
4201d50dcf
ECRecovery library added with test and docs
8 years ago