aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Clients can set their own client string which will be send to connected peers during the handshake.
* 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
|/ | | | | | | The Ethereum structure now complies to a EthManager interface which is being used by the tx pool, block manager and block chain in order to gain access to each other. It's become simpeler. TODO: BlockManager => StateManager
* 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 returns byte array instead of string now
| * 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
|\ | | | | | | | | Conflicts: ethutil/config.go
| * Merge pull request #3 from josephyzhou/developJeffrey Wilcke2014-02-182-1/+31
| |\ | | | | | | Migrated to here
| | * 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