Felix Lange
d7b5a87b3b
miner: provide coinbase when starting the miner
...
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.
10 years ago
obscuren
56524d13b5
removed debugger
10 years ago
Felix Lange
697f6748b8
cmd/mist: use cli library and package accounts
10 years ago
Alexandre Van de Sande
178798ef87
network back to local files
10 years ago
Alexandre Van de Sande
671e38fb65
Fixed Average Return calculation
10 years ago
Alexandre Van de Sande
e1bae3771e
updated network app to latest build
10 years ago
Alexandre Van de Sande
cf880f78d5
network dashboard is now a local file
10 years ago
Alexandre Van de Sande
8c2940a98b
updating to new network health page
10 years ago
Alexandre Van de Sande
21c373b55d
Network Health Panel with mining
10 years ago
obscuren
c1474e1877
Removed mined transactions from pending view. Closes #321
10 years ago
Alexandre Van de Sande
0e2f6691bf
Cut, Copy, Undo and Redo working in webview
10 years ago
Alexandre Van de Sande
fbd5e4d5af
Updated icons
10 years ago
Alexandre Van de Sande
a22711a7b5
badge support
10 years ago
Alexandre Van de Sande
c4b8c11529
side icons
10 years ago
Alexandre Van de Sande
666ef48239
SideIcons work. Copy paste still doesn't.
10 years ago
Alexandre Van de Sande
1878630b59
Solved Issue #318 and added states to back button
10 years ago
obscuren
164de5e22b
Changed default denominators
10 years ago
Alexandre Van de Sande
05f2808849
Add http when not present on browser
10 years ago
obscuren
2c3a014f03
Resolved some bugs in the miner
...
* TODO nonce error sometimes persists
* Fixed mining on wrong blocks
* Fixed state error & receipt fail
10 years ago
obscuren
12fc590b34
removed some old menu items
10 years ago
obscuren
c29b01ce75
Reset URL bar
10 years ago
obscuren
befb4bc1c1
Fixed a few errors in the browser special meta tags objects
10 years ago
obscuren
84f7c966f7
Moved ECIES to repo & added secondary title for webview
...
* ECIES moved from obscuren to ethereum
* Added html META[name=badge] to reflect menuItem.secondaryTitle
10 years ago
obscuren
384305f4aa
Fixed QML errors
10 years ago
Alexandre Van de Sande
7aef0fed29
changed url bar behaviour. Failed attempt at icon
10 years ago
obscuren
ce239333d5
Update balance label when mining
10 years ago
obscuren
8a0f23915e
Fixed a few issues in the miner and updated hash rate title
...
* Sometimes old nonces were set by "old" agents
* Added the hash rate to the miner
10 years ago
Alexandre Van de Sande
6221b282d4
Catalog Page Behaviour
10 years ago
Alexandre Van de Sande
6b5f4ed244
Recreated the changes on a new branch
10 years ago
Felix Lange
56f777b2fc
cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API
10 years ago
obscuren
93ae7bb0d2
Raw data for existing blocks
10 years ago
obscuren
0ed3edc99e
"fixed" transaction view
10 years ago
obscuren
c03d403437
Added whisper interface for xeth, added examples, updated RPC
...
* Added RPC methods for whisper
* Added whisper example
10 years ago
obscuren
ec85458612
updated ethereum.js and moved to subfolder
...
* Previous subtree caused a lot of trouble
* Implemented sha3 in our shiny new http JSON RPC
10 years ago
obscuren
adda54ac55
Added webengine initializer
10 years ago
obscuren
cebb149f5c
removed key while in the process of moving to the new key storage
10 years ago
obscuren
7f638f0b2d
moving to a better xeth
10 years ago
obscuren
9a11a94894
Updated assets & moved messages
10 years ago
obscuren
c54a85ee64
Reworking browser
10 years ago
obscuren
b777d6aa3f
UI Updates
...
* Browser now has tabs
* Fixed a callback issue
10 years ago
obscuren
47e6b2cef8
Allow extra to be set for mined blocks
10 years ago
obscuren
c9985bf563
Fixed peer window. Minor tweaks and fixes
10 years ago
obscuren
09841b1c9b
Cleaned up some of that util
10 years ago
obscuren
e32f7baa0d
Concat and pad data
10 years ago
obscuren
4051c0333f
Added whisper js api
10 years ago
obscuren
8130df63ca
updated whisper ui
10 years ago
obscuren
0e5aed63dd
Updated QWhisper
...
* changed api
* general whisper debug interface
10 years ago
obscuren
52b54631a4
Whisper watches fixes
10 years ago
obscuren
993280ec03
Added whisper test
10 years ago
obscuren
085f604b27
Show newly created private key during startup. Closes #126
10 years ago