Commit Graph

334 Commits (39c16c8a1e9292d26669ea4faeedc09ad4ece1ea)

Author SHA1 Message Date
Taylor Gerring 80b294c3c7 Update CPP pubkey 10 years ago
Taylor Gerring 8884f856ef Added SG bootnode 10 years ago
Jeffrey Wilcke b8ca0a830e eth, trie: removed key prefixing from state entries & merge db fix 10 years ago
Jeffrey Wilcke a23478c0be core, eth, trie, xeth: merged state, chain, extra databases in one 10 years ago
Jeffrey Wilcke 785b3e7a57 cmd/geth, eth: added canonical extra data 10 years ago
Jeffrey Wilcke dcdb7059cc cmd, core, eth: support for the olympic network 10 years ago
zelig 1356daad27 etherbase defaults to first account even if created during the session 10 years ago
Jeffrey Wilcke 1e241e84f7 params: reduce extra data to 32 bytes 10 years ago
Jeffrey Wilcke 3adaeb1dbc eth: set default miner extra to client name 10 years ago
Felix Lange bfbcfbe4a9 all: fix license headers one more time 10 years ago
Felix Lange 3f047be5aa all: update license headers to distiguish GPL/LGPL 10 years ago
Péter Szilágyi c7e7778f2a cmd, core, eth, ethdb: cache flag to allocate memory for db internal use 10 years ago
Jeffrey Wilcke a32c51effd cmd, core, eth, common: genesis preparation 10 years ago
Péter Szilágyi eb2d168710 eth, ethdb: fix a data race during startup/shutdown 10 years ago
Felix Lange bdae4fd573 all: add some godoc synopsis comments 10 years ago
Felix Lange ea54283b30 all: update license information 10 years ago
Jeffrey Wilcke 37c1a8f69d eth,miner,rpc: set coinbase 10 years ago
zelig 83ee39448e Registrar and contractInfo handling 10 years ago
Jeffrey Wilcke 35cd355c14 cmd,eth,rpc,tests: default coinbase 10 years ago
Jeffrey Wilcke 29e2fb38f8 core, miner: miner header validation, transaction & receipt writing 10 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 10 years ago
zelig fc2e33c594 unlock multiple passes and obsolete primary 10 years ago
Péter Szilágyi f43c07cb3c eth, eth/downloader: transition to eth 61 10 years ago
Péter Szilágyi 393d675690 cmd/geth, cmd/utils, eth: advertise both eth/60 and eth/61 10 years ago
Péter Szilágyi 01fe972113 cmd, core, eth, metrics, p2p: require enabling metrics 10 years ago
Péter Szilágyi ccbb56b4f2 cmd/geth, eth, ethdb: monitor database compactions 10 years ago
Péter Szilágyi 803b3c4a82 eth, ethdb: measure database operation latencies too 10 years ago
Péter Szilágyi 0609fcf030 eth: make sure dbs are lvldb before instrumenting 10 years ago
Péter Szilágyi 792b0ddccd core, eth, eth/fetcher, ethdb: polish metrics gathering a bit 10 years ago
Péter Szilágyi b91b581b80 eth, eth/fetcher: propagate after header verify, announce only on insert 10 years ago
zsfelfoldi 3f94d09c1f fixed saving receipts 10 years ago
obscuren 6d817e16c1 core, miner: tx pool drops txs below ask price 10 years ago
Péter Szilágyi 66d3dc8690 eth, eth/downloader: move peer removal into downloader 10 years ago
obscuren 90c4493a10 eth, core: interupt the chain processing on stop 10 years ago
obscuren 65a48f9cd8 core: fixed race condition in the transaction pool 10 years ago
obscuren a5b977aa90 core: write accounts to statedb. Closes #1210 10 years ago
obscuren 6244b10a8f core: settable genesis nonce 10 years ago
obscuren d09a6e5421 core, eth, miner: moved nonce management to tx pool. 10 years ago
Felix Lange 5197aed7db cmd/utils, eth: core.NewBlockProcessor no longer needs TxPool 10 years ago
Taylor Gerring 057d36b049 Update bootnode 10 years ago
Péter Szilágyi e1a0ee8fc5 cmd/geth, cmd/utils, eth, p2p: pass and honor a no discovery flag 10 years ago
Péter Szilágyi 278183c7e7 eth, p2p: start the p2p server even if maxpeers == 0 10 years ago
Felix Lange 2f249fea44 eth: stop p2p.Server on shutdown 10 years ago
zelig bed80133e0 automatic DAG pregeneration for smooth epoch transitions 10 years ago
obscuren 207bd55751 eth: reduced max open files for LevelDB 10 years ago
zelig 22b694ee1e solc now in ethereum, fixes solc path setting; setSolc() didnt work 10 years ago
obscuren c67424ecc8 core: parallelise nonce checking when processing blocks 10 years ago
obscuren 55d85d60fd eth, cmd/geth: start mining from console respects CLI flag 10 years ago
obscuren b71091e337 eth, eth/downloader, miner: use download events to check miner start 10 years ago
Gustav Simonsson 8754f2b768 Fix common.Address / []byte type conversions 10 years ago