good morning!!!!

Skip to content
Snippets Groups Projects
  1. May 25, 2016
  2. May 24, 2016
  3. May 23, 2016
  4. May 22, 2016
  5. May 20, 2016
  6. May 19, 2016
  7. May 18, 2016
  8. May 17, 2016
  9. May 13, 2016
  10. May 12, 2016
  11. May 11, 2016
    • 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
    • Péter Szilágyi's avatar
      Merge pull request #2549 from karalabe/geth-tester-text-templates · d89e57ea
      Péter Szilágyi authored
      cmd/geth: use text/templates in the tester, not html
      d89e57ea
Loading