1. 24 3月, 2016 1 次提交
  2. 16 3月, 2016 1 次提交
  3. 15 3月, 2016 1 次提交
  4. 22 2月, 2016 1 次提交
  5. 15 2月, 2016 1 次提交
  6. 11 2月, 2016 1 次提交
    • J
      accounts/abi: fixed return tuple and string, bytes return type parsing · ecc876ce
      Jeffrey Wilcke 提交于
      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
  7. 02 2月, 2016 1 次提交
  8. 25 11月, 2015 1 次提交
  9. 30 10月, 2015 1 次提交
  10. 24 7月, 2015 1 次提交
  11. 23 7月, 2015 1 次提交
  12. 07 7月, 2015 1 次提交
  13. 16 3月, 2015 1 次提交
  14. 08 3月, 2015 1 次提交
  15. 27 1月, 2015 1 次提交