obscuren
eb4029257a
cmd/mist: updated xeth transact
10 years ago
zelig
4ec38e3932
common: remove WriteFile and ReadAllFile (use ioutil instead)
10 years ago
obscuren
0330077d76
moved state and vm to core
10 years ago
Taylor Gerring
d186bf0dfe
Fix Mist types build errors
10 years ago
obscuren
22893b7ac9
removed compile
10 years ago
obscuren
b523441361
Moved ethutil => common
10 years ago
Felix Lange
697f6748b8
cmd/mist: use cli library and package accounts
10 years ago
obscuren
cd856cb213
Separated block db from state db. Partial fix for #416
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
Felix Lange
56f777b2fc
cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API
10 years ago
obscuren
cebb149f5c
removed key while in the process of moving to the new key storage
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
09841b1c9b
Cleaned up some of that util
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
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
0ed1a8b50a
ethpipe => xeth (eXtended ETHereum)
10 years ago
obscuren
8826e9694c
Moved utils to cmd
10 years ago
obscuren
b1c247231b
ethlog => logger
10 years ago
obscuren
3ee0461cb5
Moved ethchain to chain
10 years ago
Felix Lange
184055b3e2
cmd/*: add license headers
10 years ago