Commit Graph

307 Commits (37dd9086ec491900311fc39837f4a62ef5fd3a4a)

Author SHA1 Message Date
Péter Szilágyi 803b3c4a82 eth, ethdb: measure database operation latencies too 9 years ago
Péter Szilágyi 0609fcf030 eth: make sure dbs are lvldb before instrumenting 9 years ago
Péter Szilágyi 792b0ddccd core, eth, eth/fetcher, ethdb: polish metrics gathering a bit 9 years ago
Péter Szilágyi b91b581b80 eth, eth/fetcher: propagate after header verify, announce only on insert 9 years ago
zsfelfoldi 3f94d09c1f fixed saving receipts 9 years ago
obscuren 6d817e16c1 core, miner: tx pool drops txs below ask price 9 years ago
Péter Szilágyi 66d3dc8690 eth, eth/downloader: move peer removal into downloader 9 years ago
obscuren 90c4493a10 eth, core: interupt the chain processing on stop 9 years ago
obscuren 65a48f9cd8 core: fixed race condition in the transaction pool 9 years ago
obscuren a5b977aa90 core: write accounts to statedb. Closes #1210 9 years ago
obscuren 6244b10a8f core: settable genesis nonce 9 years ago
obscuren d09a6e5421 core, eth, miner: moved nonce management to tx pool. 9 years ago
Felix Lange 5197aed7db cmd/utils, eth: core.NewBlockProcessor no longer needs TxPool 9 years ago
Taylor Gerring 057d36b049 Update bootnode 9 years ago
Péter Szilágyi e1a0ee8fc5 cmd/geth, cmd/utils, eth, p2p: pass and honor a no discovery flag 9 years ago
Péter Szilágyi 278183c7e7 eth, p2p: start the p2p server even if maxpeers == 0 9 years ago
Felix Lange 2f249fea44 eth: stop p2p.Server on shutdown 9 years ago
zelig bed80133e0 automatic DAG pregeneration for smooth epoch transitions 9 years ago
obscuren 207bd55751 eth: reduced max open files for LevelDB 9 years ago
zelig 22b694ee1e solc now in ethereum, fixes solc path setting; setSolc() didnt work 9 years ago
obscuren c67424ecc8 core: parallelise nonce checking when processing blocks 9 years ago
obscuren 55d85d60fd eth, cmd/geth: start mining from console respects CLI flag 9 years ago
obscuren b71091e337 eth, eth/downloader, miner: use download events to check miner start 9 years ago
Gustav Simonsson 8754f2b768 Fix common.Address / []byte type conversions 9 years ago
Gustav Simonsson da9fe951da Use common.Address type for accounts.Address 9 years ago
Bas van Kervel b79dd188d9 replaced several path.* with filepath.* which is platform independent 9 years ago
obscuren 96d4a7d087 eth, ethdb: lower the amount of open files & improve err messages for db 9 years ago
obscuren 13f8f65a58 eth, ethdb: lower the amount of open files & improve err messages for db 9 years ago
obscuren 21e52efdfe cmd/geth, miner, backend, xeth: Fixed miner threads to be settable 9 years ago
obscuren a2919b5e17 core, eth, miner: improved tx removal & fatal error on db sync err 10 years ago
obscuren cb1fa523e4 cmd/geth, cmd/mist, eth, flags: renamed loglevel to verbosity 10 years ago
Péter Szilágyi 4d5a719f25 cmd, eth, p2p: introduce pending peer cli arg, add tests 10 years ago
Gustav Simonsson b1cc9cdc74 Integrate new ethash API and change geth makedag cmd 10 years ago
Péter Szilágyi 4accc187d5 eth, p2p: add trusted node list beside static list 10 years ago
obscuren 016f152b36 eth, eth/downloader: Moved block processing & graceful shutdown 10 years ago
Péter Szilágyi 413ace37d3 eth, p2p: rename trusted nodes to static, drop inbound extra slots 10 years ago
obscuren 15873fafc0 core: added a wait group to chain manager for graceful shutdown 10 years ago
Péter Szilágyi 701591b403 cmd, eth, p2p: fix review issues enumerated by Felix 10 years ago
Péter Szilágyi 679c90b873 cmd/geth, cmd/utils, eth: internalize trusted node config file 10 years ago
Péter Szilágyi de0549fabb cmd/geth, cmd/mist, cmd/utils, eth, p2p: support trusted peers 10 years ago
Felix Lange fc747ef4a6 p2p/discover: new endpoint format 10 years ago
obscuren 459d898705 eth, rpc, xeth: ext_hanhrate => eth_hashrate 10 years ago
Péter Szilágyi 19bc4624ea eth: pull in a lost merge change 10 years ago
obscuren 405720b218 xeth, core, cmd/utils: Transaction can not be over block gas limit 10 years ago
Péter Szilágyi 8646365b42 cmd/bootnode, eth, p2p, p2p/discover: use a fancier db design 10 years ago
obscuren 31f82eb334 eth, eth/downloader: don't require td on downloader. Fixed tests 10 years ago
zelig be843959cb backend: start miner in its go routine (no wait to generate DAG) 10 years ago
Péter Szilágyi 6def110c37 cmd/bootnode, eth, p2p, p2p/discover: clean up the seeder and mesh into eth. 10 years ago
Péter Szilágyi 5f735d6fce cmd, eth, p2p, p2p/discover: init and clean up the seed cache 10 years ago
Taylor Gerring 24995f9ab7 Updated bootnodes 10 years ago