aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/bytes.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved ethutil => commonobscuren2015-03-161-234/+0
|
* Proper deleteobscuren2014-10-021-1/+1
|
* Improved catching up and refactoredobscuren2014-09-151-0/+16
|
* PoC 6 networking code.obscuren2014-08-211-0/+8
| | | | | * Added block pool for gathering blocks from the network (chunks) * Re wrote syncing
* JS Filterobscuren2014-08-201-0/+22
|
* Added better data parserobscuren2014-07-301-0/+20
|
* Fixedobscuren2014-07-301-22/+0
|
* Fixed issue with var int reading.obscuren2014-07-301-3/+27
| | | | Reading uneven byte slices were broken.
* Clean up and util methodsobscuren2014-07-261-0/+1
|
* Fixed string dataobscuren2014-07-171-1/+1
|
* Trie fixesobscuren2014-07-171-4/+8
|
* Convert a byte slice to addressobscuren2014-07-161-0/+10
|
* Suicide is deferred to updateobscuren2014-07-021-2/+2
|
* l <=> robscuren2014-07-021-3/+2
|
* Added Left and Right padding utility functionsobscuren2014-07-021-1/+24
|
* move ethutil hex conversion functions to byteszelig2014-06-291-2/+12
|
* Proper checks for multiple data items. Fixes #80obscuren2014-06-181-1/+2
|
* Fixed state object gas returnobscuren2014-05-291-0/+18
|
* Length checkingobscuren2014-05-281-1/+1
|
* Added StringToBytesFuncobscuren2014-05-281-0/+10
|
* Added the ability to submit byte code for contracts instead of Mutan code.obscuren2014-05-051-0/+5
|
* Fixed state problemobscuren2014-04-291-0/+10
|
* Refactoring and added documentation commentsobscuren2014-04-271-1/+12
|
* The great mergeobscuren2014-02-151-0/+64