Matt Condon
|
4d263b7fc3
|
fix: the result of 'npm run lint:sol:fix'
|
7 years ago |
Matt Condon
|
e0f3fea97f
|
feat: add solium linting to travis, npm script
|
7 years ago |
Matt Condon
|
d4dc4b25c8
|
fix: remove warning on timestamp usage
|
7 years ago |
zava
|
c1244d6297
|
updated soliumrc - Solium v1 compatible
|
7 years ago |
Francisco Giordano
|
462c52bcbf
|
Merge pull request #601 from elopio/test/math
test: add tests for max64 and min64 from Math
|
7 years ago |
Francisco Giordano
|
9f68c00855
|
Merge pull request #667 from spalladino/feature/655-safemath_docs
Add documentation to safemath functions
|
7 years ago |
Francisco Giordano
|
4dcf8f5bd0
|
Merge pull request #674 from frangio/add-missing-awaits
Add missing awaits in tests
|
7 years ago |
Francisco Giordano
|
ea1cb5c54e
|
add missing awaits in tests
|
7 years ago |
Santiago Palladino
|
49b42e8696
|
Minor change in SafeMath sub documentation
|
7 years ago |
Francisco Giordano
|
beea818f4e
|
Merge pull request #638 from LimelabsTech/master
BuyTokens getting the token amount from a function instead of just multiplication. Useful for making Crowdsales with bonus periods
|
7 years ago |
Francisco Giordano
|
13b75bd5af
|
Merge branch 'master' into master
|
7 years ago |
Santiago Palladino
|
21297e2b2c
|
Add documentation to safemath functions
Fixes #655
|
7 years ago |
Matt Condon
|
94697726f5
|
Merge pull request #664 from Shrugs/fix/pr-template-syntax
fixup: issue template mdown syntax
|
7 years ago |
Matt Condon
|
a58e3e151a
|
fixup: pr template mdown syntax
|
7 years ago |
Francisco Giordano
|
790b3b20c2
|
Merge pull request #646 from Shrugs/feat/npm-lint-fix-#642
feat: add 'npm run lint:fix' script
|
7 years ago |
Francisco Giordano
|
ed6e51494e
|
Merge pull request #660 from facuspagnuolo/bugfix/659_add_transfer_event_to_simple_token
Emit Transfer event on SimpleToken creation
|
7 years ago |
Facundo Spagnuolo
|
17884e91a1
|
Emit Trasnfer event on SimpleToken creation
|
7 years ago |
Francisco Giordano
|
59cd714b84
|
Merge pull request #641 from Shrugs/feat/issue-templates-#639
feat: implement issue and pr templates
|
7 years ago |
George Spasov
|
a24031854b
|
Merge branch 'master' into master
|
7 years ago |
Matt Condon
|
6cd84ffceb
|
feat: add 'npm run lint:fix' script
|
7 years ago |
Matt Condon
|
29edd4e15e
|
feat: implement issue and pr templates
|
7 years ago |
Federico Bond
|
6af6efc198
|
Merge pull request #635 from AugustoL/test/ECRecoveryMock
Add ECRecoveryMock contract
|
7 years ago |
George Spasov
|
586c88802d
|
Changed constant to view and more expressive comment
|
7 years ago |
AugustoL
|
edbc64f337
|
Add missing semicolon in ECRecovery test
|
7 years ago |
AugustoL
|
c73861d8b3
|
Use test message in ECRecovery tests and fix typos
|
7 years ago |
AugustoL
|
d78bcbbae5
|
change web3.eth.accounts for accounts in ECRecovery test
|
7 years ago |
AugustoL
|
326df13bf3
|
Add ECRecoveryMock contract
|
7 years ago |
George Spasov
|
7852583fde
|
reverted package.json file
|
7 years ago |
George Spasov
|
5993f5b371
|
reverted back the version
|
7 years ago |
George Spasov
|
04946211a5
|
Using the new overridable function
|
7 years ago |
George Spasov
|
2f2ef68652
|
Increased Minor Version
|
7 years ago |
George Spasov
|
ebdba08218
|
Added overridable getTokenAmount function
|
7 years ago |
Francisco Giordano
|
a74b7bd4b1
|
Merge pull request #613 from federicobond/remove-duplicate-constructor
Remove duplicated constructor call in FinalizableCrowdsaleImpl
|
7 years ago |
Federico Bond
|
090e2fca16
|
Remove duplicated constructor call in FinalizableCrowdsaleImpl
|
7 years ago |
Francisco Giordano
|
dbe8898d00
|
Merge pull request #636 from OpenZeppelin/release/v1.5.0
v1.5.0
|
7 years ago |
Santiago Palladino
|
52b2a619c7
|
Merge pull request #603 from elopio/patch-1
fix typo: that -> than
|
7 years ago |
Leo Arias
|
58ecbd6104
|
fix typo: that -> than
|
7 years ago |
Santiago Palladino
|
9aa61ad273
|
Merge pull request #634 from Shrugs/fix/destructible-typo
fix: TokenDestructible typo fron->from
|
7 years ago |
Matt Condon
|
7aa6f21147
|
fix: TokenDestructible typo fron->from
|
7 years ago |
Facundo Spagnuolo
|
323d1fa941
|
Refactor assert revert helper to encapsulate promises (#628)
|
7 years ago |
Francisco Giordano
|
4073cf6585
|
v1.5.0
|
7 years ago |
Francisco Giordano
|
4ce0e211c5
|
Merge pull request #604 from elopio/tests/fix-ReentrancyGuard
test: fix the mocks path in ReentrancyGuard test
|
7 years ago |
Francisco Giordano
|
9af6ad5ddf
|
Merge pull request #610 from TalAter/master
Documented increaseApproval() and decreaseApproval()
|
7 years ago |
Francisco Giordano
|
2f336f7aaf
|
Merge pull request #614 from him2him2/master
Update HTTP -> HTTPS
|
7 years ago |
Francisco Giordano
|
5751eac444
|
Merge pull request #617 from spalladino/feature/reenable-coverage
Re-enable solidity coverage
|
7 years ago |
Francisco Giordano
|
cda518d353
|
Merge pull request #624 from AugustoL/change-uint-tokentimelock
Use uint256 in TokenTimeLock contract
|
7 years ago |
AugustoL
|
f446f5c5cd
|
Use uint256 in TokenTimeLock contract
|
7 years ago |
Santiago Palladino
|
1455a5a942
|
Re-enable solidity coverage
- Upgrade version
- Re-enable in travis.yml
- Move mocks to contracts folder for instrumentation
|
7 years ago |
Francisco Giordano
|
207b92f63c
|
Merge pull request #602 from nemild/patch-1
Consistent spellings of reentrant
|
7 years ago |
Ronald Eddy Jr
|
b217ef6314
|
Update HTTP -> HTTPS
URLs were updated to use HTTPS protocol
|
7 years ago |