- 05 Jul, 2018 1 commit
-
-
* Create CODE_OF_CONDUCT.md * fix: update to raw text from website rather than github's provided one
Matt Condon authored
-
- 03 Jul, 2018 1 commit
-
-
* Added basic Escrow * PullPayment now uses an Escrow, removing all trust from the contract * Abstracted the Escrow tests to a behaviour * Added ConditionalEscrow * Added RefundableEscrow. * RefundableCrowdsale now uses a RefundEscrow, removed RefundVault. * Renaming after code review. * Added log test helper. * Now allowing empty deposits and withdrawals. * Style fixes. * Minor review comments. * Add Deposited and Withdrawn events, removed Refunded * The base Escrow is now Ownable, users of it (owners) must provide methods to access it.
Nicolás Venturo authored
-
- 30 Jun, 2018 2 commits
-
-
Alex Beregszaszi authored
-
* update package-lock generated by npm * run npm audit fix
Francisco Giordano authored
-
- 29 Jun, 2018 1 commit
-
-
* Align ERC721 Receiver with current ERC721 standard. Adds a second address field to onERC721Received onERC721Received(address,address,uint256,bytes) Updates the function signature to 0x150b7a02 from 0xf0b9e5ba * Add _operator to onERC721Received * Fix error caused by formatOnSave * Fixed comments on ERC721Receiver Removed "Must use 50,000 gas or less" Corrected the function signature
Paul Barclay authored
-
- 28 Jun, 2018 1 commit
-
-
Implementing this token is unsafe as per comments here: https://github.com/ethereum/EIPs/issues/827#issuecomment-397857455
Maciej Górski authored
-
- 25 Jun, 2018 1 commit
-
-
Amir Bandeali authored
-
- 17 Jun, 2018 1 commit
-
-
* feat: initial implementation of ERC1046
Matt Condon authored
-
- 16 Jun, 2018 2 commits
-
-
Francisco Giordano authored
-
* 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
-