Jeffrey Wilcke
|
29e2fb38f8
core, miner: miner header validation, transaction & receipt writing
|
10 年之前 |
Péter Szilágyi
|
f43c07cb3c
eth, eth/downloader: transition to eth 61
|
10 年之前 |
Péter Szilágyi
|
393d675690
cmd/geth, cmd/utils, eth: advertise both eth/60 and eth/61
|
10 年之前 |
Péter Szilágyi
|
01fe972113
cmd, core, eth, metrics, p2p: require enabling metrics
|
10 年之前 |
Péter Szilágyi
|
ccbb56b4f2
cmd/geth, eth, ethdb: monitor database compactions
|
10 年之前 |
Péter Szilágyi
|
803b3c4a82
eth, ethdb: measure database operation latencies too
|
10 年之前 |
Péter Szilágyi
|
0609fcf030
eth: make sure dbs are lvldb before instrumenting
|
10 年之前 |
Péter Szilágyi
|
792b0ddccd
core, eth, eth/fetcher, ethdb: polish metrics gathering a bit
|
10 年之前 |
Péter Szilágyi
|
b91b581b80
eth, eth/fetcher: propagate after header verify, announce only on insert
|
10 年之前 |
Jeffrey Wilcke
|
cc0b451119
Merge pull request #1260 from obscuren/tx-drop-low-tx
|
10 年之前 |
Jeffrey Wilcke
|
f2a2164184
Merge pull request #990 from zsfelfoldi/gasprice
|
10 年之前 |
zsfelfoldi
|
3f94d09c1f
fixed saving receipts
|
10 年之前 |
obscuren
|
6d817e16c1
core, miner: tx pool drops txs below ask price
|
10 年之前 |
Péter Szilágyi
|
66d3dc8690
eth, eth/downloader: move peer removal into downloader
|
10 年之前 |
obscuren
|
90c4493a10
eth, core: interupt the chain processing on stop
|
10 年之前 |
obscuren
|
65a48f9cd8
core: fixed race condition in the transaction pool
|
10 年之前 |
obscuren
|
a5b977aa90
core: write accounts to statedb. Closes #1210
|
10 年之前 |
obscuren
|
6244b10a8f
core: settable genesis nonce
|
10 年之前 |
obscuren
|
d09a6e5421
core, eth, miner: moved nonce management to tx pool.
|
10 年之前 |
Felix Lange
|
5197aed7db
cmd/utils, eth: core.NewBlockProcessor no longer needs TxPool
|
10 年之前 |
Taylor Gerring
|
057d36b049
Update bootnode
|
10 年之前 |
Péter Szilágyi
|
e1a0ee8fc5
cmd/geth, cmd/utils, eth, p2p: pass and honor a no discovery flag
|
10 年之前 |
Péter Szilágyi
|
278183c7e7
eth, p2p: start the p2p server even if maxpeers == 0
|
10 年之前 |
Felix Lange
|
2f249fea44
eth: stop p2p.Server on shutdown
|
10 年之前 |
zelig
|
bed80133e0
automatic DAG pregeneration for smooth epoch transitions
|
10 年之前 |
obscuren
|
207bd55751
eth: reduced max open files for LevelDB
|
10 年之前 |
zelig
|
22b694ee1e
solc now in ethereum, fixes solc path setting; setSolc() didnt work
|
10 年之前 |
obscuren
|
c67424ecc8
core: parallelise nonce checking when processing blocks
|
10 年之前 |
obscuren
|
55d85d60fd
eth, cmd/geth: start mining from console respects CLI flag
|
10 年之前 |
obscuren
|
b71091e337
eth, eth/downloader, miner: use download events to check miner start
|
10 年之前 |