diff --git a/README.md b/README.md index 248de8df720..7ada8d94f97 100644 --- a/README.md +++ b/README.md @@ -194,13 +194,7 @@ Support only remote-miners. , `--miner.gastarget` * JSON-RPC supports methods: eth_coinbase , eth_hashrate, eth_mining, eth_getWork, eth_submitWork, eth_submitHashrate * JSON-RPC supports websocket methods: newPendingTransaction -* TODO: - + we don't broadcast mined blocks to p2p-network - yet, [but it's easy to accomplish](https://github.com/ledgerwatch/erigon/blob/9b8cdc0f2289a7cef78218a15043de5bdff4465e/eth/downloader/downloader.go#L673) - + eth_newPendingTransactionFilter - + eth_newBlockFilter - + eth_newFilter - + websocket Logs + 🔬 Detailed explanation is [here](/docs/mining.md). diff --git a/docs/mining.md b/docs/mining.md index c85333f857a..c84a4013fb2 100644 --- a/docs/mining.md +++ b/docs/mining.md @@ -24,10 +24,3 @@ to `integration state_stages` command: ``` ./build/bin/integration state_stages --datadir= --unwind=1 --unwind.every=2 --integrity.fast=false --integrity.slow=false --mine --miner.etherbase= ``` - -* TODO: - + we don't broadcast mined blocks to p2p-network yet, [but it's easy to accomplish](https://github.com/ledgerwatch/erigon/blob/9b8cdc0f2289a7cef78218a15043de5bdff4465e/eth/downloader/downloader.go#L673) - + eth_newPendingTransactionFilter - + eth_newBlockFilter - + eth_newFilter - + websocket Logs