Francisco Giordano
|
5f67dd7868
|
Merge pull request #574 from gakonst/master
Fix unused variable warning in `Standard Token.sol`
|
7 years ago |
Georgios Konstantopoulos
|
3c5a268da4
|
fixes #572
|
7 years ago |
Facundo Spagnuolo
|
db5a12cfdd
|
Merge pull request #506 from TalAter/fix/deprecated-throw-in-tests
Replace deprecated throw with assert in Solidity tests
|
7 years ago |
Vladimir Khramov
|
03ad0efd29
|
Small code style change
http://solidity.readthedocs.io/en/develop/style-guide.html#other-recommendations
The visibility modifiers for a function should come before any custom modifiers.
|
7 years ago |
Tal Ater
|
5fc53b6f2f
|
Replaced assert with require
|
7 years ago |
Francisco Giordano
|
99f3e26f83
|
Merge pull request #568 from frangio/readme-npm-init
Add npm init in README
|
7 years ago |
Francisco Giordano
|
151371cc86
|
add npm init in README
|
7 years ago |
Francisco Giordano
|
376208bd96
|
Merge pull request #566 from onbjerg/patch-1
Make coverage badge flat
|
7 years ago |
Oliver
|
11b63d4fc1
|
Revert alt text for coverage badge
|
7 years ago |
Oliver
|
39ae5b4cca
|
Make coverage badge flat
|
7 years ago |
Francisco Giordano
|
670b843b63
|
Merge pull request #553 from limexp/fix/534-ci-versions-info
added versions output to Travis CI log #534
|
7 years ago |
Francisco Giordano
|
070d25dc9e
|
Merge pull request #564 from spalladino/fix/travis-no-prs-notifications
Do not notify via Slack about PR build failures
|
7 years ago |
Santiago Palladino
|
9684ce76c5
|
Do not notify via Slack on PRs
|
7 years ago |
Alejandro Santander
|
d919f0dde2
|
Merge pull request #487 from limexp/fix/docs
fix docs issue #459 and align with README.md
|
7 years ago |
Alejandro Santander
|
689e18aab5
|
Merge branch 'master' into fix/docs
|
7 years ago |
Chris Whinfrey
|
8765e2a53f
|
Use instead of directly calling on
|
7 years ago |
Facundo Spagnuolo
|
7a19bcf6d9
|
Merge pull request #505 from ZumZoom/patch-1
Finish minting should be called only once
|
7 years ago |
Facundo Spagnuolo
|
088897150e
|
Merge pull request #526 from amazingandyyy/patch-1
Update RefundVault.sol
|
7 years ago |
Santiago Palladino
|
34be16d939
|
Merge pull request #522 from emn178/feature/improve_mul
improve mul performance and reduce gas cost
|
7 years ago |
Francisco Giordano
|
14ae881e26
|
Merge pull request #544 from maraoz/timer-improvement
remove timer test helper
|
7 years ago |
Manuel Araoz
|
666a3a73e0
|
remove unused 'day' test variable
|
7 years ago |
Francisco Giordano
|
84bffb854a
|
Merge pull request #477 from facuspagnuolo/feaure/create_detailed_erc20_interface
Create detailed ERC20 interface
|
7 years ago |
Facundo Spagnuolo
|
365c875ced
|
Create detailed ERC20 interface
|
7 years ago |
Manuel Araoz
|
7dd0ee6212
|
remove timer
|
7 years ago |
Boris Kostenko
|
7123faff9f
|
added versions output to Travis CI log #534
|
7 years ago |
Chris Whinfrey
|
61b5921ab2
|
Fix typo
|
7 years ago |
Francisco Giordano
|
e72c7ce91b
|
Merge pull request #417 from abarmat/feature-splitpayment-contract
Feature SplitPayment contract
|
7 years ago |
Manuel Araoz
|
c4ca7f03e3
|
improve timer test helper
|
7 years ago |
Francisco Giordano
|
9be77ddd54
|
Merge pull request #469 from nedodn/patch-2
Update TokenTimelock.sol: Issue #464
|
7 years ago |
Francisco Giordano
|
70a17d0b96
|
Merge pull request #475 from et/patch-2
Add `npm init`
|
7 years ago |
Francisco Giordano
|
ad2282456e
|
Merge pull request #478 from rudygodoy/patch-2
Fixes typos in documentation
|
7 years ago |
Francisco Giordano
|
fe3e360483
|
Merge pull request #482 from sohkai/patch-1
Small typo fixes for bounty docs
|
7 years ago |
Francisco Giordano
|
5a857fc1a7
|
Merge pull request #490 from Nedudi/master
Update SimpleToken.sol
|
7 years ago |
Francisco Giordano
|
c5cd35b2ea
|
Merge pull request #504 from FloorLamp/patch-1
Update ecrecovery.rst
|
7 years ago |
Francisco Giordano
|
a808b0b03f
|
Merge pull request #523 from thesved/patch-1
Math.sol is not used, not needed
|
7 years ago |
Francisco Giordano
|
4e8f422a81
|
Merge pull request #542 from spalladino/feature/travis-notifications
Add Slack notifications
|
7 years ago |
Santiago Palladino
|
070226d624
|
Add Slack notifications
|
7 years ago |
Alejandro Santander
|
2413f83504
|
Include 'revert' in expectThrow() helper
|
7 years ago |
Andy Chen
|
be692e59eb
|
Update RefundVault.sol
|
7 years ago |
thesved
|
e74652415f
|
Math.sol is not used, not needed
Small thing, but the Math.sol is not really needed, since it is not used.
|
7 years ago |
Chen Yi-Cyuan
|
5ad07e1892
|
improve mum performance and reduce gas cost
|
7 years ago |
Chris Whinfrey
|
575372f660
|
Add Capped Token tests
|
7 years ago |
Chris Whinfrey
|
7a26a0ecf1
|
Add capped token contract
|
7 years ago |
Francisco Giordano
|
8e01dd14f9
|
Merge pull request #510 from doraemondrian/master
Use address(0) instead of 0x0
|
7 years ago |
Francisco Giordano
|
5088c64140
|
Merge pull request #503 from martriay/fix-missing-safemath
[TokenVesting] Add missing safemath ops
|
7 years ago |
Dora E. Mondrian
|
ac4a19dd7d
|
Use address type
|
7 years ago |
Dora E. Mondrian
|
09b1926c41
|
Use address type
|
7 years ago |
Dora E. Mondrian
|
d7b67eca52
|
Use address type
|
7 years ago |
Dora E. Mondrian
|
e4427befbb
|
Use address type
|
7 years ago |
Dora E. Mondrian
|
ca1babe1f7
|
Use address type
|
7 years ago |