83b941c76c
Merge pull request #580 from Shrugs/feat/rbac
...
feat: RBAC authentication contract and role library
2017-12-04 12:30:38 -03:00
63c8751e06
fix: linter errors
2017-12-04 17:08:28 +02:00
306132f823
Merge pull request #597 from JesseBusman/master
...
There's no need to throw when burning 0 tokens
2017-12-04 11:15:30 -03:00
677d05743c
feat: update event names for OZ standards and test them
2017-12-04 13:42:55 +02:00
aef0f63aee
There's no need to throw when burning 0 tokens
...
Throwing when trying to burn 0 tokens is an unnecessary special case.
If another contract wants to burn() a variable amount, it should not be forced to deal with this special case of burning 0.
2017-12-03 12:08:53 +01:00
5e55569db6
fix: make roles private
2017-12-01 18:15:44 +02:00
9bb2c958ec
feat: add adminAddRole, adminRemoveRole, and make hasRole/checkRole public
2017-12-01 18:15:44 +02:00
e931c1cbfc
feat: RBAC authentication contract and role library
2017-12-01 18:15:44 +02:00
dd1fd0002a
Merge pull request #581 from Shrugs/feat/minor-additions
...
Minor standards and cleanup additions.
2017-12-01 12:22:01 -03:00
ac3808885a
fix: default to empty string for mnemonic
2017-12-01 13:43:25 +02:00
258c001f7f
feat: add linting to travis script
2017-12-01 13:40:11 +02:00
d07bdccc0c
feat: manually fix linting errors across tests
2017-12-01 13:40:09 +02:00
227a335399
feat: move mock solidity contracts to mocks/ folder
2017-12-01 13:39:13 +02:00
58abd66969
feat: rename all test files to include .test.js postfix
2017-12-01 13:37:12 +02:00
8662846838
feat: apply eslint --fix across project
2017-12-01 13:37:09 +02:00
6ea0577bfe
feat: enable eslint
2017-12-01 11:44:41 +02:00
b9b26e1d8a
feat: allow configuration of ropsten and ganache with env variables
2017-12-01 11:43:49 +02:00
887c1bb925
feat: more comprehensive gitignore
2017-12-01 11:43:49 +02:00
cc5e898250
Merge pull request #588 from BrandonGilchrist/feature/delayed-crowdsale-docs
...
Add docs for DelayedClaimable
2017-11-29 18:36:33 -03:00
1cef36b5c0
Merge pull request #585 from Shrugs/feat/only-npm
...
feat: remove yarn in favor of npm
2017-11-29 11:59:28 -03:00
c95be493c3
fix: remove engines
2017-11-29 14:11:04 +02:00
bddc8755c1
Add docs for DelayedClaimable
2017-11-28 15:04:42 -08:00
3ad555bb01
fix: remove duplicate npm ls
2017-11-28 13:21:22 +02:00
846b0714ad
feat: remove yarn in favor of npm
2017-11-27 20:44:59 +02:00
f79f7b00e3
Merge pull request #582 from Shrugs/fix/split-payment-payable
...
fix: make SplitPayment payable by default
2017-11-27 12:54:12 -03:00
47585b1117
fix: make SplitPayment payable by default
2017-11-24 17:02:53 +02:00
b7e7c765e0
v1.4.0
v1.4.0
2017-11-23 13:30:54 -03:00
9e1da49f23
sync yarn.lock with package-lock.json
2017-11-23 13:21:05 -03:00
c29dd086d3
Update to testrpc 6.0.1 and test fixes for revert opcode.
2017-11-23 13:06:05 -03:00
b9cbea1c9c
Merge pull request #576 from ajsantander/master
...
Address new compiler warnings
2017-11-23 12:54:44 -03:00
b254b74b87
Merge pull request #577 from redsquirrel/patch-1
...
Minor formatting change
2017-11-23 12:47:51 -03:00
bb1736e376
Change visibility of fallbacks to external
2017-11-23 12:28:46 -03:00
11349835e9
Minor formatting change
2017-11-23 08:22:59 -06:00
c6e0edb268
Remove solidity warnings in tests
2017-11-23 10:57:36 -03:00
b50391862c
Changes to remove warnings
2017-11-23 10:41:18 -03:00
0bcf0a2001
Merge pull request #573 from ajsantander/master
...
Update to truffle 4.0.0 and solc 0.4.18
2017-11-22 19:26:38 -03:00
0eaa5f50ac
Disable solidity-coverage
...
This is required to update to truffle 4 and solc 0.4.18, see PR #573
2017-11-22 19:08:31 -03:00
ce86029f6a
Update solidity version on test helpers
2017-11-22 19:00:13 -03:00
815d9e1f45
Replace constant with view/pure
2017-11-22 18:59:54 -03:00
e6213767fa
Update all solidity versions to 0.4.18
2017-11-22 18:52:52 -03:00
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
2017-11-22 18:52:52 -03:00
12303ceaf5
fix treatment of bignumber in CappedToken test
2017-11-22 15:27:52 -03:00
9001ce9d3a
Merge pull request #515 from cwhinfrey/master
...
Create CappedToken, a capped MintableToken
2017-11-22 15:25:12 -03:00
492ef4a419
Merge pull request #571 from quantum13/patch-1
...
Small code style change
2017-11-22 14:33:01 -03:00
5f67dd7868
Merge pull request #574 from gakonst/master
...
Fix unused variable warning in `Standard Token.sol`
2017-11-22 14:32:19 -03:00
3c5a268da4
fixes #572
2017-11-22 12:55:11 +00:00
db5a12cfdd
Merge pull request #506 from TalAter/fix/deprecated-throw-in-tests
...
Replace deprecated throw with assert in Solidity tests
2017-11-21 14:41:31 -03:00
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.
2017-11-20 23:13:32 +03:00
5fc53b6f2f
Replaced assert with require
2017-11-19 01:34:24 +02:00
99f3e26f83
Merge pull request #568 from frangio/readme-npm-init
...
Add npm init in README
2017-11-17 17:50:55 -03:00