obscuren
22893b7ac9
removed compile
10 years ago
obscuren
b523441361
Moved ethutil => common
10 years ago
zelig
31ffca6d8a
remove jsre from mist
10 years ago
Taylor Gerring
7235e84c75
#469
10 years ago
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
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
obscuren
c47866d251
Miner fixes and updates (including miner)
10 years ago
obscuren
ea9a549bbd
Removed exported fields from state object and added proper set/getters
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
da2fae0e43
Basic structure miner
10 years ago
Felix Lange
028775a086
cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodes
10 years ago
Felix Lange
2cf4fed11b
cmd/mist, eth, javascript, p2p: use Node URLs for peer suggestions
10 years ago
Felix Lange
56f777b2fc
cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API
10 years ago
Taylor Gerring
1f4ed49b4c
Move hardcoded seed node address to app flag
...
Replaces functionality `-seed=true` with `-seed="ip:port"`
10 years ago
obscuren
cebb149f5c
removed key while in the process of moving to the new key storage
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
b777d6aa3f
UI Updates
...
* Browser now has tabs
* Fixed a callback issue
10 years ago
obscuren
465b0a79d8
Updated browser & pass view to callback function
10 years ago
obscuren
9845029a75
StdVm by default
10 years ago
obscuren
e3da85faed
Implemented filter for ws + fixes
...
* proper 0xhex
* filters fixed
* start of filter manager
* accounts for ws. Closes #246
10 years ago
obscuren
117f66e823
Added license headers
10 years ago
obscuren
47e6b2cef8
Allow extra to be set for mined blocks
10 years ago
obscuren
f16810c48e
added shh back in
10 years ago
obscuren
4051c0333f
Added whisper js api
10 years ago
obscuren
0e5aed63dd
Updated QWhisper
...
* changed api
* general whisper debug interface
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
96272e19a6
removed filter manager from base
10 years ago
obscuren
5553e5aaed
states moved to chain
10 years ago
obscuren
9008b155d3
Renamed `chain` => `core`
10 years ago
obscuren
6dc46d3341
Changed the way transactions are being added to the transaction pool
10 years ago
obscuren
a1b6a9ac29
Begin of moving objects to types package
...
* Block(s)
* Transaction(s)
10 years ago
obscuren
cbeebcd47d
Fixed bloom, updated mining & block processing
...
* Reverted back to process blocks in batches method
* Bloom generation and lookup fix
* Minor UI changed (mainly debug)
10 years ago
obscuren
429dd2a100
Implemented new miner w/ ui interface for merged mining. Closes #177
...
* 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
10 years ago
obscuren
f59a3b67f6
StateManager => BlockManager
10 years ago
obscuren
af8f5f0b69
ethstate => state
10 years ago
obscuren
0ed1a8b50a
ethpipe => xeth (eXtended ETHereum)
10 years ago
obscuren
b1c247231b
ethlog => logger
10 years ago
obscuren
fd9da72536
ethcrypto => crypto
10 years ago
obscuren
3ee0461cb5
Moved ethchain to chain
10 years ago
Felix Lange
184055b3e2
cmd/*: add license headers
10 years ago