Commit Graph

570 Commits (67b67b791ed7a24aa027ea2d17efd5e4d02b4277)

Author SHA1 Message Date
Francisco Giordano 0e5799c93b
Clean up npm package (#904) 7 years ago
Francisco Giordano 9c262571ae rename to openzeppelin-solidity 7 years ago
Anton Bukov 8f2a4785cb Make ERC827 methods payable (#838) 7 years ago
Elie 16535fbb87 Update ERC827.sol to not use function overloading (#871) 7 years ago
Radek Ostrowski 77cc33fc5c cleaned up unsued variable definition (#753) 7 years ago
juztin 61dfdde6c4 Updated `send` to `sent`. Matching indentation of closing comment. (#897) 7 years ago
Francisco Giordano dd8758fedf
move misplaced MathMock (#900) 7 years ago
DeltaBalances c63b203c1d Small SafeMath.sol gas improvements (add & mul). (#894) 7 years ago
Matt Condon 6a7114fdb4
Bouncer contract implementation (#883) 7 years ago
Santiago Palladino 0926729c8f
Add StandardBurnableToken implementation (#870) 7 years ago
Matt Condon 9e1c934ffd
Various fixes and formatting chores (#885) 7 years ago
Francisco Giordano a7e91856f3
Update to Truffle 4.1.5 and Ganache 6.1.0 (#876) 7 years ago
Francisco Giordano 06666be93a
change MerkleProof interface to take array of bytes32 (#879) 7 years ago
Michal Stefanow 3d3f20f7e3 Removing obsolete comment - explicit check in place (#851) 7 years ago
Facundo Spagnuolo bd5f7f5774
Fix SafeMath test file (#865) 7 years ago
Matt Condon a6bef44790
fix: remove admin functionality from RBAC.sol fixes #802 (#836) 7 years ago
Kookiekrak 44a404aae5 Remove unnecessary import from ERC721Token.sol (#855) 7 years ago
Klaus Hott Vidal 1d2d18f9da Small gas improvement in SafeMath.sol (#811) 7 years ago
Leo Arias 82ce197e44 tests: fix most of the static warnings (#844) 7 years ago
Santiago Palladino e96164feea ERC721 full implementation (#803) 7 years ago
Chenyang Wu e299a7950e Change ECRecovery recover method's visibility to internal (#818) 7 years ago
Schneider Jakob b33260ac44 Remove assert and send in favor of transfer for PullPayment.sol (#823) 7 years ago
Jesse B Miller 3fb8ecad76 Gender of signer is irrelevant and distracting (#822) 7 years ago
Artiya Thinkumpang c3cbdb4599 Fix version error for truffle-flattener. (#794) 7 years ago
Phillip Birtcher 7586e383c2 Fixes typo in SafeMath subtraction docs (#806) 7 years ago
medvedev1088 d1146e8c8b Add Whitelist contract (#746) 7 years ago
Tal Ater 903751ce0d Tiny indentation fix in MintedCrowdsale (#792) 7 years ago
Tal Ater 9fd61177c3 Fixed typo in Crowdsale contract comment (#793) 7 years ago
Roman Storm 5ef8554727 Add Transfer event to Burnable Token. (#735) 7 years ago
Alejo Salles c05918c3cc Crowdsale refactor and add new models (#744) 7 years ago
trejas 7a0bfdfbb4 Enhancement/heritable encapsulation #692 (#702) 7 years ago
Santiago Palladino 4d7c3cca75 Move token creation outside of crowdsale contract (#690) 7 years ago
Facundo Spagnuolo c5d66183ab Move ERC20 contracts to ERC20 custom folder (#701) 7 years ago
Facundo Spagnuolo 1eea95f9ac Move ERC721 files to custom folder (#700) 7 years ago
Santiago Palladino 370e6a882a ERC20 totalSupply changed from public property to a function (#666) 7 years ago
JU HYEONG PARK 9cc55ef2a5 use short circuit (#654) 7 years ago
Alejandro Santander c01203b0b7 Index addreses in events and explicit uint size 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 560a855dc7 further example documentation 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