1. 03 1月, 2018 1 次提交
  2. 30 12月, 2017 1 次提交
  3. 23 12月, 2017 2 次提交
  4. 21 12月, 2017 2 次提交
    • R
      accounts/abi: satisfy most of the linter warnings · 95461e8b
      Robert Zaremba 提交于
      + adding missing comments
      + small cleanups which won't significantly change
        function body.
      + unify Method receiver name
      95461e8b
    • R
      accounts/abi: fix event unpack into slice · 0ed8b838
      Robert Zaremba 提交于
      + The event slice unpacker doesn't correctly extract element from the
      slice. The indexed arguments are not ignored as they should be
      (the data offset should not include the indexed arguments).
      
      + The `Elem()` call in the slice unpack doesn't work.
      The Slice related tests fails because of that.
      
      + the check in the loop are suboptimal and have been extracted
      out of the loop.
      
      + extracted common code from event and method tupleUnpack
      0ed8b838
  5. 06 1月, 2017 1 次提交
    • F
      core/vm: move Log to core/types · 77310619
      Felix Lange 提交于
      This significantly reduces the dependency closure of ethclient, which no
      longer depends on core/vm as of this change.
      
      All uses of vm.Logs are replaced by []*types.Log. NewLog is gone too,
      the constructor simply returned a literal.
      77310619
  6. 22 12月, 2016 1 次提交
  7. 02 2月, 2016 1 次提交
  8. 25 11月, 2015 1 次提交
  9. 24 7月, 2015 1 次提交
  10. 23 7月, 2015 1 次提交
  11. 07 7月, 2015 1 次提交
  12. 22 6月, 2015 1 次提交
  13. 11 6月, 2015 1 次提交