good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jan 09, 2017
    • 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. Jan 08, 2017
  3. Jan 06, 2017
  4. Jan 05, 2017
  5. Jan 04, 2017
  6. Jan 03, 2017
  7. Jan 02, 2017
  8. Dec 23, 2016
  9. Dec 22, 2016
Loading