aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* states moved to chainobscuren2014-12-114-8/+8
* added simple peer serverobscuren2014-12-101-0/+40
* Fixed testsobscuren2014-12-101-1/+1
* upped proto version and modified block poolobscuren2014-12-053-6/+2
* Show newly created private key during startup. Closes #126obscuren2014-12-052-3/+3
* Improved and simplified wallet functions and behaviourobscuren2014-12-042-27/+21
* Upped protocol versionobscuren2014-12-042-2/+2
* Log is now interfaceobscuren2014-12-042-2/+2
* sort tests for evmobscuren2014-12-043-6/+9
* Renamed State => StateDBobscuren2014-12-042-4/+4
* Updated testing toolsobscuren2014-12-042-23/+69
* Renames for chain, updated VM, moved methodsobscuren2014-12-041-1/+1
* Renamed `chain` => `core`obscuren2014-12-048-27/+30
* Descriptive function names for closure gettersobscuren2014-12-041-7/+0
* Updated environments according to the new interface setobscuren2014-12-042-9/+45
* mergeobscuren2014-12-035-6/+14
|\
| * Fixed mem error in vm. Fixed logs testsobscuren2014-12-032-2/+2
| * Set proper message valueobscuren2014-12-031-1/+1
| * Updated value for mined blocks. Closes #197obscuren2014-12-031-3/+9
| * Additional logging and removed temp merged mining options.obscuren2014-12-021-0/+2
* | merge errors fixedobscuren2014-12-022-5/+7
|\|
| * Changed the way transactions are being added to the transaction poolobscuren2014-12-022-5/+8
* | Fixed mergeobscuren2014-11-292-2/+3
|\|
| * updated PVobscuren2014-11-292-2/+2
| * Updated main.go - fix for broken develop build Eric Robitaille2014-11-211-1/+1
* | Fixed tests for 'types'obscuren2014-11-191-3/+2
* | Merge branch 'tests' into poc8obscuren2014-11-192-8/+9
|\ \
| * | formatting update per gofmtTaylor Gerring2014-11-161-7/+7
| * | Remove failing PrintfTaylor Gerring2014-11-151-1/+2
* | | Begin of moving objects to types packageobscuren2014-11-187-19/+18
| |/ |/|
* | clean upobscuren2014-11-153-33/+22
|/
* Version bumpobscuren2014-11-143-4/+4
* Transaction execution fixesobscuren2014-11-121-1/+1
* Fixes for the log methodobscuren2014-11-122-3239/+23
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-123-4/+5
* Moved ethtest to cmdobscuren2014-11-102-0/+3344
* Moved messages eventing to chain managerobscuren2014-11-101-1/+1
* Added dumpsobscuren2014-11-101-2/+9
* Added VM testing toolobscuren2014-11-101-0/+109
* Fixed bloom, updated mining & block processingobscuren2014-11-105-21/+20
* Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-077-65/+343
* StateManager => BlockManagerobscuren2014-11-045-7/+7
* Version bumpobscuren2014-11-042-2/+2
* Use new iteratorobscuren2014-11-031-1/+1
* all: fix rename breakageFelix Lange2014-11-011-2/+1
* ethminer => minerobscuren2014-10-312-14/+14
* ethwire => wireobscuren2014-10-312-7/+7
* ethstate => stateobscuren2014-10-316-34/+34
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-318-32/+32
* Moved utils to cmdobscuren2014-10-319-6/+536
* ethlog => loggerobscuren2014-10-3112-47/+47
* ethcrypto => cryptoobscuren2014-10-312-4/+4
* Moved ethchain to chainobscuren2014-10-317-29/+29
* Updated to use ethereum.jsobscuren2014-10-319-68/+726
* Merge pull request #167 from fjl/feature/split-tx-eventJeffrey Wilcke2014-10-301-26/+25
|\
| * cmd/mist, ethchain, ethminer: split TxEvent (#165)Felix Lange2014-10-291-26/+25
* | Removed events from the state managerobscuren2014-10-291-0/+2
|/
* Version bumpobscuren2014-10-271-1/+1
* increased default gas from 500 to 5000obscuren2014-10-271-1/+1
* events should be set prior to calling mainloopobscuren2014-10-271-1/+1
* cmd/*: add license headersFelix Lange2014-10-2326-0/+442
* Merge eth-go repository into go-ethereumFelix Lange2014-10-2368-0/+17377