aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into poc8obscuren2014-12-205-8/+8
|\ | | | | | | | | Conflicts: cmd/ethereum/flags.go
| * Increased peer from 10 to 30obscuren2014-12-202-2/+2
| |
| * Added authorsobscuren2014-12-191-4/+4
| |
| * version bumpobscuren2014-12-192-2/+2
| |
* | Merge branch 'badsig' of https://github.com/ebuchman/go-ethereum into ↵obscuren2014-12-191-3/+3
|\ \ | | | | | | | | | | | | | | | | | | ebuchman-badsig Conflicts: core/transaction_pool.go
* \ \ Merge branch 'develop' into poc8obscuren2014-12-191-3/+1
|\ \ \ | | |/ | |/|
| * | Cleaned up objectsobscuren2014-12-191-3/+1
| | |
* | | 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-183-4/+4
|\| |
| * | Updated to new methodsobscuren2014-12-183-4/+4
| | |
* | | Whisper watches fixesobscuren2014-12-171-1/+2
| | |
* | | Fixed deref ptrobscuren2014-12-161-6/+4
| | | | | | | | | | | | | | | The gui already waits and shuts down ethereum. There was no need to wait for an additional shutdown.
* | | 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
| | |
* | | resolve merge conflict hellzelig2014-12-152-15/+1
| | |
* | | adapt cmd/cli to new backendzelig2014-12-152-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - new flag nat for nat support UPNP|PMP - new flag pmp for PMP gateway IP - add NatType to utils/cmd to get p2p.NAT from nat type string - obsolete usepnp flag - get rid of IsUpToDate and sleep in miner start - ethereum constructor takes nat type, port, maxpeer - add pubkey arg to client identity
* | | new cli optionszelig2014-12-152-4/+6
| | | | | | | | | | | | | | | | | | | | | - nat UPNP|PMP - gateway for PMP NAT - obsolete usepnp - add pubkey to client identity
* | | adapt to new backendzelig2014-12-151-14/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | - eth p2p pkgs - new Ethereum initialiser - no caps param - use nat type - add NatType func to map nat type string to p2p.NAT - add pubkey to client identity
* | | import eth pkgzelig2014-12-153-3/+3
|/ /
* | 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 a couple more chain => core * Updated VM `pc` to be uint64 rather than big int * XEth interface cleanup
* | 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
| | | | | | Transaction execution fixes - 60cdb1148c404218846fd39331690658168f4e04
* | 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
| |/ |/| | | | | | | * Block(s) * Transaction(s)
* | 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
| | | | | | * Reverted back to process blocks in batches method * Bloom generation and lookup fix * Minor UI changed (mainly debug)
* Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-077-65/+343
| | | | | | | | * Miner has been rewritten * Added new miner pane * Added option for local txs * Added option to read from MergeMining contract and list them for merged mining
* 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
|\ | | | | Split TxEvent type for tx pre/post
| * 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
mist, etheruem have been moved to cmd/