1. 26 Jan, 2015 3 commits
  2. 24 Jan, 2015 4 commits
  3. 23 Jan, 2015 2 commits
  4. 22 Jan, 2015 6 commits
  5. 21 Jan, 2015 7 commits
  6. 20 Jan, 2015 5 commits
  7. 19 Jan, 2015 9 commits
  8. 18 Jan, 2015 1 commit
  9. 16 Jan, 2015 2 commits
  10. 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