aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed using new trie iterator APIobscuren2015-01-022-22/+22
* mergeobscuren2014-12-241-1/+1
|\
| * Merge branch 'hotfix/0.7.11' into developobscuren2014-12-241-1/+1
| |\
| | * Bumpobscuren2014-12-241-1/+1
| * | Enable websockets for mist. Closes #218obscuren2014-12-231-0/+4
| |/
* | Updated Mist to use new blocksobscuren2014-12-233-6/+6
* | Removal of "debug" url :)obscuren2014-12-221-2/+1
* | Concat and pad dataobscuren2014-12-222-3/+4
* | Added whisper js apiobscuren2014-12-224-123/+145
* | movedobscuren2014-12-222-2/+3
* | updated whisper uiobscuren2014-12-221-2/+3
* | Updated QWhisperobscuren2014-12-212-2/+38
* | Merge branch 'develop' into poc8obscuren2014-12-203-6/+6
|\|
| * Increased peer from 10 to 30obscuren2014-12-201-1/+1
| * Added authorsobscuren2014-12-191-4/+4
| * version bumpobscuren2014-12-191-1/+1
* | Merge branch 'badsig' of https://github.com/ebuchman/go-ethereum into ebuchma...obscuren2014-12-191-3/+3
|\ \
* \ \ mergeobscuren2014-12-191-10/+10
|\ \ \ | | |/ | |/|
| * | Moved methods to messagesobscuren2014-12-181-2/+2
| * | Created generic message (easy for testing)obscuren2014-12-181-8/+8
* | | Merged developobscuren2014-12-182-3/+3
|\| |
| * | Updated to new methodsobscuren2014-12-182-3/+3
* | | Whisper watches fixesobscuren2014-12-171-1/+2
* | | Fixed deref ptrobscuren2014-12-161-6/+4
* | | Added whisper debug interface + whisper fixesobscuren2014-12-163-1/+12
* | | Added whisper testobscuren2014-12-161-0/+46
* | | made mist in a compilable, workable state using the new refactored packagesobscuren2014-12-154-29/+35
* | | removed filter manager from baseobscuren2014-12-151-1/+10
|/ /
* | states moved to chainobscuren2014-12-114-8/+8
* | upped proto version and modified block poolobscuren2014-12-052-5/+1
* | Show newly created private key during startup. Closes #126obscuren2014-12-051-2/+2
* | Improved and simplified wallet functions and behaviourobscuren2014-12-042-27/+21
* | Upped protocol versionobscuren2014-12-041-1/+1
* | Renamed State => StateDBobscuren2014-12-041-1/+1
* | Renamed `chain` => `core`obscuren2014-12-047-23/+26
* | Descriptive function names for closure gettersobscuren2014-12-041-7/+0
* | Updated environments according to the new interface setobscuren2014-12-041-8/+12
* | mergeobscuren2014-12-033-4/+12
|\ \
| * | Fixed mem error in vm. Fixed logs testsobscuren2014-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-291-1/+1
|\| | | |/ |/|
| * updated PVobscuren2014-11-291-1/+1
* | Begin of moving objects to types packageobscuren2014-11-186-15/+15
|/
* clean upobscuren2014-11-152-32/+21
* Version bumpobscuren2014-11-142-3/+3
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-121-1/+1
* Fixed bloom, updated mining & block processingobscuren2014-11-105-21/+20
* Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-076-64/+342
* StateManager => BlockManagerobscuren2014-11-044-6/+6
* Version bumpobscuren2014-11-041-1/+1
* Use new iteratorobscuren2014-11-031-1/+1
* ethminer => minerobscuren2014-10-311-5/+5
* ethwire => wireobscuren2014-10-311-3/+3
* ethstate => stateobscuren2014-10-315-20/+20
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-316-28/+28
* Moved utils to cmdobscuren2014-10-314-4/+5
* ethlog => loggerobscuren2014-10-318-37/+36
* ethcrypto => cryptoobscuren2014-10-311-2/+2
* Moved ethchain to chainobscuren2014-10-317-29/+29
* Updated to use ethereum.jsobscuren2014-10-319-68/+726
* cmd/mist, ethchain, ethminer: split TxEvent (#165)Felix Lange2014-10-291-26/+25
* 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-2319-0/+323
* Merge eth-go repository into go-ethereumFelix Lange2014-10-2359-0/+16740