Francisco Giordano
a7e91856f3
Update to Truffle 4.1.5 and Ganache 6.1.0 ( #876 )
...
* Update to ganache-cli v6.1.0 and truffle v4.1.0
* Update to stable version of ganache-cli
* fix: update event emission warning
- Fix event emission warnings for solidity 4.21 after truffle has been
updated to use this version
* fix pr review comments
* update to truffle v4.1.5
* update package-lock
* add additional emit keywords
* update solidity-coverage to 0.4.15
* update to solium 1.1.6
* fix MerkleProof coverage analysis by testing through wrapper
* change version pragma to ^0.4.21
* fix solium linting errors
7 years ago
Matt Condon
a6bef44790
fix: remove admin functionality from RBAC.sol fixes #802 ( #836 )
...
- splits the admin part of RBAC.sol into RBACWithAdmin.sol
7 years ago
medvedev1088
d1146e8c8b
Add Whitelist contract ( #746 )
...
* Add Whitelist contract
7 years ago
trejas
7a0bfdfbb4
Enhancement/heritable encapsulation #692 ( #702 )
...
* Modified Gitignore for Sublime
* Added getter functions for public variables
* Added encapsulation to Heritable public variables.
* Added encapsulation to Heritable public variables.
* Added encapsulation to Heritable public variables.
* Updated tests to use getter methods instead of, now, private variables.
* Conformed variable names to current conventions.
* Requested changes
* revert package-lock.json changes
7 years ago
Alejandro Santander
9d005b492d
Explicit uint size
7 years ago
Alejandro Santander
22c1403e5b
Fix solidity style issue
7 years ago
zava
5ea9bd44a1
[Heritable] added HeirOwnershipClaimed event
7 years ago
zava
51c2c50437
[Heritable] ownerLives(): constant --> view
7 years ago
zava
52b6181d78
renamed Inheritable --> Heritable
7 years ago
zava
82c85121bb
changed Inherited event for OwnershipTransfered
7 years ago
zava
e5960465a7
owner can't be set as heir
7 years ago
zava
5716492ebd
setHeartbeatTimeout: public --> internal
7 years ago
zava
c7807c5b58
changed view for constant
7 years ago
zava
80ae074c57
marked ownerLives as view
7 years ago
zava
d808e49b51
changed 'pronounce' for 'proclaim'
7 years ago
zava
a8afb20c20
Use Inherited event instead of OwnershipTransfered
7 years ago
zava
b709206f9f
fixes
7 years ago
zava
2a560ad82f
name fix
7 years ago
zava
4fe2157e36
Inheritable contract
7 years ago
Ernestas Prisakaru
dcf1f8d22d
Rename ERC23 occurrences to ERC223
7 years ago
AugustoL
b67856c69d
Separate ERC20 and ERC827 form tokens implementations in contracts and test folders
7 years ago
sot528
75439c1dd3
fix reference of RBAC usage.
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
677d05743c
feat: update event names for OZ standards and test them
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
Alejandro Santander
b50391862c
Changes to remove warnings
7 years ago
Alejandro Santander
e6213767fa
Update all solidity versions to 0.4.18
7 years ago
Vladimir Khramov
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.
7 years ago
Dora E. Mondrian
ac4a19dd7d
Use address type
7 years ago
Dora E. Mondrian
09b1926c41
Use address type
7 years ago
sot528
b069827bad
fix typo.
7 years ago
dmx374
b395b06b65
Explicit public visibility on methods
7 years ago
Roy Blankman
6d8bb497c8
removing trailing whitespace
7 years ago
Francisco Giordano
20187f2970
use SafeERC20#safeTransfer
8 years ago
Yevhenii Babichenko
5035718e4b
fixed wrong call order in Ownable.transferOwnership
8 years ago
Yevhenii Babichenko
7a36a6c92a
fix calls to OwnershipTransferred
8 years ago
Yevhenii Babichenko
6beac0f215
add previousOwner field to OwnershipTransferred event
8 years ago
Yevhenii Babichenko
b59469c151
fire OwnershipTransferred event when the owner of an Ownable contract instance actually changed
8 years ago
SylTi
51906bae6c
refactor
8 years ago
SylTi
406004a99a
refactor HasNoTokens.sol
8 years ago
Francisco Giordano
58e2e4d742
remove MultisigWallet in favor of ConsenSys/MultiSigWallet
8 years ago
pooleja
b2e36314cb
Add requirement for address to not be 0 and throw error
8 years ago
Peter Murray
18581f138f
converted if() throw convention to require()/assert()/revert()
8 years ago
RStorm
b1e504d6c6
change uint to uint256
8 years ago