| Commit message (Expand) | Author | Age | Files | Lines |
* | core: remove redundant storage of transactions and receipts (#14801) | Péter Szilágyi | 2017-07-15 | 1 | -3/+1 |
* | core/state: access trie through Database interface, track errors (#14589) | Felix Lange | 2017-06-27 | 1 | -1/+1 |
* | consensus, core/*, params: metropolis preparation refactor | Jeffrey Wilcke | 2017-05-18 | 1 | -1/+1 |
* | cmd, core, eth, miner: remove txpool gas price limits (#14442) | Péter Szilágyi | 2017-05-17 | 2 | -72/+9 |
* | consensus, core, ethstats: use engine specific block beneficiary (#14318) | Péter Szilágyi | 2017-04-12 | 1 | -6/+6 |
* | consensus, core: drop all the legacy custom core error types | Péter Szilágyi | 2017-04-06 | 1 | -12/+12 |
* | miner: don't verify our own blocks, trust the engine | Péter Szilágyi | 2017-04-06 | 1 | -10/+0 |
* | core, consensus: pluggable consensus engines (#3817) | Péter Szilágyi | 2017-04-05 | 5 | -108/+96 |
* | all: finish integrating Go ethash, delete C++ vendor | Péter Szilágyi | 2017-03-09 | 1 | -1/+3 |
* | all: swap out the C++ ethash to the pure Go one (mining todo) | Péter Szilágyi | 2017-03-09 | 3 | -7/+6 |
* | common: move big integer math to common/math (#3699) | Felix Lange | 2017-02-27 | 1 | -1/+1 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 5 | -38/+35 |
* | params: core, core/vm, miner: 64bit gas instructions | Jeffrey Wilcke | 2017-02-14 | 1 | -1/+1 |
* | Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)" | Jeffrey Wilcke | 2017-02-13 | 1 | -1/+1 |
* | accounts, cmd, eth, internal, miner, node: wallets and HD APIs | Péter Szilágyi | 2017-02-13 | 1 | -2/+5 |
* | Merge pull request #3605 from fjl/event-feed | Péter Szilágyi | 2017-02-03 | 1 | -1/+1 |
|\ |
|
| * | event: deprecate TypeMux and related types | Felix Lange | 2017-01-25 | 1 | -1/+1 |
* | | params: core, core/vm, miner: 64bit gas instructions (#3514) | Jeffrey Wilcke | 2017-02-02 | 1 | -1/+1 |
|/ |
|
* | eth: accept leading zeros for nonce parameter of submitWork (#3558) | Felix Lange | 2017-01-13 | 2 | -2/+4 |
* | all: fix spelling errors | Péter Szilágyi | 2017-01-07 | 1 | -1/+1 |
* | logger, pow/dagger, pow/ezp: delete dead code | Felix Lange | 2017-01-07 | 1 | -2/+0 |
* | all: fix issues reported by honnef.co/go/simple/cmd/gosimple | Felix Lange | 2017-01-07 | 1 | -1/+1 |
* | all: gofmt -w -s | Felix Lange | 2017-01-06 | 1 | -1/+1 |
* | core/vm: move Log to core/types | Felix Lange | 2017-01-06 | 1 | -6/+6 |
* | core/vm: improved EVM run loop & instruction calling (#3378) | Jeffrey Wilcke | 2017-01-05 | 1 | -2/+2 |
* | eth, miner: verify PoW in the remote agent to notify submitter (#3438) | Péter Szilágyi | 2016-12-20 | 1 | -12/+21 |
* | miner: rename pending to unconformed, add bounds and ops tests | Péter Szilágyi | 2016-12-13 | 3 | -30/+117 |
* | miner: clean up unconfirmed mined block tracking | Péter Szilágyi | 2016-12-13 | 2 | -74/+130 |
* | miner: fix data race on setting etherbase/extradata | Péter Szilágyi | 2016-12-13 | 2 | -10/+12 |
* | miner: fix a race between remote agent start/loop | Péter Szilágyi | 2016-12-13 | 1 | -11/+14 |
* | core: bugfix state change race condition in txpool (#3412) | bas-vk | 2016-12-11 | 1 | -1/+8 |
* | eth, miner: removed unnecessary state.Copy() | Martin Holst Swende | 2016-11-30 | 2 | -0/+24 |
* | eth/filter: add support for pending logs (#3219) | bas-vk | 2016-11-28 | 1 | -2/+17 |
* | miner: remove dead code, add gas price getter | Péter Szilágyi | 2016-11-24 | 1 | -3/+4 |
* | core/types, params: EIP#155 | Jeffrey Wilcke | 2016-11-13 | 1 | -3/+16 |
* | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 2 | -14/+7 |
* | miner: copy pending state before handing it to callers (#3162) | Nick Johnson | 2016-10-19 | 1 | -1/+1 |
* | core/state: implement reverts by journaling all changes | Felix Lange | 2016-10-06 | 1 | -3/+3 |
* | core, eth, trie: reuse trie journals in all our code | Péter Szilágyi | 2016-09-28 | 1 | -1/+1 |
* | miner: set tx index logs | Bas van Kervel | 2016-09-12 | 1 | -1/+2 |
* | Merge pull request #2949 from elliots/fix/#2948 | Péter Szilágyi | 2016-09-02 | 1 | -12/+4 |
|\ |
|
| * | miner: Move CpuAgent channel creation from Start() to initialization (fixes #... | ☃ Elliot Shepherd | 2016-08-25 | 1 | -12/+4 |
* | | core/types, miner: switch over to the grouped tx sets | Péter Szilágyi | 2016-09-02 | 1 | -87/+40 |
* | | core, eth, internal, miner: optimize txpool for quick ops | Péter Szilágyi | 2016-09-02 | 1 | -4/+3 |
* | | core, eth, miner: only retain 1 tx/nonce, remove bad ones | Péter Szilágyi | 2016-09-02 | 1 | -5/+5 |
|/ |
|
* | core, miner: move Backend to miner | Felix Lange | 2016-08-17 | 2 | -7/+24 |
* | cmd, core, eth, miner, params, tests: finalize the DAO fork | Péter Szilágyi | 2016-07-15 | 1 | -1/+1 |
* | core, params, tests: add DAO hard-fork balance moves | Péter Szilágyi | 2016-07-15 | 1 | -0/+4 |
* | cmd, core, miner: add extradata validation to consensus rules | Péter Szilágyi | 2016-07-15 | 1 | -2/+8 |
* | cmd/geth, miner, params: special extradata for DAO fork start | Péter Szilágyi | 2016-07-15 | 1 | -1/+9 |
* | core: improved chainDb using sequential keys | zsfelfoldi | 2016-06-07 | 1 | -2/+2 |
* | miner: fixed pending state by not shutting down update loop | Jeffrey Wilcke | 2016-05-10 | 1 | -4/+0 |
* | core, eth, miner: improve shutdown synchronisation | Felix Lange | 2016-05-09 | 1 | -34/+28 |
* | all: fix go vet warnings | Felix Lange | 2016-04-15 | 1 | -5/+5 |
* | accounts: streamline API | Felix Lange | 2016-04-12 | 1 | -1/+1 |
* | core, miner: remove Frontier canary | Péter Szilágyi | 2016-04-04 | 1 | -12/+8 |
* | cmd/utils, miner: A/B testing JIT VM. Disabled for miners | Jeffrey Wilcke | 2016-04-01 | 1 | -1/+9 |
* | core: added basic chain configuration | Jeffrey Wilcke | 2016-04-01 | 2 | -6/+11 |
* | Merge pull request #2141 from obscuren/evm-init | Jeffrey Wilcke | 2016-03-24 | 1 | -1/+1 |
|\ |
|
| * | core: Added EVM configuration options | Jeffrey Wilcke | 2016-03-24 | 1 | -1/+1 |
* | | eth, miner: fetch pending block/state in on go (data race) | Péter Szilágyi | 2016-03-16 | 2 | -15/+6 |
|/ |
|
* | core, miner: add PendingStateEvent to track non-log updates | Péter Szilágyi | 2016-02-29 | 1 | -2/+9 |
* | core, core/vm, crypto: fixes for homestead | Jeffrey Wilcke | 2016-02-18 | 1 | -1/+2 |
* | eth/filters: ✨ pending logs ✨ | Jeffrey Wilcke | 2016-02-13 | 1 | -8/+15 |
* | eth, miner: move the public miner api into eth to access etherbase | Péter Szilágyi | 2016-02-09 | 1 | -75/+0 |
* | miner: register newly created remote agent in the API | Péter Szilágyi | 2016-02-03 | 1 | -1/+4 |
* | Merge pull request #2143 from karalabe/fix-transaction-sort-2 | Jeffrey Wilcke | 2016-01-28 | 1 | -5/+4 |
|\ |
|
| * | core, core/types, miner: fix transaction nonce-price combo sort | Péter Szilágyi | 2016-01-22 | 1 | -5/+4 |
* | | rpc: migrated the RPC insterface to a new reflection based RPC layer | Bas van Kervel | 2016-01-26 | 1 | -1/+1 |
|/ |
|
* | rpc: new RPC implementation with pub/sub support | Bas van Kervel | 2015-12-14 | 2 | -0/+73 |
* | miner: bugfix were blockhash in receipts and logs is left empty | Bas van Kervel | 2015-11-19 | 1 | -0/+11 |
* | core, eth, miner, xeth: clean up tx/receipt db accessors | Péter Szilágyi | 2015-11-19 | 1 | -3/+3 |
* | core, eth, rpc: split out block validator and state processor | Jeffrey Wilcke | 2015-11-18 | 1 | -10/+11 |
* | miner: synchronise start / stop | Jeffrey Wilcke | 2015-10-31 | 1 | -5/+12 |
* | cmd/utils, rpc/comms: stop XEth when IPC connection ends | Felix Lange | 2015-10-30 | 3 | -20/+32 |
* | Merge pull request #1889 from karalabe/fast-sync-rebase | Jeffrey Wilcke | 2015-10-22 | 1 | -1/+1 |
|\ |
|
| * | core, eth: receipt chain reconstruction | Péter Szilágyi | 2015-10-19 | 1 | -1/+1 |
* | | core, core/state: move gas tracking out of core/state | Felix Lange | 2015-10-17 | 1 | -13/+12 |
|/ |
|
* | Merge pull request #1899 from obscuren/mipmap-bloom | Jeffrey Wilcke | 2015-10-17 | 1 | -0/+2 |
|\ |
|
| * | core, eth/filters, miner, xeth: Optimised log filtering | Jeffrey Wilcke | 2015-10-17 | 1 | -0/+2 |
* | | Merge pull request #1869 from Gustav-Simonsson/gpu_miner | Jeffrey Wilcke | 2015-10-16 | 1 | -1/+1 |
|\ \ |
|
| * | | all: Add GPU mining, disabled by default | Gustav Simonsson | 2015-10-07 | 1 | -1/+1 |
* | | | core/state, core, miner: handle missing root error from state.New | Gustav Simonsson | 2015-10-16 | 1 | -3/+12 |
| |/
|/| |
|
* | | core, eth, event, miner, xeth: fix event post / subscription race | Péter Szilágyi | 2015-10-12 | 2 | -8/+13 |
* | | cmd/geth, cmd/utils, core, rpc: renamed to blockchain | Jeffrey Wilcke | 2015-10-04 | 1 | -2/+2 |
* | | cmd/evm, core/vm, test: refactored VM and core | Jeffrey Wilcke | 2015-10-04 | 1 | -1/+2 |
|/ |
|
* | core, core/state: batch-based state sync | Felix Lange | 2015-09-23 | 1 | -3/+2 |
* | Merge pull request #1810 from karalabe/pure-header-verifications-2 | Jeffrey Wilcke | 2015-09-17 | 1 | -1/+1 |
|\ |
|
| * | core, eth, miner: use pure header validation | Péter Szilágyi | 2015-09-16 | 1 | -1/+1 |
* | | all: move common.Database to package ethdb | Felix Lange | 2015-09-15 | 2 | -3/+5 |
|/ |
|
* | core: split out TD from database and all internals | Péter Szilágyi | 2015-09-11 | 1 | -3/+1 |
* | put unlock after lock | Bas van Kervel | 2015-09-08 | 1 | -5/+3 |
* | agent/miner Prevent the CpuAgent to be started multiple times | Bas van Kervel | 2015-09-08 | 1 | -2/+12 |
* | fix block time issue | Christoph Jentzsch | 2015-09-03 | 1 | -1/+1 |
* | Improve error string and remove unneeded else clause | Gustav Simonsson | 2015-08-28 | 1 | -2/+1 |
* | rpc: return error code for eth_getWork when no work ready | Gustav Simonsson | 2015-08-26 | 1 | -3/+5 |
* | Add tests for uncle timestamps and refactor timestamp type | Gustav Simonsson | 2015-08-25 | 1 | -5/+5 |
* | core, miner: write miner receipts | Jeffrey Wilcke | 2015-08-19 | 1 | -2/+5 |
* | core, eth, trie, xeth: merged state, chain, extra databases in one | Jeffrey Wilcke | 2015-08-08 | 1 | -5/+5 |
* | Merge pull request #1595 from obscuren/extra-data | Jeffrey Wilcke | 2015-08-07 | 1 | -1/+8 |
|\ |
|
| * | miner, rpc: added length check for extra data | Jeffrey Wilcke | 2015-08-07 | 1 | -1/+8 |
* | | miner, rpc: added submit hashrate for remote agents | Jeffrey Wilcke | 2015-08-06 | 2 | -4/+44 |
|/ |
|
* | miner, core: sort txs by price, nonce | Jeffrey Wilcke | 2015-08-05 | 1 | -1/+34 |
* | Merge pull request #1588 from obscuren/diff-bomb | Jeffrey Wilcke | 2015-08-05 | 1 | -1/+1 |
|\ |
|
| * | core, miner: added difficulty bomb | Jeffrey Wilcke | 2015-08-05 | 1 | -1/+1 |
* | | miner: fixed worker race condition | Jeffrey Wilcke | 2015-08-05 | 1 | -43/+44 |
|/ |
|
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 4 | -4/+4 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 4 | -16/+16 |
* | miner: fix current work data race | Péter Szilágyi | 2015-07-20 | 1 | -2/+3 |
* | miner: moved state sync | Jeffrey Wilcke | 2015-07-16 | 1 | -1/+1 |
* | miner: smart mining | Jeffrey Wilcke | 2015-07-16 | 3 | -105/+149 |
* | Merge pull request #1441 from obscuren/logs-return-fix | Jeffrey Wilcke | 2015-07-09 | 1 | -0/+1 |
|\ |
|
| * | miner, xeth: fire log event during mining. Fix return raw tx | Jeffrey Wilcke | 2015-07-08 | 1 | -0/+1 |
* | | Use uint64 on ts in chain_manager, block_processor | Gustav Simonsson | 2015-07-08 | 1 | -1/+1 |
|/ |
|
* | all: add some godoc synopsis comments | Felix Lange | 2015-07-07 | 1 | -0/+1 |
* | all: update license information | Felix Lange | 2015-07-07 | 4 | -0/+64 |
* | eth,miner,rpc: set coinbase | Jeffrey Wilcke | 2015-07-07 | 2 | -0/+11 |
* | core, miner: removed vm errors from consensus err checking | Jeffrey Wilcke | 2015-07-06 | 1 | -7/+7 |
* | core, miner, tests: added test, implemented bad block reporting | Jeffrey Wilcke | 2015-07-05 | 1 | -2/+0 |
* | core, miner, tests: renamed state methods | Jeffrey Wilcke | 2015-07-04 | 1 | -1/+1 |
* | core, eth, miner, xeth: receipt storage fix | Jeffrey Wilcke | 2015-07-04 | 1 | -1/+1 |
* | miner: ignore future errors | Jeffrey Wilcke | 2015-07-03 | 1 | -1/+1 |
* | core, miner: miner header validation, transaction & receipt writing | Jeffrey Wilcke | 2015-07-03 | 1 | -5/+30 |
* | Use uint64 for block header timestamp | Gustav Simonsson | 2015-06-30 | 1 | -3/+3 |
* | core, miner: added queued write to WriteBlock | Jeffrey Wilcke | 2015-06-30 | 1 | -1/+1 |
* | Merge branch 'miner-broadcast' into core-optimisations-2 | Jeffrey Wilcke | 2015-06-30 | 1 | -23/+34 |
|\ |
|
| * | core, miner: implemented canary | Jeffrey Wilcke | 2015-06-29 | 1 | -0/+6 |
| * | core, miner: added write block method & changed mining propagation | Jeffrey Wilcke | 2015-06-29 | 1 | -28/+28 |
| * | miner: broadcast block before insertion/validation | Jeffrey Wilcke | 2015-06-29 | 1 | -1/+6 |
* | | miner: update root only when mining | Jeffrey Wilcke | 2015-06-30 | 1 | -4/+6 |
* | | core/types: make blocks immutable | Felix Lange | 2015-06-30 | 3 | -105/+89 |
|/ |
|
* | core, miner, xeth: renamed gas methods | obscuren | 2015-06-21 | 1 | -1/+1 |
* | core, miner: tx pool drops txs below ask price | obscuren | 2015-06-15 | 2 | -3/+6 |
* | miner: update gas used after tx proc for pending block | obscuren | 2015-06-10 | 1 | -1/+2 |
* | crash fix: skip deep log if self.chain is not caught up | Jason Carver | 2015-06-09 | 1 | -1/+1 |
* | core, eth, miner: moved nonce management to tx pool. | obscuren | 2015-06-04 | 1 | -4/+0 |
* | build server fix | obscuren | 2015-05-28 | 1 | -0/+4 |
* | miner: Added 5 blocks wait in prep for #1067 | obscuren | 2015-05-27 | 1 | -4/+5 |
* | core, miner: fixed miner time issue and removed future blocks | obscuren | 2015-05-27 | 1 | -3/+4 |
* | deep-mining-log: need ring buffer to be one bigger for all-blocks-mined case | Jason Carver | 2015-05-27 | 1 | -1/+1 |
* | deep-mining-log: only track non-stale blocks | Jason Carver | 2015-05-27 | 1 | -2/+2 |
* | do not export ring buffer struct | Jason Carver | 2015-05-24 | 1 | -4/+4 |
* | do not export constant for when to log a deep block you mined | Jason Carver | 2015-05-24 | 1 | -4/+4 |
* | Log locally mined blocks, after they are 5-deep in the chain | Jason Carver | 2015-05-23 | 1 | -0/+59 |
* | miner: moved break INSIDE the switch ... | obscuren | 2015-05-22 | 1 | -4/+5 |
* | miner: on downloader.Done/Fail stop immediately. Ignore pending evs | obscuren | 2015-05-22 | 1 | -0/+2 |
* | miner: one-shot update loop | obscuren | 2015-05-21 | 1 | -0/+6 |
* | fix solc tests unskip | zelig | 2015-05-20 | 1 | -0/+1 |
* | Merge pull request #1022 from obscuren/parallel_nonce_checks | Jeffrey Wilcke | 2015-05-19 | 1 | -1/+7 |
|\ |
|
| * | miner: stale block notification | obscuren | 2015-05-19 | 1 | -1/+7 |
* | | fixed issue when miner is not stopping af stop command | Bas van Kervel | 2015-05-18 | 1 | -0/+6 |
* | | fixed race condition in miner | Bas van Kervel | 2015-05-18 | 1 | -12/+7 |
|/ |
|
* | eth/downloader: moved start event | obscuren | 2015-05-16 | 1 | -0/+1 |
* | Adjust miner coinbase and not just miner worker coinbase | Vitalik Buterin | 2015-05-16 | 1 | -0/+1 |
* | miner: mutex locks on cpu agent. Closes #1007 | obscuren | 2015-05-16 | 1 | -16/+23 |
* | miner: properly check for mining operation on Register | obscuren | 2015-05-16 | 1 | -1/+1 |
* | core, miner: fork resolving and restart miner after sync op | obscuren | 2015-05-16 | 1 | -0/+1 |
* | eth, eth/downloader, miner: use download events to check miner start | obscuren | 2015-05-15 | 1 | -13/+55 |
* | Merge pull request #969 from Gustav-Simonsson/ethash_improve_hashrate_update2 | Jeffrey Wilcke | 2015-05-14 | 2 | -8/+3 |
|\ |
|
| * | Make read of ethash hashrate atomic and update ethash godep | Gustav Simonsson | 2015-05-14 | 2 | -8/+3 |
* | | Combined two loops | Vitalik Buterin | 2015-05-14 | 1 | -3/+1 |
* | | Created separate family and ancestors environment objects | Vitalik Buterin | 2015-05-14 | 1 | -2/+10 |
|/ |
|
* | Update key store to new spec but keep address field for now | Gustav Simonsson | 2015-05-12 | 1 | -1/+1 |
* | miner, cmd/geth: miner will not ignored owned account transactions | obscuren | 2015-05-12 | 1 | -25/+31 |
* | cmd/geth, miner, backend, xeth: Fixed miner threads to be settable | obscuren | 2015-05-11 | 3 | -29/+33 |
* | Return 32-byte hashes from GetWork | Taylor Gerring | 2015-05-11 | 1 | -2/+2 |
* | miner: added log message for mining operation. #912 | obscuren | 2015-05-11 | 1 | -0/+4 |
* | core: optimise pending transaction processing | obscuren | 2015-05-11 | 1 | -85/+101 |
* | core, eth, miner: improved tx removal & fatal error on db sync err | obscuren | 2015-05-11 | 1 | -7/+35 |
* | miner, tests: fixed block test | obscuren | 2015-05-09 | 1 | -0/+5 |
* | miner: start/stop mutex locked. Closes #887 | obscuren | 2015-05-09 | 1 | -0/+9 |
* | miner: moved gasprice to non-method | obscuren | 2015-05-09 | 1 | -9/+12 |
* | miner, cmd/geth: settable gas price from flags and console | obscuren | 2015-05-09 | 2 | -0/+32 |
* | Integrate new ethash API and change geth makedag cmd | Gustav Simonsson | 2015-05-05 | 2 | -8/+1 |
* | core: return the index of the block that failed when inserting a chain | obscuren | 2015-04-29 | 1 | -1/+1 |
* | core, miner: added value check on tx validation | obscuren | 2015-04-26 | 1 | -1/+1 |
* | miner: show error message for gas limit per account | obscuren | 2015-04-23 | 1 | -2/+2 |
* | xeth, miner: updated some logging | obscuren | 2015-04-23 | 1 | -2/+1 |
* | miner: use 32bit atomic operations | Felix Lange | 2015-04-22 | 1 | -11/+12 |
* | miner: ignore a tx's transactor after a gas limit has been returned | obscuren | 2015-04-21 | 1 | -3/+19 |
* | miner: go fmt | obscuren | 2015-04-20 | 1 | -8/+7 |
* | Switched getWork third output from difficulty to target | Vitalik Buterin | 2015-04-20 | 1 | -1/+8 |
* | miner: fixed remote miner current work | obscuren | 2015-04-20 | 1 | -1/+2 |
* | miner: removed default timer & update dag when threads > 0 | obscuren | 2015-04-20 | 2 | -16/+8 |
* | add extra space to miner icon | Fabian Vogelsteller | 2015-04-17 | 1 | -1/+1 |
* | miner: start a newly registered agent if the miner is running. Closes #681 | obscuren | 2015-04-15 | 2 | -3/+9 |
* | miner: moved bad uncle logging to ridiculous log level. Closes #720 | obscuren | 2015-04-15 | 1 | -2/+5 |
* | miner: don't break loop when encountering gas limit reach err | obscuren | 2015-04-14 | 1 | -8/+7 |
* | Improved transaction pool | obscuren | 2015-04-09 | 1 | -1/+1 |
* | Changed how logs are being recorded | obscuren | 2015-04-08 | 1 | -0/+2 |
* | fixed stop of miner | obscuren | 2015-04-08 | 1 | -14/+12 |
* | Updated logging | obscuren | 2015-04-07 | 1 | -6/+11 |
* | Fixed pending states | obscuren | 2015-04-07 | 2 | -20/+64 |
* | Block header changed & console miner control | obscuren | 2015-04-06 | 2 | -4/+10 |
* | removed hash rate from info log. Added hashrate js func | obscuren | 2015-04-05 | 1 | -1/+1 |
* | Updated logging | obscuren | 2015-04-05 | 3 | -13/+18 |
* | Make sure we're not mining on an invalid TS | obscuren | 2015-04-04 | 1 | -0/+3 |
* | Put the old hammer back in <3 | obscuren | 2015-04-02 | 1 | -1/+1 |
* | info => debug | obscuren | 2015-04-02 | 1 | -0/+2 |
* | Removed old (unused) argument | obscuren | 2015-04-02 | 1 | -1/+1 |
* | Fixed uncle rewards in miner | obscuren | 2015-04-02 | 2 | -5/+2 |
* | Fixed miner | obscuren | 2015-03-27 | 3 | -15/+35 |
* | Moved output to debug | obscuren | 2015-03-26 | 1 | -1/+1 |
* | Improved miner recovery | obscuren | 2015-03-25 | 1 | -22/+16 |
* | Event fixes for miner | obscuren | 2015-03-24 | 1 | -5/+3 |
* | Changed miner | obscuren | 2015-03-24 | 4 | -38/+48 |
* | fixed bad uncles | obscuren | 2015-03-24 | 1 | -2/+11 |
* | moved state and vm to core | obscuren | 2015-03-23 | 1 | -1/+1 |
* | Fixed issues with stalled remote miner | obscuren | 2015-03-23 | 2 | -4/+9 |
* | logging for possible uncles | obscuren | 2015-03-23 | 1 | -10/+13 |
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-03-23 | 1 | -0/+81 |
|\ |
|
| * | Move RemoteAgent to miner pkg | Taylor Gerring | 2015-03-23 | 1 | -0/+81 |
* | | finally merged *the missing* | obscuren | 2015-03-23 | 1 | -15/+43 |
|/ |
|
* | Get work / submit work partially implemented. | obscuren | 2015-03-22 | 1 | -2/+6 |
* | Removed some comments | obscuren | 2015-03-21 | 1 | -1/+2 |
* | wip | obscuren | 2015-03-21 | 2 | -2/+6 |
* | conversions. -compilable- | obscuren | 2015-03-18 | 2 | -14/+16 |
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -5/+5 |
* | POW fixes | obscuren | 2015-03-14 | 1 | -4/+0 |
* | Improved errors. Closes #475 | obscuren | 2015-03-14 | 1 | -5/+3 |
* | Return proper error | obscuren | 2015-03-14 | 1 | -0/+1 |
* | Removed some of that gas pre pay magic | obscuren | 2015-03-13 | 1 | -1/+0 |
* | miner: provide coinbase when starting the miner | Felix Lange | 2015-03-12 | 1 | -20/+10 |
* | Use the state to up the balance of the coinbase | obscuren | 2015-03-11 | 1 | -2/+6 |
* | Separated block db from state db. Partial fix for #416 | obscuren | 2015-03-07 | 1 | -1/+1 |
* | Queued approach to delivering chain events | obscuren | 2015-03-06 | 2 | -2/+3 |
* | debug comments & pow handling | obscuren | 2015-03-06 | 1 | -1/+5 |
* | Miner fixes and updates (including miner) | obscuren | 2015-03-05 | 1 | -3/+7 |
* | Fixed genesis | obscuren | 2015-03-04 | 1 | -1/+1 |
* | Changed nonce to a uint64 | obscuren | 2015-03-04 | 2 | -4/+4 |
* | Merge branch 'jsonlogs' of https://github.com/ethersphere/go-ethereum into et... | obscuren | 2015-03-04 | 1 | -0/+10 |
|\ |
|
| * | Merge remote-tracking branch 'tgerring/jsonlogs' into jsonlogs | zelig | 2015-03-03 | 1 | -1/+9 |
| |\ |
|
| | * | Implement eth.miner.new_block event | Taylor Gerring | 2015-03-01 | 1 | -1/+9 |
* | | | Fixes and debug added | obscuren | 2015-03-04 | 3 | -2/+8 |
* | | | merge | obscuren | 2015-03-04 | 2 | -6/+15 |
|\| | |
|
| * | | Report debug hash rate | obscuren | 2015-03-01 | 2 | -6/+15 |
| |/ |
|
* | | fixed pow stuff | obscuren | 2015-03-04 | 2 | -3/+7 |
* | | Introducing ethash | Matthew Wampler-Doty | 2015-03-03 | 2 | -4/+9 |
|/ |
|
* | Fixed consensus issue for refunding | obscuren | 2015-02-27 | 1 | -2/+2 |
* | Minor updates for release | obscuren | 2015-02-21 | 1 | -2/+0 |
* | fixed merge | obscuren | 2015-02-20 | 1 | -0/+2 |
|\ |
|
* \ | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-02-20 | 1 | -2/+2 |
|\ \ |
|
| * | | Implement command line argument to set the amount of agents created by the miner | Maran | 2015-02-19 | 1 | -2/+2 |
| |/ |
|
* / | Optimisations and fixed a couple of DDOS issues in the miner | obscuren | 2015-02-20 | 1 | -9/+13 |
|/ |
|
* | "centralised" mining to backend. Closes #323 | obscuren | 2015-02-17 | 2 | -8/+7 |
* | Resolved some bugs in the miner | obscuren | 2015-02-15 | 1 | -11/+10 |
* | Fixed mining & limited hash power | obscuren | 2015-02-14 | 2 | -19/+40 |
* | Update balance label when mining | obscuren | 2015-02-14 | 1 | -1/+2 |
* | Propagate blocks | obscuren | 2015-02-14 | 1 | -0/+1 |
* | Fixed a few issues in the miner and updated hash rate title | obscuren | 2015-02-14 | 3 | -28/+39 |