1. 09 Jan, 2017 1 commit
    • Thomas Bocek's avatar
      accounts/abi: support custom int slice types · 972f0bd3
      Thomas Bocek authored
      On solidity contract I have "uint32 []" type, when abigen creates Go
      bindings - they are also "[]uint32" type on Go side. Even though it
      looks like it should work - the actual type of the data coming from
      the chain is of type " []*big.Int".
      
      When executing contract function from Go side - getting unmarshal error:
      abi: cannot unmarshal []*big.Int in to []uint32
      
      The fix is to create array with the correct type
      
      This fixed the issue reported in: https://github.com/ethereum/go-ethereum/issues/2802
      972f0bd3
  2. 08 Jan, 2017 2 commits
  3. 06 Jan, 2017 14 commits
  4. 05 Jan, 2017 12 commits
  5. 04 Jan, 2017 3 commits
  6. 03 Jan, 2017 2 commits
  7. 02 Jan, 2017 1 commit
  8. 23 Dec, 2016 2 commits
  9. 22 Dec, 2016 3 commits