Péter Szilágyi
d1729acd2b
cmd/mist: fix another nil recipient address panic.
10 years ago
zelig
4ec38e3932
common: remove WriteFile and ReadAllFile (use ioutil instead)
10 years ago
Taylor Gerring
d186bf0dfe
Fix Mist types build errors
10 years ago
obscuren
b523441361
Moved ethutil => common
10 years ago
zelig
31ffca6d8a
remove jsre from mist
10 years ago
Felix Lange
697f6748b8
cmd/mist: use cli library and package accounts
10 years ago
obscuren
20741a96ac
Updated xeth instances to take extra param for ui.Interface
...
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.
10 years ago
Gustav Simonsson
bc45e5c6de
Integrate eth_accounts and eth_transact to use new account manager
...
* 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
10 years ago
Felix Lange
bdba044a80
ethutil: remove Config variable
...
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
10 years ago
obscuren
44b83c6ea6
Removed unused variables
10 years ago
obscuren
c47866d251
Miner fixes and updates (including miner)
10 years ago
Alexandre Van de Sande
21c373b55d
Network Health Panel with mining
10 years ago
obscuren
fa4cbad315
Optimisations and fixed a couple of DDOS issues in the miner
10 years ago
Felix Lange
1ec6190e86
cmd/mist: show peer names in peers window
10 years ago
obscuren
0057bb4ef6
WIP QT Clipboard
10 years ago
obscuren
c1474e1877
Removed mined transactions from pending view. Closes #321
10 years ago
obscuren
7fc9b5b3f9
Changed to ChainEvent and fixed a nil pointer in transact
10 years ago
obscuren
567428fb34
Filter and mutex locks added
10 years ago
obscuren
8135752a32
"centralised" mining to backend. Closes #323
10 years ago
Felix Lange
8464e43eaf
cmd/mist: fix peer window
10 years ago
obscuren
ce239333d5
Update balance label when mining
10 years ago
obscuren
0f3c25b265
Propagate blocks
10 years ago
obscuren
da2fae0e43
Basic structure miner
10 years ago
Felix Lange
56f777b2fc
cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API
10 years ago
obscuren
872b249711
further cleaned up xeth interface
10 years ago
obscuren
7f638f0b2d
moving to a better xeth
10 years ago
obscuren
fb7c03ff4d
switched to obscuren/qml
10 years ago
obscuren
9a11a94894
Updated assets & moved messages
10 years ago
obscuren
012a1c2533
Updated ethereum.js
10 years ago
obscuren
ee84b20247
Reworking GUI interaction. Fixed javascript inject. Closes #132
10 years ago
obscuren
fed3e6a808
Refactored ethutil.Config.Db out
10 years ago
obscuren
117f66e823
Added license headers
10 years ago
obscuren
c9985bf563
Fixed peer window. Minor tweaks and fixes
10 years ago
obscuren
f16810c48e
added shh back in
10 years ago
obscuren
09841b1c9b
Cleaned up some of that util
10 years ago
obscuren
0972bdeda2
Fixed using new trie iterator API
10 years ago
obscuren
e2e3fa3d11
Updated Mist to use new blocks
10 years ago
obscuren
4051c0333f
Added whisper js api
10 years ago
obscuren
5ad473d758
Moved methods to messages
10 years ago
obscuren
db494170dc
Created generic message (easy for testing)
10 years ago
obscuren
2d09e67713
Updated to new methods
10 years ago
obscuren
01a6db9324
Added whisper debug interface + whisper fixes
10 years ago
obscuren
56dac74f71
made mist in a compilable, workable state using the new refactored packages
10 years ago
obscuren
5553e5aaed
states moved to chain
10 years ago
obscuren
9925916851
upped proto version and modified block pool
10 years ago
obscuren
a5b27bbc10
Improved and simplified wallet functions and behaviour
10 years ago
obscuren
9008b155d3
Renamed `chain` => `core`
10 years ago
obscuren
a1b6a9ac29
Begin of moving objects to types package
...
* Block(s)
* Transaction(s)
10 years ago
obscuren
33afb10b0d
clean up
10 years ago
obscuren
711be7009e
Version bump
10 years ago