- Mar 07, 2017
-
-
Felix Lange authored
-
- Feb 19, 2016
-
-
Felix Lange authored
-
- Jul 23, 2015
-
-
Felix Lange authored
I forgot to update one instance of "go-ethereum" in commit 3f047be5.
-
- Jul 22, 2015
-
-
Felix Lange authored
All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
-
- Jul 07, 2015
-
-
Felix Lange authored
-
- Apr 17, 2015
-
-
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.
-
- Jan 15, 2015
-
-
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.
-
- Dec 09, 2014
-
-
Felix Lange authored
There is no agreement on how to encode negative integers across implementations. cpp-ethereum doesn't support them either.
-
Felix Lange authored
-
- Nov 17, 2014
-
-
Felix Lange authored
-