Matt Condon
|
227a335399
|
feat: move mock solidity contracts to mocks/ folder
|
7 years ago |
Matt Condon
|
58abd66969
|
feat: rename all test files to include .test.js postfix
|
7 years ago |
Matt Condon
|
8662846838
|
feat: apply eslint --fix across project
|
7 years ago |
Matt Condon
|
6ea0577bfe
|
feat: enable eslint
|
7 years ago |
Matt Condon
|
b9b26e1d8a
|
feat: allow configuration of ropsten and ganache with env variables
|
7 years ago |
Matt Condon
|
887c1bb925
|
feat: more comprehensive gitignore
|
7 years ago |
Francisco Giordano
|
cc5e898250
|
Merge pull request #588 from BrandonGilchrist/feature/delayed-crowdsale-docs
Add docs for DelayedClaimable
|
7 years ago |
Francisco Giordano
|
1cef36b5c0
|
Merge pull request #585 from Shrugs/feat/only-npm
feat: remove yarn in favor of npm
|
7 years ago |
Matt Condon
|
c95be493c3
|
fix: remove engines
|
7 years ago |
Brandon Gilchrist
|
bddc8755c1
|
Add docs for DelayedClaimable
|
7 years ago |
Matt Condon
|
3ad555bb01
|
fix: remove duplicate npm ls
|
7 years ago |
Matt Condon
|
846b0714ad
|
feat: remove yarn in favor of npm
|
7 years ago |
Francisco Giordano
|
f79f7b00e3
|
Merge pull request #582 from Shrugs/fix/split-payment-payable
fix: make SplitPayment payable by default
|
7 years ago |
Matt Condon
|
47585b1117
|
fix: make SplitPayment payable by default
|
7 years ago |
Francisco Giordano
|
b7e7c765e0
|
v1.4.0
|
7 years ago |
Francisco Giordano
|
9e1da49f23
|
sync yarn.lock with package-lock.json
|
7 years ago |
Ben Burns
|
c29dd086d3
|
Update to testrpc 6.0.1 and test fixes for revert opcode.
|
7 years ago |
Francisco Giordano
|
b9cbea1c9c
|
Merge pull request #576 from ajsantander/master
Address new compiler warnings
|
7 years ago |
Francisco Giordano
|
b254b74b87
|
Merge pull request #577 from redsquirrel/patch-1
Minor formatting change
|
7 years ago |
Alejandro Santander
|
bb1736e376
|
Change visibility of fallbacks to external
|
7 years ago |
Dave Hoover
|
11349835e9
|
Minor formatting change
|
7 years ago |
Alejandro Santander
|
c6e0edb268
|
Remove solidity warnings in tests
|
7 years ago |
Alejandro Santander
|
b50391862c
|
Changes to remove warnings
|
7 years ago |
Alejandro Santander
|
0bcf0a2001
|
Merge pull request #573 from ajsantander/master
Update to truffle 4.0.0 and solc 0.4.18
|
7 years ago |
Alejandro Santander
|
0eaa5f50ac
|
Disable solidity-coverage
This is required to update to truffle 4 and solc 0.4.18, see PR #573
|
7 years ago |
Alejandro Santander
|
ce86029f6a
|
Update solidity version on test helpers
|
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 |
Alejandro Santander
|
f28c245a3c
|
Update to truffle 4.0.0
had to up the gasLimit in test.sh to avoid an out of gas error when deploying the scripts
|
7 years ago |
Francisco Giordano
|
12303ceaf5
|
fix treatment of bignumber in CappedToken test
|
7 years ago |
Francisco Giordano
|
9001ce9d3a
|
Merge pull request #515 from cwhinfrey/master
Create CappedToken, a capped MintableToken
|
7 years ago |
Francisco Giordano
|
492ef4a419
|
Merge pull request #571 from quantum13/patch-1
Small code style change
|
7 years ago |
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 |