aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Collapse)AuthorAgeFilesLines
* removed icomoonAlexandre Van de Sande2015-02-101-0/+0
|
* Recreated the changes on a new branchAlexandre Van de Sande2015-02-1022-920/+1526
|
* Updated coinobscuren2015-02-081-30/+66
|
* API changed to use Pubkey only. Reflected that change in the rest of the apiobscuren2015-02-061-1/+2
|
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-066-9/+9
|\
| * Merge pull request #287 from ethereum/system-testingJeffrey Wilcke2015-02-066-9/+9
| |\ | | | | | | Seednode CLI param updates
| | * Move hardcoded seed node address to app flagTaylor Gerring2015-02-036-9/+9
| | | | | | | | | | | | Replaces functionality `-seed=true` with `-seed="ip:port"`
* | | updated homeobscuren2015-02-061-1/+1
| | |
* | | Merge commit '9d84609b3faf797f4a611587abdda3d6b3b07917' into developobscuren2015-02-064-51/+17
| | |
* | | pending / chain eventobscuren2015-02-061-1/+9
| | |
* | | Merge branch 'develop' of https://github.com/tgerring/go-ethereum into ↵obscuren2015-02-063-3/+3
|\ \ \ | |/ / |/| | | | | | | | | | | | | | tgerring-develop Conflicts: rpc/http/server.go
| * | Merge branch 'develop' of github.com:tgerring/go-ethereum into developTaylor Gerring2015-02-051-1/+1
| |\ \
| | * \ Merge branch 'develop' of github.com:tgerring/go-ethereum into developTaylor Gerring2015-02-041-1/+1
| | |\ \
| | | * | Update signature for rpc websocketsTaylor Gerring2015-02-021-1/+1
| | | |/
| * | / Use different default RPC port per #186Taylor Gerring2015-02-052-2/+2
| |/ /
* | | Default gas price and default gas for rpcobscuren2015-02-051-2/+2
| | |
* | | fixed testobscuren2015-02-051-0/+1
| | |
* | | Propagate known transactions to new peers on connectobscuren2015-02-051-4/+4
| | |
* | | Merge branch 'develop' into minerobscuren2015-02-0527-477/+1203
|\ \ \
| * | | updated testsobscuren2015-02-0528-946/+2130
| |/ /
* / / Filteringobscuren2015-02-054-475/+950
|/ /
* | Removed minimum height. Closes #282obscuren2015-02-031-2/+1
| |
* | Fixed whisper "to" filtering. Closes #283obscuren2015-02-031-0/+10
| |
* | Added a different default home pageobscuren2015-02-033-2/+77
| |
* | Raw data for existing blocksobscuren2015-02-031-1/+1
| |
* | Removed some VMEnv & Added VmType() to vm.Environmentobscuren2015-02-012-102/+8
|/
* added new default faviconobscuren2015-01-301-0/+0
|
* "fixed" transaction viewobscuren2015-01-303-6/+5
|
* Bumped version numberobscuren2015-01-302-2/+2
|
* Added whisper messagesobscuren2015-01-301-2/+20
| | | | * have identity & get messages
* Added whisper interface for xeth, added examples, updated RPCobscuren2015-01-304-3/+48
| | | | | * Added RPC methods for whisper * Added whisper example
* Fixed issue with Storage()obscuren2015-01-301-1/+2
| | | | | | * Storage() returned encoded values. They are now decode prior to hexing * Removed old code from state object * Updated coin
* default values removedobscuren2015-01-301-11/+19
|
* Merge branch 'qt5.4' of github.com-obscure:ethereum/go-ethereum into qt5.4obscuren2015-01-301-3/+0
|\ | | | | | | | | Conflicts: rpc/message.go
| * Merge branch 'qt5.4' of github.com:ethereum/go-ethereum into qt5.4Taylor Gerring2015-01-3049-3016/+240
| |\
| * | Remove old websocket implementationTaylor Gerring2015-01-291-3/+0
| | |
* | | More dapp samplesobscuren2015-01-302-0/+161
| |/ |/| | | | | | | * Info DApp, coin DApp * Additional rpc methods
* | Reimplemented message filters for rpc callsobscuren2015-01-291-1/+1
| |
* | Samples and disams cmd for evm codeobscuren2015-01-293-4/+89
| |
* | Added RPC "Call" for JS calls to contractsobscuren2015-01-291-2/+1
| |
* | Added abi exampleobscuren2015-01-291-0/+44
| |
* | implement transactobscuren2015-01-292-5/+2
| |
* | updated ethereum.js and moved to subfolderobscuren2015-01-294-2/+101
| | | | | | | | | | * Previous subtree caused a lot of trouble * Implemented sha3 in our shiny new http JSON RPC
* | Add 'cmd/mist/assets/ext/ethereum.js/' from commit ↵obscuren2015-01-2934-0/+4018
| | | | | | | | | | | | | | | | '63d9c070ef7637a3d570a5a45ea931c1680ebc02' git-subtree-dir: cmd/mist/assets/ext/ethereum.js git-subtree-mainline: f80fe9776335312615ce3b1a565e4f48e171ab0d git-subtree-split: 63d9c070ef7637a3d570a5a45ea931c1680ebc02
* | removed old js yet againobscuren2015-01-2939-7018/+0
| |
* | default http rpc onobscuren2015-01-291-1/+1
|/
* Added webengine initializerobscuren2015-01-292-0/+694
|
* removed key while in the process of moving to the new key storageobscuren2015-01-296-698/+5
|
* Merge branch 'jsonrpc' into qt5.4obscuren2015-01-296-17/+17
|\
| * further cleaned up xeth interfaceobscuren2015-01-296-17/+17
| |
* | merge jsonrpcobscuren2015-01-2910-129/+59
|\|
| * moving to a better xethobscuren2015-01-294-118/+41
| |
| * Rename transport to wsTaylor Gerring2015-01-281-1/+1
| | | | | | | | Cleanup object naming for clarity
| * Add wsport flag to MistTaylor Gerring2015-01-282-1/+3
| |
| * Update CLI to use new Websocket RPCTaylor Gerring2015-01-283-5/+15
| | | | | | | | Use “wsport” flag to change default port
| * Move HTTP transport to sub package of RPCTaylor Gerring2015-01-281-2/+2
| |
* | switched to obscuren/qmlobscuren2015-01-288-8/+8
| |
* | Updated assets & moved messagesobscuren2015-01-289-65/+81
| |
* | Added big numbersobscuren2015-01-281-0/+2
| |
* | Merge branch 'develop' into qt5.4obscuren2015-01-2834-0/+4018
|\ \
| * | new ethereum.jsobscuren2015-01-2834-0/+4018
| | |
* | | removed old ethereum.jsobscuren2015-01-2825-2938/+0
| | |
* | | Merge branch 'jsonrpc' into qt5.4obscuren2015-01-282-220/+8
|\ \ \ | | |/ | |/|
| * | Merge branch 'develop' into jsonrpcobscuren2015-01-234-281/+268
| |\|
| * | Move websockets out of cmd/utilTaylor Gerring2015-01-212-220/+8
| | |
* | | Reworking browserobscuren2015-01-253-38/+241
| |/ |/|
* | UI Updatesobscuren2015-01-224-66/+39
| | | | | | | | | | * Browser now has tabs * Fixed a callback issue
* | Updated browser & pass view to callback functionobscuren2015-01-222-231/+245
|/
* fixed url bug in browserobscuren2015-01-211-5/+0
|
* StdVm by defaultobscuren2015-01-203-4/+8
|
* Hide browser bar when coming from a DApp urlobscuren2015-01-201-24/+28
|
* Minor browser improvementsobscuren2015-01-193-6/+30
|
* Add defer rescued back inobscuren2015-01-161-0/+5
|
* updated testsobscuren2015-01-151-0/+3
|
* Changed public whisper api not to reveal temporary private keysobscuren2015-01-151-402/+435
|
* Default datadir for mist is now shared with CLI (.ethereum)obscuren2015-01-131-1/+1
|
* Fixed whisper messagesobscuren2015-01-131-1/+3
| | | | | | | * Whisper protocol wasn't properly suppling envelope slices * Message history wasn't properly propagated * Added 'Messages' method, filtering any current envelope with the supplied filter.
* Added manual triggering of filtersobscuren2015-01-132-2/+9
|
* removed accidental qt depobscuren2015-01-111-2/+2
|
* Implemented filter for ws + fixesobscuren2015-01-103-11/+46
| | | | | | | * proper 0xhex * filters fixed * start of filter manager * accounts for ws. Closes #246
* Updated to new ethereum.js apiobscuren2015-01-091-1/+1
|
* mergedobscuren2015-01-091-1/+0
|
* new switchobscuren2015-01-091-40/+26
|
* updated ethereum.jsobscuren2015-01-0925-0/+2938
|
* removedobscuren2015-01-0925-2931/+0
|
* Updated ethereum.jsobscuren2015-01-0934-951/+2924
|
* Support input from argsobscuren2015-01-091-1/+6
|
* Fixed some whisper issuesobscuren2015-01-092-19/+26
|
* Reworking GUI interaction. Fixed javascript inject. Closes #132obscuren2015-01-083-89/+147
|
* Read directly from stdinobscuren2015-01-071-7/+4
|
* Refactored ethutil.Config.Db outobscuren2015-01-076-25/+18
|
* Added version flagobscuren2015-01-072-0/+17
|
* cmd/peerserver: add some command line switchesFelix Lange2015-01-061-2/+15
|
* cmd/peerserver: use NoDial, don't use seed peersFelix Lange2015-01-061-13/+2
|
* cmd/peerserver: fix for new client identity typeFelix Lange2015-01-061-1/+1
|
* cmd/evm: add dummy implementation for GetHashFelix Lange2015-01-061-0/+6
| | | | | Fixes the build. AFAIK evm does not bother keeping a chain and cannot provide a real implementation.
* cmd/rlpdump: remove stray returnFelix Lange2015-01-061-2/+1
|
* Added license headersobscuren2015-01-0620-219/+336
|
* Updated WS API. Fixes #219. Closes #220obscuren2015-01-061-35/+35
|
* Allow extra to be set for mined blocksobscuren2015-01-062-0/+23
|
* Fixed peer window. Minor tweaks and fixesobscuren2015-01-066-26/+21
|
* Merge pull request #235 from fjl/rlpdumpJeffrey Wilcke2015-01-061-2/+19
|\ | | | | fixes for rlpdump
| * cmd/rlpdump: remove extra bufferFelix Lange2015-01-061-2/+1
| |
| * cmd/rlpdump: add license header and synopsisFelix Lange2015-01-061-0/+18
| |
* | Merge pull request #233 from fjl/rlpdumpJeffrey Wilcke2015-01-061-0/+128
|\| | | | | cmd/rlpdump: new helper command
| * cmd/rlpdump: new helper commandFelix Lange2015-01-051-0/+128
| |
* | added shh back inobscuren2015-01-064-3/+10
| |
* | Mergeobscuren2015-01-062-8/+14
|/
* BlockManager => BlockProcessorobscuren2015-01-051-1/+1
|
* Version bumpobscuren2015-01-042-2/+2
|
* Cleaned up some of that utilobscuren2015-01-0428-1786/+51
|
* Changed prev_hash to block_hash, state transition now uses vm envobscuren2015-01-042-3/+11
| | | | | | | * 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
* Fixed bug where logging could crash client during tx addingobscuren2015-01-031-0/+1
|
* Closure => Contextobscuren2015-01-022-6/+6
|
* Fixed using new trie iterator APIobscuren2015-01-022-22/+22
|
* Merge branch 'develop' into poc8obscuren2014-12-311-3/+8
|\
| * Additional checking on gasobscuren2014-12-311-3/+8
| |
* | fixed trieobscuren2014-12-301-2/+2
| |
* | export => importobscuren2014-12-241-1/+1
| |
* | mergeobscuren2014-12-243-2/+7
|\|
| * Merge branch 'hotfix/0.7.11' into developobscuren2014-12-242-2/+2
| |\
| | * Bumpobscuren2014-12-242-2/+2
| | |
| * | Enable websockets for mist. Closes #218obscuren2014-12-232-0/+9
| |/
* | Switched to new trieobscuren2014-12-242-4/+4
| |
* | Moved import to utilsobscuren2014-12-232-18/+26
| |
* | Close the fileobscuren2014-12-231-0/+2
| |
* | Decode from stream directlyobscuren2014-12-231-3/+2
| |
* | Updated Mist to use new blocksobscuren2014-12-233-6/+6
| |
* | Chain importerobscuren2014-12-232-1/+29
| |
* | Refactored block & Transactionobscuren2014-12-233-13/+7
| | | | | | | | * Includes new rlp decoder
* | 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
| |
* | updated ethereum.jsobscuren2014-12-2226-0/+1732
| |
* | movedobscuren2014-12-222-2/+3
| |
* | Merge branch 'develop' into poc8obscuren2014-12-221-3/+1
|\|
| * Fixed EVM environment. Closes #215v0.7.10obscuren2014-12-211-3/+1
| |
* | updated whisper uiobscuren2014-12-221-2/+3
| |
* | Updated QWhisperobscuren2014-12-212-2/+38
| | | | | | | | | | * changed api * general whisper debug interface
* | 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/