Tal Ater
687dc19a4a
Documented increaseApproval() and decreaseApproval()
7 years ago
Nemil Dalal
161f25fc12
Made spelling for 'reentrant' consistent in comment
7 years ago
Leo Arias
4bb26c32b6
test: fix the mocks path in ReentrancyGuard test
7 years ago
Nemil Dalal
d91f4d4bc1
Consistent spellings of reentrant
...
Changed `rentrancy_lock` variable to `reentrancy_lock`
7 years ago
Francisco Giordano
ddcae6254e
Merge pull request #600 from izetex/fix/burnable-token-inheritance
...
Burnable Token should be inherited from Basic Token issue#596
7 years ago
Leo Arias
fdfd90e6a4
fix the eslint static check
7 years ago
Leo Arias
f162638cde
test: add tests for max64 and min64 from Math
7 years ago
astudnev
8375b6085f
Burnable Token should be inherited from Basic Token issue#596
7 years ago
Francisco Giordano
83b941c76c
Merge pull request #580 from Shrugs/feat/rbac
...
feat: RBAC authentication contract and role library
7 years ago
Matt Condon
63c8751e06
fix: linter errors
7 years ago
Francisco Giordano
306132f823
Merge pull request #597 from JesseBusman/master
...
There's no need to throw when burning 0 tokens
7 years ago
Matt Condon
677d05743c
feat: update event names for OZ standards and test them
7 years ago
Jesse Busman
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.
7 years ago
Matt Condon
5e55569db6
fix: make roles private
7 years ago
Matt Condon
9bb2c958ec
feat: add adminAddRole, adminRemoveRole, and make hasRole/checkRole public
7 years ago
Matt Condon
e931c1cbfc
feat: RBAC authentication contract and role library
7 years ago
Francisco Giordano
dd1fd0002a
Merge pull request #581 from Shrugs/feat/minor-additions
...
Minor standards and cleanup additions.
7 years ago
Matt Condon
ac3808885a
fix: default to empty string for mnemonic
7 years ago
Matt Condon
258c001f7f
feat: add linting to travis script
7 years ago
Matt Condon
d07bdccc0c
feat: manually fix linting errors across tests
7 years ago
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