Commit Graph

339 Commits (ed40767355b5f3964d134ae37d0eaf78d7083bc1)

Author SHA1 Message Date
Felix Lange 8c4dab77ba all: move common.Database to package ethdb 9 years ago
Péter Szilágyi cdc2662c40 core: split out TD from database and all internals 9 years ago
Péter Szilágyi 2b339cbbd8 core, eth: split the db blocks into headers and bodies 9 years ago
Jeffrey Wilcke f04b3a6f29 cmd/geth, cmd/utils, eth: added dev mode flag 9 years ago
Péter Szilágyi 42f44dda54 eth, eth/downloader: handle header requests, table driven proto tests 9 years ago
Taylor Gerring 80b294c3c7 Update CPP pubkey 9 years ago
Taylor Gerring 8884f856ef Added SG bootnode 9 years ago
Jeffrey Wilcke b8ca0a830e eth, trie: removed key prefixing from state entries & merge db fix 9 years ago
Jeffrey Wilcke a23478c0be core, eth, trie, xeth: merged state, chain, extra databases in one 9 years ago
Jeffrey Wilcke 785b3e7a57 cmd/geth, eth: added canonical extra data 9 years ago
Jeffrey Wilcke dcdb7059cc cmd, core, eth: support for the olympic network 9 years ago
zelig 1356daad27 etherbase defaults to first account even if created during the session 9 years ago
Jeffrey Wilcke 1e241e84f7 params: reduce extra data to 32 bytes 9 years ago
Jeffrey Wilcke 3adaeb1dbc eth: set default miner extra to client name 9 years ago
Felix Lange bfbcfbe4a9 all: fix license headers one more time 9 years ago
Felix Lange 3f047be5aa all: update license headers to distiguish GPL/LGPL 9 years ago
Péter Szilágyi c7e7778f2a cmd, core, eth, ethdb: cache flag to allocate memory for db internal use 9 years ago
Jeffrey Wilcke a32c51effd cmd, core, eth, common: genesis preparation 9 years ago
Péter Szilágyi eb2d168710 eth, ethdb: fix a data race during startup/shutdown 9 years ago
Felix Lange bdae4fd573 all: add some godoc synopsis comments 9 years ago
Felix Lange ea54283b30 all: update license information 9 years ago
Jeffrey Wilcke 37c1a8f69d eth,miner,rpc: set coinbase 9 years ago
zelig 83ee39448e Registrar and contractInfo handling 9 years ago
Jeffrey Wilcke 35cd355c14 cmd,eth,rpc,tests: default coinbase 9 years ago
Jeffrey Wilcke 29e2fb38f8 core, miner: miner header validation, transaction & receipt writing 9 years ago
zelig 65a26e40a8 require explicit etherbase address for mining. Falling back to primary is risky given it is inconsistent if keys are imported/merged/created or copied/transfered 9 years ago
zelig fc2e33c594 unlock multiple passes and obsolete primary 9 years ago
Péter Szilágyi f43c07cb3c eth, eth/downloader: transition to eth 61 9 years ago
Péter Szilágyi 393d675690 cmd/geth, cmd/utils, eth: advertise both eth/60 and eth/61 9 years ago
Péter Szilágyi 01fe972113 cmd, core, eth, metrics, p2p: require enabling metrics 9 years ago
Péter Szilágyi ccbb56b4f2 cmd/geth, eth, ethdb: monitor database compactions 9 years ago
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