1. 11 May, 2016 1 commit
    • Jeffrey Wilcke's avatar
      accounts/abi: fixed unpacking in to already slice interfaces · 91a7a4a7
      Jeffrey Wilcke authored
      Previously it was assumed that wheneven type `[]interface{}` was given
      that the interface was empty. The abigen rightfully assumed that
      interface slices which already have pre-allocated variable sets to be
      assigned.
      
      This PR fixes that by checking that the given `[]interface{}` is larger
      than zero and assigns each value using the generic `set` function (this
      function has also been moved to abi/reflect.go) and checks whether the
      assignment was possible.
      
      The generic assignment function `set` now also deals with pointers
      (useful for interface slice mentioned above) by dereferencing the
      pointer until it finds a setable type.
      91a7a4a7
  2. 09 May, 2016 10 commits
  3. 08 May, 2016 1 commit
  4. 07 May, 2016 1 commit
  5. 06 May, 2016 7 commits
  6. 03 May, 2016 6 commits
  7. 02 May, 2016 6 commits
  8. 29 Apr, 2016 4 commits
  9. 28 Apr, 2016 4 commits