1. 11 Feb, 2016 1 commit
    • Jeffrey Wilcke's avatar
      accounts/abi: fixed return tuple and string, bytes return type parsing · ecc876ce
      Jeffrey Wilcke authored
      Removed old unmarshalling of return types: `abi.Call(...).([]byte)`.
      This is now replaced by a new syntax:
      
      ```
      var a []byte
      err := abi.Call(&a, ...)
      ```
      
      It also addresses a few issues with Bytes and Strings and can also
      handle both fixed and arbitrary sized byte slices, including strings.
      ecc876ce
  2. 08 Feb, 2016 2 commits
  3. 06 Feb, 2016 1 commit
  4. 05 Feb, 2016 5 commits
  5. 04 Feb, 2016 2 commits
  6. 03 Feb, 2016 7 commits
  7. 02 Feb, 2016 7 commits
  8. 01 Feb, 2016 2 commits
  9. 31 Jan, 2016 3 commits
  10. 30 Jan, 2016 1 commit
  11. 28 Jan, 2016 3 commits
  12. 26 Jan, 2016 5 commits
  13. 25 Jan, 2016 1 commit