aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil
Commit message (Expand)AuthorAgeFilesLines
* bumpobscuren2014-06-201-1/+1
* Updated testobscuren2014-06-181-30/+14
* Return a single byte if byte get calledobscuren2014-06-181-0/+2
* Proper checks for multiple data items. Fixes #80obscuren2014-06-181-1/+2
* Fixed issue where JUMPI would do an equally check with 1 instead of GTobscuren2014-06-181-8/+33
* bumpobscuren2014-06-171-1/+1
* Changed RlpEncodableobscuren2014-06-161-0/+1
* Method for creating a new key from scratchobscuren2014-06-161-0/+6
* Logging mechanismobscuren2014-06-141-1/+26
* Moving a head closer to interopobscuren2014-06-131-1/+1
* log changesobscuren2014-06-121-7/+5
* Expose GasLimit to ethPubMaran2014-06-111-1/+1
* Fix BigMax to return the biggest number, not the smallestMaran2014-06-101-2/+2
* bumpobscuren2014-06-101-1/+1
* Added Douglas and Einstanobscuren2014-06-061-7/+13
* woopsobscuren2014-05-311-1/+23
* Peer changes broadcasting and minor miner fixobscuren2014-05-301-13/+41
* Fixed issue with casting to smaller byte arrayobscuren2014-05-301-0/+4
* Do not panic, but return nil insteadobscuren2014-05-301-1/+1
* Fixed state object gas returnobscuren2014-05-291-0/+18
* Bump to RC11Maran2014-05-281-1/+1
* Length checkingobscuren2014-05-281-1/+1
* Added StringToBytesFuncobscuren2014-05-281-0/+10
* bumpobscuren2014-05-271-1/+1
* New Trie iteratorobscuren2014-05-273-12/+71
* bumpobscuren2014-05-261-1/+1
* State snapshottingobscuren2014-05-261-2/+15
* Working on interopobscuren2014-05-222-3/+9
* Bumpedobscuren2014-05-211-1/+1
* Fixed state overwriting issueobscuren2014-05-211-0/+12
* Bumpobscuren2014-05-201-1/+1
* Change shorthandsMaran2014-05-202-16/+16
* Added a fatal methodobscuren2014-05-191-1/+12
* Changed how changes are being applied to statesobscuren2014-05-171-10/+2
* Removed old tx pool notification system. Fixes #19obscuren2014-05-151-1/+2
* Bumped versionobscuren2014-05-151-1/+1
* Moved keyring to ethutil & removed old methods. Implements #20obscuren2014-05-143-20/+110
* Bumpedobscuren2014-05-131-1/+1
* Upgraded to new mutanobscuren2014-05-102-2/+2
* Bumpobscuren2014-05-101-1/+1
* Fixed some testsobscuren2014-05-102-12/+5
* Moved seeding and moved manifestobscuren2014-05-091-1/+0
* bumpobscuren2014-05-051-1/+1
* Added the ability to submit byte code for contracts instead of Mutan code.obscuren2014-05-051-0/+5
* Get rid of that annoying number that keeps popping up in stdoutMaran2014-05-051-1/+1
* Added public interfaceobscuren2014-05-021-0/+41
* Fixed state problemobscuren2014-04-292-2/+27
* Moved assembler stage to the mutan compilerobscuren2014-04-282-224/+0
* Refactoring and added documentation commentsobscuren2014-04-277-62/+68
* Upped version numberobscuren2014-04-273-1/+16
* Added new state object change echanismobscuren2014-04-261-1/+6
* Renamed CALLDATA to CALLDATALOADobscuren2014-04-231-1/+1
* Fixed minor issue with gas and added state object initobscuren2014-04-232-23/+67
* Implemented ethereum package readerobscuren2014-04-231-0/+123
* Added pre processing of script dataobscuren2014-04-121-0/+31
* Merge branch 'split' into developobscuren2014-04-112-27/+22
|\
| * Added better address formatobscuren2014-04-111-1/+4
| * Call fixedobscuren2014-04-111-21/+7
| * No longer return a list, but raw bytesobscuren2014-04-101-4/+5
| * Check for nilobscuren2014-04-101-1/+6
* | Small tweaks to mnemonicMaran2014-04-091-52/+54
* | One more line of commentMaran2014-04-091-0/+2
* | Added support for mneomnic privkeysMaran2014-04-072-0/+1760
* | Merge conflictsMaran2014-04-015-2/+17
|\|
| * 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
* | More blockchain testingMaran2014-03-312-1/+11
|/
* 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