aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/common.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved ethutil => commonobscuren2015-03-161-165/+0
|
* DRY up the use of fromHex and put it in ethutilMaran2015-03-141-0/+13
|
* Move MakeName to ethutilTaylor Gerring2015-03-121-0/+7
|
* bump last resort check out of ifelseTaylor Gerring2015-02-271-5/+6
|
* Check source directroy for assets as last resortTaylor Gerring2015-02-271-2/+10
|
* Cleanup importsTaylor Gerring2015-02-261-1/+4
|
* DRY DefaultAssetPath()Taylor Gerring2015-02-261-0/+26
|
* Implement OS sensitive dataDirsMaran2015-02-231-0/+12
|
* Optimisations and fixed a couple of DDOS issues in the minerobscuren2015-02-201-0/+7
|
* updated testsobscuren2015-01-131-0/+1
|
* Merge branch 'develop' of https://github.com/tgerring/go-ethereumTaylor Gerring2014-11-151-0/+1
|
* Implemented LOG. Closes #159obscuren2014-10-271-0/+1
|
* Dump bytes instead of stringsobscuren2014-08-171-9/+26
|
* Refactored CALLDATALOAD to use big intobscuren2014-07-221-5/+7
| | | | * Added BigMin
* Add windows helper functionsMaran2014-07-141-0/+12
|
* move CreateAddress from ethutil/common to ethcryptozelig2014-06-291-7/+0
|
* Moving a head closer to interopobscuren2014-06-131-1/+1
|
* Expose GasLimit to ethPubMaran2014-06-111-1/+1
|
* Added Douglas and Einstanobscuren2014-06-061-7/+13
|
* Change shorthandsMaran2014-05-201-13/+13
|
* Refactoring and added documentation commentsobscuren2014-04-271-3/+9
|
* Upped version numberobscuren2014-04-271-0/+7
|
* Test fixes and removed old code. Added VM gas feesobscuren2014-03-241-0/+1
|
* Removed regular ints from the virtual machine and closuresobscuren2014-03-221-0/+6
|
* Added currency convertingobscuren2014-02-251-0/+35