- 16 Jun, 2018 1 commit
-
-
* introduced safeTransfer to Crowdsale * Removed .node-xmlhttprequest-sync-7601
Doug Crescenzi authored
-
- 15 Jun, 2018 2 commits
-
-
* fix: swithc WhitelistedCrowdsale to use Whitelist.sol * feat: refactor whitelist.sol, rbac.sol and whitelistedcrowdsale.sol * feat: add event arg assets and update whitelist * fix: update modifier comment and also test isWhitelisted * fix: remove onlyWhitelisted backwards compat attempt, fix explicit inheritance * fix: remove underscore prefix from event args * fix: user access/Whitelist
Matt Condon authored -
Rob authored
-
- 14 Jun, 2018 2 commits
-
-
* Remove redundant @dev tags * Remove redundant @notice tags
Arun Kumar authored -
chriseth authored
-
- 13 Jun, 2018 3 commits
-
-
Uses the explicit address(0) for the zero address
Alex Beregszaszi authored -
Doug Crescenzi authored
-
* Make contracts 4.24 compatible
artiebits authored
-
- 12 Jun, 2018 1 commit
-
-
* fix: defer lookup-specific info to implementations * fix: change inheritance order, fix import
Matt Condon authored
-
- 11 Jun, 2018 2 commits
-
-
Arun Kumar authored
-
Adam Flesher authored
-
- 10 Jun, 2018 1 commit
-
-
* ownable: add a notice on renounceOwnership * Apply the suggestion by @shrugs
Leo Arias authored
-
- 09 Jun, 2018 2 commits
-
-
Adam Flesher authored
-
* addressed unchecked return value in AllowanceCrowdsale #945 using SafeERC20
Doug Crescenzi authored
-
- 08 Jun, 2018 2 commits
-
-
Gal Bracha authored
-
* make _tokenId indexed in Transfer and Approval events via: https://github.com/ethereum/EIPs/pull/1124/files * fix: make name() and symbol() external instead of public * feat: implement ERC721's ERC165 * feat: erc165 tests * fix: don't use chai-as-promised in direct await * fix: reorganize to /introspection * feat: abstract all erc165 tests to a behavior * feat: disallow registering 0xffffffff
Matt Condon authored
-
- 06 Jun, 2018 1 commit
-
-
Alen authored
-
- 05 Jun, 2018 5 commits
-
-
Francisco Giordano authored
-
* Refactoring Superuser contract to allow Owners to transfer ownership when they are not superusers #50 * Refactoring tests to create a contract instance for each of them #50
Patricio Mosse authored -
Doug Crescenzi authored
-
* add a comment on detailed erc20 token #953
Vittorio Minacori authored -
Doug Crescenzi authored
-
- 04 Jun, 2018 5 commits
-
-
Tsuyoshi Maeda authored
-
Nicolás Venturo authored
-
* update sha3 1.2.0 -> 1.2.2 for node 10 compatibility * update nan 2.6.2 -> 2.10.0 for node 10 compatibility * commit new package-lock.json format generated by npm 6
Francisco Giordano authored -
* fix: add comment about rbacwithadmin being rather powerful * fix: move RBACWithAdmin to examples
Matt Condon authored -
* Update README.md * update embark import to use the v1.9.0 tag instead of master * Update README.md
Iuri Matias authored
-
- 03 Jun, 2018 1 commit
-
-
* Adding new Superuser contract + tests
Patricio Mosse authored
-
- 01 Jun, 2018 1 commit
-
-
Matt Condon authored
-
- 30 May, 2018 1 commit
-
-
Yong authored
-
- 29 May, 2018 1 commit
-
-
Doug Crescenzi authored
-
- 14 May, 2018 1 commit
-
-
Leo Arias authored
-
- 10 May, 2018 2 commits
-
-
Leo Arias authored
-
* added the RBACMintableToken * added MintedCrowdsale with RBACMintableToken test * added a mintable behaviour for tests * moved minting tests in behaviour * created a minted crowdsale behaviour to be tested with both mintable and rbacmintable token
Vittorio Minacori authored
-
- 09 May, 2018 3 commits
-
-
* update solidity-coverage to ^0.5.0 * update truffle dependency to ^4.1.8 * update solium to ^1.1.7 * update all contracts to solidity ^0.4.23
John Shutt authored -
* added function to renounce ownership * Provide an Ownable behavior for testing (#905) * Fix indentation * Convert to use should assertions
Paweł Winnicki authored -
* feat: refactor whitelist.sol to use RBAC * fix: remove poor backwards compat attempt
Matt Condon authored
-
- 07 May, 2018 2 commits
-
-
Kazuki YAMAGUCHI authored
-
Daniel Que authored
-
- 03 May, 2018 1 commit
-
-
* Removed asserts and replaced them in favor of require * Adapted tests to work with requires
Schneider Jakob authored
-