good morning!!!!

Skip to content
Snippets Groups Projects
  1. Mar 07, 2017
  2. Feb 19, 2016
  3. Jul 23, 2015
  4. Jul 22, 2015
  5. Jul 07, 2015
  6. Apr 17, 2015
    • Felix Lange's avatar
      rlp: stricter rules for structs and pointers · cad64fb9
      Felix Lange authored
      The rules have changed as follows:
      
      * When decoding into pointers, empty values no longer produce
        a nil pointer. This can be overriden for struct fields using the
        struct tag "nil".
      * When decoding into structs, the input list must contain an element
        for each field.
      cad64fb9
  7. Jan 15, 2015
    • Felix Lange's avatar
      rlp: add functions for encoding · 552f5b26
      Felix Lange authored
      I'm reasonably confident that the encoding matches the output of
      ethutil.Encode for values that it supports. Some of the tests have been
      adpated from the Ethereum testing repository.
      
      There are still TODOs in the code.
      552f5b26
  8. Dec 09, 2014
  9. Nov 17, 2014
Loading