- 26 Jul, 2018 3 commits
-
-
* Removed all instances of var. * Sorted eslintrc rules. * Made eslint rule severity explicit. * Now prefering const over let.
Nicolás Venturo authored -
* fix: bounty tests, superceeds #799 * fix: updates from PR notes
Matt Condon authored -
* Test: Remove chai-as-promised calls * Test/Helpers: expectThrow accepts optional message * NPM: Remove chai-as-promised * Contracts/DestructibleMock: Fix lint
Justus Perlwitz authored
-
- 25 Jul, 2018 1 commit
-
-
Matt Condon authored
-
- 23 Jul, 2018 1 commit
-
-
* Destructible no longer has a payable constructor. * Fixed linter errors.
Nicolás Venturo authored
-
- 22 Jul, 2018 1 commit
-
-
* Improved documentation for _preValidatePurchase in Crowdsale * Added newline at EOF
Doug Crescenzi authored
-
- 20 Jul, 2018 12 commits
-
-
Nicolás Venturo authored
-
* removed and tested unecessary gas cost * linted * Revert package-lock.json update. This reverts commit 054598ce7f125b0e1aa4c463f047ac77771cf635. * Added clarifying comments.
Yong Zhen Yu authored -
Amir Bandeali authored
-
* decrease approval condition fix (greater than and equal to) * sol lint fixed * Improved standard token decreaseApprovalTests.
zaryab authored -
* Update StandardToken.sol * Slight improvement in gas efficiency Users tend to attempt to over-spend more than they attempt to burn non-burnable tokens. If the contract checks for overspending before assuring tokens are not being burnt a slight amount of gas might be saved in the long term.
Lucas Gleba authored -
* Changed before for beforeAll, refactored Bouncer tests. * Fixed linter errors. * fix: updates for SignatureBouncer tests and voucher construction
Nicolás Venturo authored -
Doug Crescenzi authored
-
Doug Crescenzi authored
-
Leo Arias authored
-
Leo Arias authored
-
Leo Arias authored
-
Hoon Choi authored
-
- 19 Jul, 2018 1 commit
-
-
Francisco Giordano authored
-
- 18 Jul, 2018 2 commits
-
-
* feat: add AutoIncrementing contract * feat: allow multiple counters per instance * fix: some linting errors * feat: use recommended implementaiton * fix: remove .only in tests * fix: PR notes * fix: add note about incrementing counter
Matt Condon authored -
* Test helpers no longer rely on Babel. * Behaviours are no longer imported. * Removed Babel dependency. * Fixed linter errors.
Nicolás Venturo authored
-
- 16 Jul, 2018 1 commit
-
-
* Assume that token is mintable. * ECRecover test should revert because of wrong calldata size * fix: use expectThrow * fix: ignore failing test until solc^0.5.0
Leonardo authored
-
- 15 Jul, 2018 1 commit
-
-
Doug Crescenzi authored
-
- 13 Jul, 2018 1 commit
-
-
Francisco Giordano authored
-
- 10 Jul, 2018 1 commit
-
-
Arun Kumar authored
-
- 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 2 commits
-
-
Francisco Giordano authored
-
* 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
-