aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/utils
Commit message (Collapse)AuthorAgeFilesLines
* removed accidental qt depobscuren2015-01-111-2/+2
|
* Implemented filter for ws + fixesobscuren2015-01-101-10/+44
| | | | | | | * proper 0xhex * filters fixed * start of filter manager * accounts for ws. Closes #246
* Refactored ethutil.Config.Db outobscuren2015-01-071-1/+3
|
* Added license headersobscuren2015-01-063-0/+61
|
* Updated WS API. Fixes #219. Closes #220obscuren2015-01-061-35/+35
|
* added shh back inobscuren2015-01-061-1/+5
|
* BlockManager => BlockProcessorobscuren2015-01-051-1/+1
|
* Cleaned up some of that utilobscuren2015-01-041-99/+4
|
* Changed prev_hash to block_hash, state transition now uses vm envobscuren2015-01-041-2/+10
| | | | | | | * PREVHASH => BLOCKHASH( N ) * State transition object uses VMEnv as it's query interface * Updated vm.Enviroment has GetHash( n ) for BLOCKHASH instruction * Added GetHash to xeth, core, utils & test environments
* Closure => Contextobscuren2015-01-021-3/+3
|
* mergeobscuren2014-12-241-0/+5
|\
| * Enable websockets for mist. Closes #218obscuren2014-12-231-0/+5
| |
* | Switched to new trieobscuren2014-12-241-1/+1
| |
* | Moved import to utilsobscuren2014-12-231-0/+24
| |
* | Refactored block & Transactionobscuren2014-12-232-7/+7
| | | | | | | | * Includes new rlp decoder
* | Merge branch 'develop' into poc8obscuren2014-12-191-3/+1
|\|
| * Cleaned up objectsobscuren2014-12-191-3/+1
| |
* | resolve merge conflict hellzelig2014-12-151-10/+1
| |
* | adapt cmd/cli to new backendzelig2014-12-151-0/+9
| | | | | | | | | | | | | | | | | | | | - 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
* | 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-151-1/+1
|/
* Show newly created private key during startup. Closes #126obscuren2014-12-051-1/+1
|
* Log is now interfaceobscuren2014-12-041-1/+1
|
* Renamed State => StateDBobscuren2014-12-041-3/+3
|
* Renamed `chain` => `core`obscuren2014-12-041-4/+4
|
* Updated environments according to the new interface setobscuren2014-12-041-1/+33
|
* mergeobscuren2014-12-031-1/+1
|\
| * Set proper message valueobscuren2014-12-031-1/+1
| |
* | Begin of moving objects to types packageobscuren2014-11-181-4/+3
|/ | | | | * Block(s) * Transaction(s)
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-121-1/+1
|
* Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-071-1/+1
| | | | | | | | * 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-041-1/+1
|
* ethminer => minerobscuren2014-10-311-9/+9
|
* ethwire => wireobscuren2014-10-311-4/+4
|
* ethstate => stateobscuren2014-10-311-14/+14
|
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-312-4/+4
|
* Moved utils to cmdobscuren2014-10-313-0/+529