1. 27 Jan, 2015 5 commits
  2. 23 Jan, 2015 1 commit
  3. 22 Jan, 2015 5 commits
  4. 21 Jan, 2015 7 commits
  5. 20 Jan, 2015 9 commits
  6. 19 Jan, 2015 9 commits
  7. 18 Jan, 2015 1 commit
  8. 16 Jan, 2015 2 commits
  9. 15 Jan, 2015 1 commit
    • Felix Lange's avatar
      rlp: allow encoding non-empty interface values · fc92abec
      Felix Lange authored
      This needs to be supported because []someInterface does occur sometimes.
      
      Funny enough, the fix involves changes to the decoder. makeDecoder
      cannot return an error for non-empty interfaces anymore because the type
      cache builds both decoder and writer. Do the check at 'runtime' instead.
      fc92abec