aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1132 from obscuren/log_optimisationsJeffrey Wilcke2015-05-281-1/+1
|\ | | | | core: log optimisations
| * core: fixed an issue with storing receiptsobscuren2015-05-281-1/+1
| |
* | cmd/mist: use utils.SetupLoggerFelix Lange2015-05-281-0/+4
|/
* core, cmd/geth, cmd/mist: cleanup. bump version 0.9.21obscuren2015-05-161-1/+1
|
* Use common.Address type for accounts.AddressGustav Simonsson2015-05-121-1/+1
|
* Merge pull request #933 from bas-vk/issue928Jeffrey Wilcke2015-05-123-8/+7
|\ | | | | replaced path with platform aware filepath module
| * removed redundant newlines in import blockBas van Kervel2015-05-122-3/+1
| |
| * replaced several path.* with filepath.* which is platform independentBas van Kervel2015-05-123-8/+9
| |
* | xeth, rpc: implement eth_estimateGas. Closes #930obscuren2015-05-121-1/+1
|/
* cmd/geth, miner, backend, xeth: Fixed miner threads to be settableobscuren2015-05-111-1/+1
| | | | | Miner threads are now settable through the admin interface (closes #897) and specify 0 CPU worker threads when eth_getWork is called (closes #916)
* cmd/geth, cmd/mist: version 0.9.19obscuren2015-05-101-1/+1
|
* cmd/mist: version bumpobscuren2015-05-091-1/+1
|
* cmd/geth, cmd/mist, eth, flags: renamed loglevel to verbosityobscuren2015-05-091-1/+1
|
* Merge pull request #840 from karalabe/throttled-dialingJeffrey Wilcke2015-05-081-0/+1
|\ | | | | p2p: throttled handshakes
| * cmd, eth, p2p: introduce pending peer cli arg, add testsPéter Szilágyi2015-05-071-0/+1
| |
* | updated ethereum.jsobscuren2015-05-081-0/+0
|/
* fixed merge issueobscuren2015-05-071-2/+2
|\
| * cmd/mist: fix a stale error messagePéter Szilágyi2015-05-041-1/+1
| |
| * cmd, eth, p2p: fix review issues enumerated by FelixPéter Szilágyi2015-04-302-2/+2
| |
| * cmd/geth, cmd/mist, cmd/utils, eth, p2p: support trusted peersPéter Szilágyi2015-04-302-3/+3
| |
* | cmd/mist: updated xeth transactobscuren2015-05-072-1/+2
|/
* cmd/mist: always enable whisperFelix Lange2015-04-291-0/+1
| | | | | The default value of the Shh option is true, but cli can't see it because it is not part of the mist options.
* cmd/geth, cmd/mist: use gitCommit in node nameFelix Lange2015-04-291-1/+9
|
* cmd/mist: add blockchain version flagFelix Lange2015-04-291-0/+1
| | | | | This is necessary because cli doesn't see the default value unless the flag is included.
* web3: updatedobscuren2015-04-261-0/+0
|
* web3: updatedobscuren2015-04-242-2/+1
|
* cmd/mist: fix another nil recipient address panic.Péter Szilágyi2015-04-101-7/+5
|
* Updated xeth loggerobscuren2015-04-091-1/+1
|
* ignore invalid txs right after being added if they prove incorrectobscuren2015-04-091-2/+5
|
* updated loggingobscuren2015-04-071-0/+0
|
* fixed stack levelobscuren2015-04-031-3/+0
|
* updated coinobscuren2015-04-031-10/+4
|
* updated ethereum.jsobscuren2015-04-021-0/+0
|
* info => debugobscuren2015-04-021-1/+1
|
* Merge pull request #589 from tgerring/corssettingJeffrey Wilcke2015-04-011-0/+7
|\ | | | | Configurable CORS domain
| * Add flag to control CORS header #394Taylor Gerring2015-03-301-0/+7
| | | | | | | | | | * Disabled on CLI * http://localhost on Mist
* | ethereum.js updateobscuren2015-04-011-0/+0
|/
* common: remove WriteFile and ReadAllFile (use ioutil instead)zelig2015-03-272-5/+7
|
* updated web3.jsobscuren2015-03-261-0/+0
|
* Updated example for new ethereum.jsobscuren2015-03-261-4/+4
|
* updated ethereum.jsobscuren2015-03-251-0/+0
|
* Removed full pathobscuren2015-03-251-1/+1
|
* Better error reporting in the console. Updated ethereum.jsobscuren2015-03-251-2/+2
|
* moved state and vm to coreobscuren2015-03-231-1/+1
|
* Fix Mist types build errorsTaylor Gerring2015-03-224-10/+10
|
* private network supportzelig2015-03-181-1/+3
| | | | | | - protocolversion, networkid global int flags to cli and mist - fix bug with protocolversion check using wrong db - log protocolversion & networkid in backend
* Merge remote-tracking branch 'upstream/develop' into frontier/jszelig2015-03-166-53/+35
|\ | | | | | | | | | | Conflicts: cmd/ethereum/js.go javascript/types.go
| * removed compileobscuren2015-03-162-22/+4
| |
| * Moved ethutil => commonobscuren2015-03-166-38/+38
| |
* | menubar back to mist main.qmlzelig2015-03-151-0/+89
| |
* | remove jsre from mistzelig2015-03-154-193/+63
| |
* | jsre:zelig2015-03-151-2/+4
|/ | | | | | | | | | - require became loadScript(), no require is supplied - bignumber_js.go: heredoc v2.0.3 minified fixed for otto Regexp incompatibility https://github.com/robertkrimen/otto#regular-expression-incompatibility - bignumber.min.js also updated in mist/assets/ext - ethereum_js.go: latest master minified - assetPath in constructor - Eval/Exec/Handle/ToVal nice API - jsre tests
* mergeobscuren2015-03-151-1/+3
|\
| * cmd/utils: GetEthereum -> MakeEthConfigFelix Lange2015-03-141-1/+3
| | | | | | | | | | This allows changing the config before starting Ethereum with it.
* | #469Taylor Gerring2015-03-131-1/+2
| |
* | Update path to web3 libraryTaylor Gerring2015-03-121-1/+1
| |
* | Update ethereum.jsTaylor Gerring2015-03-1244-6328/+0
|/ | | | Added to git modules
* miner: provide coinbase when starting the minerFelix Lange2015-03-123-44/+33
| | | | | | | | | | This avoids having to query the coinbase when creating the miner, which in turn eliminates the dreaded startup error when no accounts are set up. Later, this will also allow us to simply restart the miner when the user picks a different coinbase. This causes a lot of changes in other packages. These are included in this commit because they're impossible to separate.
* Merge branch 'develop' into rpcfrontierobscuren2015-03-117-301/+69
|\ | | | | | | | | | | Conflicts: rpc/api.go rpc/args.go
| * Merge branch origin/develop into accounts-integrationFelix Lange2015-03-114-437/+1
| |\ | | | | | | | | | | | | | | | | | | Conflicts: cmd/blocktest/main.go cmd/mist/debugger.go cmd/utils/cmd.go
| * | cmd/ethereum: show more helpful message if no accounts existFelix Lange2015-03-101-1/+4
| | |
| * | Merge ethereum/poc-9 into accounts-integrationFelix Lange2015-03-107-320/+668
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/utils/cmd.go cmd/utils/flags.go core/manager.go eth/backend.go rpc/http/server.go xeth/xeth.go
| * | | cmd/mist: use cli library and package accountsFelix Lange2015-03-106-304/+58
| | | |
| * | | Integrate eth_accounts and eth_transact to use new account managerGustav Simonsson2015-03-064-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add from to eth_transact / xeth.Transact and add static pass in lieu of integrating with native Mist window for user passphrase entry * Make eth_accounts return AccountManager.Accounts() * Add a Generate Key menu item in Mist
* | | | fallbackobscuren2015-03-111-1/+1
| | | |
* | | | Updated RPCobscuren2015-03-112-24/+61
| | | | | | | | | | | | | | | | | | | | | | | | * Added a generic RawMessage deserialiser * Updated ethereum.js * Updated coin test app
* | | | Added unmarshalStateobscuren2015-03-102-1004/+1473
| |_|/ |/| |
* | | removed debuggerobscuren2015-03-104-435/+1
| |/ |/|
* | Updated xeth instances to take extra param for ui.Interfaceobscuren2015-03-093-137/+2
| | | | | | | | | | | | Please be aware that if any of the instances on xeth.frontend are called the program will crash due to the default, temporarily, frontend interface.
* | Bump vobscuren2015-03-082-2/+2
| |
* | Updated ethereum.jsobscuren2015-03-081-180/+663
| |
* | Separated block db from state db. Partial fix for #416obscuren2015-03-071-1/+1
|/
* Merge pull request #433 from fjl/newcliFelix Lange2015-03-062-3/+3
|\ | | | | Improved CLI
| * ethutil: remove Config variableFelix Lange2015-03-062-3/+3
| | | | | | | | | | | | | | | | | | | | | | Various functions throughout the codebase used it to grab settings. This has to stop because I want to use them without reading the config file. These functions can now be used without reading the config first: * ethdb.NewLDBDatabase * ethrepl.NewJSRepl * vm.New
* | Merge branch 'develop' into poc-9obscuren2015-03-0627-36/+544
|\ \ | |/ |/|
| * Removed unused variablesobscuren2015-03-061-2/+1
| |
| * network back to local filesAlexandre Van de Sande2015-03-051-5/+0
| |
| * Fixed Average Return calculationAlexandre Van de Sande2015-03-052-3/+3
| |
| * updated network app to latest buildAlexandre Van de Sande2015-03-043-4/+5
| |
| * Merge branch 'develop' into uiAlexandre Van de Sande2015-03-047-368/+509
| |\
| * | network dashboard is now a local fileAlexandre Van de Sande2015-03-0423-1/+346
| | |
| * | updating to new network health pageAlexandre Van de Sande2015-03-042-4/+5
| | |
| * | Network Health Panel with miningAlexandre Van de Sande2015-03-035-27/+178
| | |
| * | Merge branch 'develop' into uiAlexandre Van de Sande2015-02-2310-86/+80
| |\ \
| * | | changes to sidebar sizesAlexandre Van de Sande2015-02-231-17/+32
| | | |
* | | | Miner fixes and updates (including miner)obscuren2015-03-052-3/+2
| |_|/ |/| |
* | | removed all old filtersobscuren2015-03-041-5/+0
| | |
* | | Merge pull request #411 from ethersphere/readmeJeffrey Wilcke2015-03-041-2/+2
|\ \ \ | | | | | | | | [WIP] Update Readme
| * | | minor cleanupzelig2015-03-031-2/+2
| | | |
* | | | Merge branch 'develop' of github.com:ethereum/go-ethereum into removewsTaylor Gerring2015-03-022-25/+26
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/ethereum/flags.go cmd/mist/flags.go
| * | | Add flag to set RPC portTaylor Gerring2015-02-282-26/+28
| | | |
* | | | Remove Websockets RPC transportTaylor Gerring2015-03-012-7/+0
|/ / /
* | | Bumpobscuren2015-02-272-2/+2
| | |
* | | Defautl blockobscuren2015-02-262-284/+457
| | |
* | | Cleanup importsTaylor Gerring2015-02-261-2/+0
| | |
* | | DRY DefaultAssetPath()Taylor Gerring2015-02-261-28/+1
| | |
* | | Update osext import pathTaylor Gerring2015-02-261-1/+1
| | |
* | | Merge pull request #368 from maran/feature/changeDataDirJeffrey Wilcke2015-02-251-7/+3
|\ \ \ | | | | | | | | Implement OS sensitive dataDirs
| * | | Implement OS sensitive dataDirsMaran2015-02-231-7/+3
| | |/ | |/|
* / | Properly uninstall filters. Mining issue fixed #closes #365obscuren2015-02-231-6/+18
|/ / | | | | | | | | | | * Added an additional tx state which is used to get the current nonce * Refresh transient state each time a new canonical block is found * Properly uninstall filters. Fixes a possible crash in RPC
* | Bumpobscuren2015-02-222-2/+2
| |
* | Added eth_logs & fixed issue with manual log filteringobscuren2015-02-221-12/+11
| | | | | | | | | | | | * Implemented `eth_logs` * Fixed issue with `filter.Find()` where logs were appended to an incorrect, non-returned slice resulting in no logs found
* | reverted back to proper version numberobscuren2015-02-212-2/+2
| |
* | Minor updates for releaseobscuren2015-02-212-2/+2
| |
* | Removed exported fields from state object and added proper set/gettersobscuren2015-02-201-2/+2
| |
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-207-38/+47
|\ \
| * \ Merge pull request #352 from fjl/no-enc-handshakeJeffrey Wilcke2015-02-202-2/+4
| |\ \ | | | | | | | | p2p: disable encryption handshake, enable log events
| | * | cmd/mist: show peer names in peers windowFelix Lange2015-02-192-2/+4
| | | |
| * | | Merge pull request #345 from maran/feature/minerthreadsJeffrey Wilcke2015-02-202-13/+17
| |\ \ \ | | | | | | | | | | Implement command line argument to set the amount miner threads
| | * | | Implement command line argument to set the amount of agents created by the minerMaran2015-02-192-13/+17
| | |/ / | | | | | | | | | | | | Defaults to the amount of cores available on the CPU
| * | | Merge pull request #335 from alexvandesande/uiJeffrey Wilcke2015-02-204-23/+26
| |\ \ \ | | |/ / | |/| / | | |/ Cut, Copy, Undo and Redo working in webview
| | * Removed console logs from mist.jsAlexandre Van de Sande2015-02-182-7/+8
| | | | | | | | | | | | also fixed an issue where it would force reloads unnecessarily
| | * Cut, Copy, Undo and Redo working in webviewAlexandre Van de Sande2015-02-183-18/+20
| | |
* | | Optimisations and fixed a couple of DDOS issues in the minerobscuren2015-02-202-17/+25
| | |
* | | WIP QT Clipboardobscuren2015-02-192-0/+2
|/ /
* | Disabled ability to disable whisper. Closes #334obscuren2015-02-181-0/+1
| |
* | removed old walletobscuren2015-02-181-1/+0
| |
* | Removed mined transactions from pending view. Closes #321obscuren2015-02-183-27/+12
| |
* | Changed to ChainEvent and fixed a nil pointer in transactobscuren2015-02-182-6/+4
| |
* | Implement register and watchTxobscuren2015-02-171-0/+2
| |
* | Merge branch 'alexvandesande-ui' into developobscuren2015-02-171-1/+1
|\ \
| * | commented peer count outobscuren2015-02-171-1/+1
| |/
* | Merge branch 'ui' of https://github.com/alexvandesande/go-ethereum into developobscuren2015-02-1715-187/+255
|\|
| * Merge branch 'develop' into uiAlexandre Van de Sande2015-02-173-14/+7
| |\
| * | Updated iconsAlexandre Van de Sande2015-02-176-4/+3
| | |
| * | removed status bar codeAlexandre Van de Sande2015-02-171-73/+0
| | |
| * | badge supportAlexandre Van de Sande2015-02-172-9/+9
| | |
| * | side iconsAlexandre Van de Sande2015-02-174-19/+103
| | |
| * | SideIcons work. Copy paste still doesn't.Alexandre Van de Sande2015-02-173-13/+55
| | |
| * | merge conflictsAlexandre Van de Sande2015-02-1617-244/+295
| |\ \
| * | | Solved Issue #318 and added states to back buttonAlexandre Van de Sande2015-02-166-20/+21
| | | |
| * | | Add http when not present on browserAlexandre Van de Sande2015-02-161-1/+6
| | | |
| * | | changed url bar behaviour. Failed attempt at iconAlexandre Van de Sande2015-02-143-75/+77
| | | |
* | | | Filter and mutex locks addedobscuren2015-02-172-7/+0
| |_|/ |/| |
* | | "centralised" mining to backend. Closes #323obscuren2015-02-173-14/+7
| |/ |/|
* | Changed default denominatorsobscuren2015-02-163-3/+5
| |
* | Resolved some bugs in the minerobscuren2015-02-151-1/+1
| | | | | | | | | | | | * TODO nonce error sometimes persists * Fixed mining on wrong blocks * Fixed state error & receipt fail
* | removed some old menu itemsobscuren2015-02-152-32/+0
| |
* | Reset URL barobscuren2015-02-151-1/+9
| |
* | Fixed a few errors in the browser special meta tags objectsobscuren2015-02-151-30/+28
| |
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-143-25/+37
|\ \
| * | cmd/mist: fix peer windowFelix Lange2015-02-143-25/+37
| | |
* | | Moved ECIES to repo & added secondary title for webviewobscuren2015-02-142-2/+14
|/ / | | | | | | | | * ECIES moved from obscuren to ethereum * Added html META[name=badge] to reflect menuItem.secondaryTitle
* | Fixed QML errorsobscuren2015-02-143-7/+1
| |
* | Updated coin.js abiobscuren2015-02-141-56/+57
| |
* | Update balance label when miningobscuren2015-02-142-1/+14
| |
* | Propagate blocksobscuren2015-02-141-3/+1
| |
* | Fixed issue in peer windowobscuren2015-02-142-9/+13
| | | | | | | | | | * Fixed issues where new peer window could cause a crash when entering an empty string
* | Updated windowobscuren2015-02-141-20/+6
| |
* | Fixed a few issues in the miner and updated hash rate titleobscuren2015-02-142-1/+27
| | | | | | | | | | * Sometimes old nonces were set by "old" agents * Added the hash rate to the miner
* | Merge branch 'develop' into minerobscuren2015-02-1412-113/+136
|\ \
| * | mergeobscuren2015-02-132-868/+7
| | |
| * | wipobscuren2015-02-137-65/+931
| |\ \
| | * | cmd/ethereum, cmd/mist, eth, p2p: use package p2p/natFelix Lange2015-02-132-17/+18
| | | | | | | | | | | | | | | | This deletes the old NAT implementation.
| | * | cmd/mist, cmd/ethereum: add CLI arguments for node keyFelix Lange2015-02-102-6/+29
| | | |
| | * | cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodesFelix Lange2015-02-073-5/+6
| | | |
| | * | cmd/mist, eth, javascript, p2p: use Node URLs for peer suggestionsFelix Lange2015-02-072-44/+12
| | | |
| | * | cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p APIFelix Lange2015-02-066-42/+34
| | | |
| * | | mergeobscuren2015-02-13102-6295/+6823
| |\ \ \
| | * | | removed messagesobscuren2015-02-133-46/+0
| | | | |
| | * | | cmd + t switches to new dapp windowobscuren2015-02-121-2/+3
| | | | |
* | | | | Merge branch 'develop' into minerobscuren2015-02-1223-932/+1511
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Documented methods & removed old manifestobscuren2015-02-121-0/+1
| | | | |
| * | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-123-119/+96
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Catalog Page BehaviourAlexandre Van de Sande2015-02-123-119/+96
| | | | |
| * | | | updated coinobscuren2015-02-111-12/+7
| |/ / /
| * | | removed icomoonAlexandre Van de Sande2015-02-101-0/+0
| | | |
| * | | Recreated the changes on a new branchAlexandre Van de Sande2015-02-1022-920/+1526
| | | |
* | | | Basic structure minerobscuren2015-02-102-9/+12
| | | |
* | | | mergedobscuren2015-02-099-162/+172
|\| | |
| * | | 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-063-4/+4
| |\ \
| | * \ Merge pull request #287 from ethereum/system-testingJeffrey Wilcke2015-02-063-4/+4
| | |\ \ | | | | | | | | | | Seednode CLI param updates
| | | * | Move hardcoded seed node address to app flagTaylor Gerring2015-02-033-4/+4
| | | | | | | | | | | | | | | | | | | | 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-061-1/+1
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | tgerring-develop Conflicts: rpc/http/server.go
| | * | | Use different default RPC port per #186Taylor Gerring2015-02-051-1/+1
| | | | |
* | | | | Merge branch 'develop' into minerobscuren2015-02-061-2/+2
|\| | | |
| * | | | Default gas price and default gas for rpcobscuren2015-02-051-2/+2
| | | | |
* | | | | wipobscuren2015-02-062-81/+81
|/ / / /
* | | | 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-011-4/+8
|/ /
* | added new default faviconobscuren2015-01-301-0/+0
| |
* | "fixed" transaction viewobscuren2015-01-303-6/+5
| |
* | Bumped version numberobscuren2015-01-301-1/+1
| |
* | 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
| |
* | 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-292-4/+55
| |
* | 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-295-16/+16
|\ \
| * | further cleaned up xeth interfaceobscuren2015-01-295-16/+16
| | |
* | | merge jsonrpcobscuren2015-01-297-122/+42
|\| |
| * | moving to a better xethobscuren2015-01-294-118/+41
| | |
| * | Add wsport flag to MistTaylor Gerring2015-01-282-1/+3
| | |
* | | 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
| | |
* | | 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
|
* 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
|
* Implemented filter for ws + fixesobscuren2015-01-102-1/+2
| | | | | | | * 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
|
* Fixed some whisper issuesobscuren2015-01-092-19/+26
|
* Reworking GUI interaction. Fixed javascript inject. Closes #132obscuren2015-01-083-89/+147
|
* Refactored ethutil.Config.Db outobscuren2015-01-072-17/+5
|
* Added license headersobscuren2015-01-0610-166/+197
|
* Allow extra to be set for mined blocksobscuren2015-01-062-0/+23
|
* Fixed peer window. Minor tweaks and fixesobscuren2015-01-065-25/+20
|
* added shh back inobscuren2015-01-063-2/+5
|
* Version bumpobscuren2015-01-041-1/+1
|
* Cleaned up some of that utilobscuren2015-01-045-26/+25
|
* Changed prev_hash to block_hash, state transition now uses vm envobscuren2015-01-041-1/+1
| | | | | | | * 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