Joe Jordan
|
7f591a9181
|
Update README.md
I clarified where the "npm install zeppelin-solidity" command should happen. I got hung up on it initially and I know others have as well.
|
7 years ago |
Facundo Spagnuolo
|
23afc74b59
|
Address feedback comments for ERC721
|
7 years ago |
Ernestas Prisakaru
|
dcf1f8d22d
|
Rename ERC23 occurrences to ERC223
|
7 years ago |
Facundo Spagnuolo
|
c7f2138da1
|
Merge pull request #688 from AugustoL/refactor/reorganize-tests
Reorganize tests and add library folder
|
7 years ago |
AugustoL
|
b67856c69d
|
Separate ERC20 and ERC827 form tokens implementations in contracts and test folders
|
7 years ago |
AugustoL
|
4fbd44fd40
|
Reorganize tests and add library folder
|
7 years ago |
Augusto Lemble
|
2887393712
|
Merge branch 'master' into fix/reference-of-rbac-usage
|
7 years ago |
Facundo Spagnuolo
|
af337047a4
|
Fix solint errors
|
7 years ago |
Augusto Lemble
|
b0522b9c58
|
Merge pull request #518 from AugustoL/add-smart-token
Add ERC827 Token
|
7 years ago |
AugustoL
|
969466b8fd
|
Add ethjs-abi dependency needed in ERC827 tests
|
7 years ago |
AugustoL
|
2b008f4cb6
|
Fix solidity linter errors
|
7 years ago |
AugustoL
|
d060d29912
|
Merge remote-tracking branch 'upstream/master' into add-smart-token
|
7 years ago |
sot528
|
75439c1dd3
|
fix reference of RBAC usage.
|
7 years ago |
Alejandro Santander
|
c8878adcbd
|
Merge branch 'master' into refactor/info-md-updates
|
7 years ago |
Alejandro Santander
|
d95c3ade8f
|
Minor changes as per feedback from @frangio
|
7 years ago |
Alejandro Santander
|
7811370000
|
Remove branching section and remove negative comment
|
7 years ago |
Alejandro Santander
|
b1e1aadba1
|
Simplified and updated CONTRIBUTING.md, small update to README.md
|
7 years ago |
AugustoL
|
7ddd66fb74
|
fix increaseApproval in ERC827Token with tests
|
7 years ago |
Manuel Aráoz
|
0cdc5e13ce
|
Update ISSUE_TEMPLATE.md
|
7 years ago |
Facundo Spagnuolo
|
5b50e99a0d
|
ERC721 required functionality tests
|
7 years ago |
Facundo Spagnuolo
|
b09d7aada4
|
Implement ERC721 required functionality
|
7 years ago |
Facundo Spagnuolo
|
5fc5ded661
|
Provide ERC721 required functionality interface
|
7 years ago |
Facundo Spagnuolo
|
146a22cd96
|
Merge pull request #661 from facuspagnuolo/enhancement/organize_test_files
Organize test files following contracts folders structure
|
7 years ago |
Facundo Spagnuolo
|
b925b2dae6
|
Organize test files following contracts folders structure
|
7 years ago |
AugustoL
|
87f5916341
|
Separate ERC827 interface in another contract
|
7 years ago |
AugustoL
|
8854966847
|
change throw for require in MessageHelper contract@
|
7 years ago |
AugustoL
|
685d2087ca
|
Add increase and decrease approval functions to ERC827 with tests
|
7 years ago |
Francisco Giordano
|
7532dab17d
|
Merge pull request #677 from ernestas2k/fix/error-testing-in-delayed-claimable#672
Fix error testing in DelayClaimable tests
|
7 years ago |
Francisco Giordano
|
73a8be1449
|
Merge pull request #676 from Shrugs/feat/solidity-highlighting-#671
feat: add solidity syntax highlighting directive, fixes #671
|
7 years ago |
Ernestas
|
c9fff647f4
|
Merge branch 'master' into fix/error-testing-in-delayed-claimable#672
|
7 years ago |
Francisco Giordano
|
ec2f7ba8d1
|
Merge pull request #673 from Shrugs/feat/solium
Solium Integration, Linting Refactor
|
7 years ago |
Ernestas Prisakaru
|
a4029e7472
|
Fix error testing in DelayClaimable tests
|
7 years ago |
Matt Condon
|
ad5edd329f
|
feat: add solidity syntax highlighting directive, fixes #671
|
7 years ago |
Matt Condon
|
955517dc2e
|
fix: add ignore directives to SampleCrowdsale and SimpleToken
|
7 years ago |
Matt Condon
|
3b48a671fd
|
fix: solium errors - whitespace related
|
7 years ago |
Matt Condon
|
bd2f1773cd
|
fix: solium errors - function-order only
|
7 years ago |
Matt Condon
|
e60aee61f2
|
fix: solium errors - blank-line only
|
7 years ago |
Matt Condon
|
b2e2d9ab1c
|
fix: solium errors - indentation only
|
7 years ago |
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 |
AugustoL
|
e911b4d556
|
Add findMethod function in ERC827Token test
|
7 years ago |