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 |
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 |
David Knott
|
6ede3d9001
|
Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11
|
8 years ago |
David Knott
|
d08185fc3e
|
Edit natspec documentation typos
|
8 years ago |
maurelian
|
d357cf3a2e
|
Minor changes to doc comments for token and other contracts
|
8 years ago |
maurelian
|
83f2849446
|
Minor edits to doc commenst in lifecycle, ownership, payment contracts.
|
8 years ago |
João Gabriel Carvalho
|
1547922b61
|
Added natspec to the remaining ownership contracts and payment contracts
|
8 years ago |