|
|
a8afb20c20
|
Use Inherited event instead of OwnershipTransfered
|
2018-01-18 16:42:19 -03:00 |
|
|
|
a613cd03c9
|
added example use-case for Inheritable.sol
|
2018-01-18 16:42:19 -03:00 |
|
|
|
b709206f9f
|
fixes
|
2018-01-18 16:42:19 -03:00 |
|
|
|
2a560ad82f
|
name fix
|
2018-01-18 16:42:19 -03:00 |
|
|
|
4fe2157e36
|
Inheritable contract
|
2018-01-18 16:42:19 -03:00 |
|
|
|
0cdc5e13ce
|
Update ISSUE_TEMPLATE.md
|
2018-01-16 17:07:39 -03:00 |
|
|
|
146a22cd96
|
Merge pull request #661 from facuspagnuolo/enhancement/organize_test_files
Organize test files following contracts folders structure
|
2018-01-16 14:52:46 -03:00 |
|
|
|
b925b2dae6
|
Organize test files following contracts folders structure
|
2018-01-16 13:03:35 -03:00 |
|
|
|
7532dab17d
|
Merge pull request #677 from ernestas2k/fix/error-testing-in-delayed-claimable#672
Fix error testing in DelayClaimable tests
|
2018-01-15 18:48:43 -03:00 |
|
|
|
73a8be1449
|
Merge pull request #676 from Shrugs/feat/solidity-highlighting-#671
feat: add solidity syntax highlighting directive, fixes #671
|
2018-01-15 18:42:00 -03:00 |
|
|
|
c9fff647f4
|
Merge branch 'master' into fix/error-testing-in-delayed-claimable#672
|
2018-01-15 23:35:26 +02:00 |
|
|
|
ec2f7ba8d1
|
Merge pull request #673 from Shrugs/feat/solium
Solium Integration, Linting Refactor
|
2018-01-15 18:34:55 -03:00 |
|
|
|
a4029e7472
|
Fix error testing in DelayClaimable tests
|
2018-01-15 23:28:31 +02:00 |
|
|
|
ad5edd329f
|
feat: add solidity syntax highlighting directive, fixes #671
|
2018-01-15 16:24:18 -05:00 |
|
|
|
955517dc2e
|
fix: add ignore directives to SampleCrowdsale and SimpleToken
|
2018-01-15 16:11:45 -05:00 |
|
|
|
3b48a671fd
|
fix: solium errors - whitespace related
|
2018-01-15 16:11:45 -05:00 |
|
|
|
bd2f1773cd
|
fix: solium errors - function-order only
|
2018-01-15 16:11:45 -05:00 |
|
|
|
e60aee61f2
|
fix: solium errors - blank-line only
|
2018-01-15 16:11:45 -05:00 |
|
|
|
b2e2d9ab1c
|
fix: solium errors - indentation only
|
2018-01-15 16:11:45 -05:00 |
|
|
|
4d263b7fc3
|
fix: the result of 'npm run lint:sol:fix'
|
2018-01-15 16:11:45 -05:00 |
|
|
|
e0f3fea97f
|
feat: add solium linting to travis, npm script
|
2018-01-15 16:07:34 -05:00 |
|
|
|
d4dc4b25c8
|
fix: remove warning on timestamp usage
|
2018-01-15 16:07:34 -05:00 |
|
|
|
c1244d6297
|
updated soliumrc - Solium v1 compatible
|
2018-01-15 16:07:34 -05:00 |
|
|
|
462c52bcbf
|
Merge pull request #601 from elopio/test/math
test: add tests for max64 and min64 from Math
|
2018-01-15 18:05:19 -03:00 |
|
|
|
9f68c00855
|
Merge pull request #667 from spalladino/feature/655-safemath_docs
Add documentation to safemath functions
|
2018-01-15 18:03:09 -03:00 |
|
|
|
4dcf8f5bd0
|
Merge pull request #674 from frangio/add-missing-awaits
Add missing awaits in tests
|
2018-01-15 17:38:05 -03:00 |
|
|
|
ea1cb5c54e
|
add missing awaits in tests
|
2018-01-15 17:27:45 -03:00 |
|
|
|
49b42e8696
|
Minor change in SafeMath sub documentation
|
2018-01-15 15:44:06 -03:00 |
|
|
|
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
|
2018-01-15 15:42:49 -03:00 |
|
|
|
13b75bd5af
|
Merge branch 'master' into master
|
2018-01-15 15:32:39 -03:00 |
|
|
|
21297e2b2c
|
Add documentation to safemath functions
Fixes #655
|
2018-01-11 11:12:13 -03:00 |
|
|
|
94697726f5
|
Merge pull request #664 from Shrugs/fix/pr-template-syntax
fixup: issue template mdown syntax
|
2018-01-11 00:57:22 -05:00 |
|
|
|
a58e3e151a
|
fixup: pr template mdown syntax
|
2018-01-10 15:08:23 -05:00 |
|
|
|
790b3b20c2
|
Merge pull request #646 from Shrugs/feat/npm-lint-fix-#642
feat: add 'npm run lint:fix' script
|
2018-01-09 18:52:55 -03:00 |
|
|
|
ed6e51494e
|
Merge pull request #660 from facuspagnuolo/bugfix/659_add_transfer_event_to_simple_token
Emit Transfer event on SimpleToken creation
|
2018-01-09 15:53:10 -03:00 |
|
|
|
17884e91a1
|
Emit Trasnfer event on SimpleToken creation
|
2018-01-09 15:34:05 -03:00 |
|
|
|
59cd714b84
|
Merge pull request #641 from Shrugs/feat/issue-templates-#639
feat: implement issue and pr templates
|
2018-01-08 15:17:25 -03:00 |
|
|
|
a24031854b
|
Merge branch 'master' into master
|
2018-01-07 22:27:03 +02:00 |
|
|
|
6cd84ffceb
|
feat: add 'npm run lint:fix' script
|
2018-01-05 11:01:18 -06:00 |
|
|
|
29edd4e15e
|
feat: implement issue and pr templates
|
2018-01-05 11:00:37 -06:00 |
|
|
|
6af6efc198
|
Merge pull request #635 from AugustoL/test/ECRecoveryMock
Add ECRecoveryMock contract
|
2018-01-05 13:55:55 -03:00 |
|
|
|
586c88802d
|
Changed constant to view and more expressive comment
|
2018-01-05 17:30:10 +02:00 |
|
|
|
edbc64f337
|
Add missing semicolon in ECRecovery test
|
2018-01-04 16:39:41 -03:00 |
|
|
|
c73861d8b3
|
Use test message in ECRecovery tests and fix typos
|
2018-01-04 15:51:55 -03:00 |
|
|
|
d78bcbbae5
|
change web3.eth.accounts for accounts in ECRecovery test
|
2018-01-04 15:51:55 -03:00 |
|
|
|
326df13bf3
|
Add ECRecoveryMock contract
|
2018-01-04 15:51:55 -03:00 |
|
|
|
7852583fde
|
reverted package.json file
|
2018-01-04 15:49:59 +02:00 |
|
|
|
5993f5b371
|
reverted back the version
|
2018-01-04 11:44:07 +02:00 |
|
|
|
04946211a5
|
Using the new overridable function
|
2018-01-03 11:14:02 +02:00 |
|
|
|
2f2ef68652
|
Increased Minor Version
|
2018-01-03 10:59:53 +02:00 |
|