aboutsummaryrefslogtreecommitdiffstats
path: root/core/manager.go
Commit message (Collapse)AuthorAgeFilesLines
* core, eth, miner: improved tx removal & fatal error on db sync errobscuren2015-05-111-0/+2
| | | | | | | | * core: Added GasPriceChange event * eth: When one of the DB flush methods error a fatal error log message is given. Hopefully this will prevent corrupted databases from occuring. * miner: remove transactions with low gas price. Closes #906, #903
* Moved ethutil => commonobscuren2015-03-161-3/+3
|
* Merge ethereum/poc-9 into accounts-integrationFelix Lange2015-03-101-1/+2
|\ | | | | | | | | | | | | | | | | | | Conflicts: cmd/utils/cmd.go cmd/utils/flags.go core/manager.go eth/backend.go rpc/http/server.go xeth/xeth.go
| * Separated block db from state db. Partial fix for #416obscuren2015-03-071-1/+2
| |
* | accounts, core, eth, xeth: use account manager for everythingFelix Lange2015-03-071-2/+0
|/ | | | | The account manager is now responsible for picking the default account and the coinbase.
* "centralised" mining to backend. Closes #323obscuren2015-02-171-2/+1
|
* mergeobscuren2015-02-131-1/+0
|
* moved managerobscuren2015-02-091-0/+22