aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil
Commit message (Expand)AuthorAgeFilesLines
* No longer return a list, but raw bytesobscuren2014-04-101-4/+5
* Check for nilobscuren2014-04-101-1/+6
* Added a IsList method for type checking []interface{}obscuren2014-03-281-0/+9
* Fixed typoobscuren2014-03-271-1/+1
* Test fixes and removed old code. Added VM gas feesobscuren2014-03-244-2/+9
* Removed regular ints from the virtual machine and closuresobscuren2014-03-221-0/+6
* Changes 'compiler' to work with any typeobscuren2014-03-211-11/+35
* Closure return, arguments fixed. Added proper testsobscuren2014-03-211-15/+13
* Implemented closure argumentsobscuren2014-03-211-1/+5
* Rewrote opcodes againobscuren2014-03-211-55/+64
* Some minor updatesobscuren2014-03-213-2/+15
* Added encoder interfaceobscuren2014-03-211-0/+4
* Added client string to configurationobscuren2014-03-171-6/+9
* Removed commentsobscuren2014-03-061-12/+0
* Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-03-051-0/+0
|\
| * Rename .travil.yml to .travis.ymlMaxime Quandalle2014-03-041-0/+0
* | Partially refactored server/txpool/block manager/block chainobscuren2014-03-052-0/+42
|/
* PoC reactor patternobscuren2014-03-032-8/+44
* Reactor implementedobscuren2014-03-022-0/+107
* Bumpobscuren2014-02-281-1/+1
* Conform to Db interfaceobscuren2014-02-281-0/+1
* Added BigCopyobscuren2014-02-281-0/+9
* Updated readme#trieobscuren2014-02-281-1/+3
* Added a GetKeys method to support multiple accountsobscuren2014-02-282-0/+20
* Added currency convertingobscuren2014-02-252-0/+52
* Fixed a minor issue where a string is expected but returns sliceobscuren2014-02-252-13/+10
* Merge pull request #8 from josephyzhou/developJeffrey Wilcke2014-02-241-1/+1
|\
| * parse now returns byte[] instead of stringJoey Zhou2014-02-241-1/+1
* | Added delete to database interfacesobscuren2014-02-241-0/+1
* | Updated opcodes ... againobscuren2014-02-242-53/+53
* | Added a trie iteratorobscuren2014-02-242-0/+109
|/
* Added the ability to extend the logger with more sub systemsobscuren2014-02-221-10/+21
* Removed all old codeobscuren2014-02-211-74/+67
* Nil is also considered emptyobscuren2014-02-211-1/+1
* Type checkingobscuren2014-02-211-1/+15
* Long over due Trie delete implementedobscuren2014-02-202-3/+121
* WIP state objectobscuren2014-02-191-0/+9
* Added more logging functionsobscuren2014-02-191-6/+31
* Merge branch 'develop' of github.com-obscure:ethereum/eth-go into developobscuren2014-02-192-1/+31
|\
| * Merge pull request #3 from josephyzhou/developJeffrey Wilcke2014-02-182-1/+31
| |\
| | * new lineJoey Zhou2014-02-181-1/+1
| | * adding compact decode testsJoey Zhou2014-02-181-0/+30
* | | Running contracts fixedobscuren2014-02-193-6/+18
|/ /
* | Added new addressobscuren2014-02-182-2/+2
* | Rlp updateobscuren2014-02-182-10/+1
* | Added hex methodobscuren2014-02-181-0/+4
* | Root should reset on undoobscuren2014-02-181-2/+7
* | Values should accept bytes as valid string outputobscuren2014-02-181-0/+2
|/
* Added dirty tracking on the cacheobscuren2014-02-172-2/+35
* Added a few testsobscuren2014-02-171-37/+0
* Removed Resetobscuren2014-02-171-1/+0
* Added more testsobscuren2014-02-172-8/+24
* Added trie tests, value testsobscuren2014-02-153-3/+103
* Fixed testobscuren2014-02-151-8/+2
* Fixed testobscuren2014-02-151-1/+1
* Bumped version numberobscuren2014-02-151-1/+1
* Removed RlpValue in favour of Valueobscuren2014-02-152-250/+9
* The great mergeobscuren2014-02-1518-0/+1879