1. 26 Jul, 2018 3 commits
  2. 25 Jul, 2018 1 commit
  3. 23 Jul, 2018 1 commit
  4. 22 Jul, 2018 1 commit
  5. 20 Jul, 2018 12 commits
  6. 19 Jul, 2018 1 commit
  7. 18 Jul, 2018 2 commits
  8. 16 Jul, 2018 1 commit
  9. 15 Jul, 2018 1 commit
  10. 13 Jul, 2018 1 commit
  11. 10 Jul, 2018 1 commit
  12. 05 Jul, 2018 1 commit
  13. 03 Jul, 2018 2 commits
    • v1.11.0-rc.1 · eb4dfea6
      Francisco Giordano authored
    • Escrows (#1014) · 8fd072cf
      * 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
  14. 30 Jun, 2018 2 commits
  15. 29 Jun, 2018 1 commit
    • Align ERC721 Receiver with current ERC721 standard. (#1047) · 7d8e3ca8
      * 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
  16. 28 Jun, 2018 1 commit
  17. 25 Jun, 2018 1 commit
  18. 17 Jun, 2018 1 commit
  19. 16 Jun, 2018 2 commits
  20. 15 Jun, 2018 2 commits
  21. 14 Jun, 2018 2 commits