Péter Szilágyi
d37a2559b9
eth/downloader: revert to demotion, use harsher penalty
10 years ago
Péter Szilágyi
70c65835f4
eth/downloader: fix #910 , thread safe peers & polishes
10 years ago
Jeffrey Wilcke
fe7e284709
Merge pull request #920 from tgerring/issue917
...
Return 32-byte hashes from GetWork
10 years ago
Jeffrey Wilcke
0329e05823
Merge pull request #914 from ethersphere/develop
...
Signature on arbitrary data using the private keys of an account
10 years ago
Taylor Gerring
8e77f81586
Return 32-byte hashes from GetWork
...
Ensures that the Get Work results are a consistent length. Closes #917
10 years ago
Daniel A. Nagy
51d4566cbf
Only allow doSign to sign hashes, enforced by using the type common.Hash
10 years ago
Daniel A. Nagy
49559e6d5e
Interactive signature creation refactored into separate doSign function.
10 years ago
Daniel A. Nagy
a9e1d38612
Merge branch 'develop' of github.com:ethereum/go-ethereum into develop
...
Conflicts:
rpc/jeth.go
10 years ago
Jeffrey Wilcke
5176fbc6fa
Merge pull request #908 from obscuren/develop
...
core, eth, miner: improved tx removal & fatal error on db sync err
10 years ago
obscuren
6ecba12650
miner: added log message for mining operation. #912
10 years ago
obscuren
3c6c891680
core: optimise pending transaction processing
10 years ago
obscuren
df323cdb4e
rpc: display error message to stdout
10 years ago
obscuren
a2919b5e17
core, eth, miner: improved tx removal & fatal error on db sync err
...
* core: Added GasPriceChange event
* eth: When one of the DB flush methods error a fatal error log message
is given. Hopefully this will prevent corrupted databases from
occuring.
* miner: remove transactions with low gas price. Closes #906 , #903
10 years ago
Jeffrey Wilcke
6674ea8d67
Merge pull request #911 from karalabe/whisper-graceful-fail
...
rpc, xeth: fix #881 , gracefully handle offline whisper
10 years ago
Péter Szilágyi
0ad5898c0f
rpc, xeth: fix #881 , gracefully handle offline whisper
10 years ago
obscuren
00280e62e3
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
7551264fa6
cmd/geth, cmd/mist: version 0.9.19
10 years ago
Jeffrey Wilcke
3874f02f1b
Merge pull request #894 from obscuren/develop
...
ethdb: set open file limit to 128 for all leveldbs
10 years ago
obscuren
0e211ae203
ethdb: set open file limit to 128 for all leveldbs
10 years ago
Jeffrey Wilcke
bd95871a89
Merge pull request #893 from obscuren/develop
...
eth: added a cancel method for the downloader
10 years ago
obscuren
05715f27cf
eth: added a cancel method for the downloader
...
Added a cancel method to the downloader which gracefully shuts down any
active syncing process (hash fetching or block downloading) and resets
the queue and remove any pending blocks.
Issue with the downloader which would stall because of an active ongoing
process when an invalid block was found.
10 years ago
obscuren
45dc690947
cmd/mist: version bump
10 years ago
Jeffrey Wilcke
e289b0a1c1
Merge pull request #888 from obscuren/develop
...
miner, flags: Configurable gas price & log flag change
10 years ago
obscuren
658ac3c257
cmd/geth: bump version 0.9.18
10 years ago
obscuren
7eed47fad5
miner, tests: fixed block test
10 years ago
obscuren
e3a08875f6
miner: start/stop mutex locked. Closes #887
10 years ago
obscuren
a7705fc203
miner: moved gasprice to non-method
10 years ago
obscuren
13ddf20bd2
miner, cmd/geth: settable gas price from flags and console
...
* --gasprice "<num>" flag
* admin.miner.setGasPrice( <num> )
10 years ago
obscuren
cb1fa523e4
cmd/geth, cmd/mist, eth, flags: renamed loglevel to verbosity
10 years ago
Daniel A. Nagy
1fe70a66ba
Signature test.
10 years ago
Daniel A. Nagy
62dd9833ec
Merge branch 'develop' of github.com:ethereum/go-ethereum into develop
10 years ago
Daniel A. Nagy
3a01e3e39b
Signing (almost) works.
10 years ago
obscuren
c8fc4cebe6
version 0.9.17
10 years ago
Jeffrey Wilcke
0214cbe0fb
Merge pull request #863 from karalabe/ordered-block-download
...
eth/downloader: prioritize block fetch based on chain position, cap memo...
10 years ago
Jeffrey Wilcke
7c678554b5
Merge pull request #885 from fjl/p2p-fixes
...
p2p: more last-minute fixes
10 years ago
Péter Szilágyi
edad47bf0e
eth/downloader: fix leftover state between syncs
10 years ago
Daniel A. Nagy
a487396b76
eth_sign added to API for signing arbitrary data.
10 years ago
Daniel A. Nagy
e94aa421c6
New API call for signatures.
10 years ago
Felix Lange
d4f0a67323
p2p: drop connections with no matching protocols
10 years ago
Felix Lange
e45d9bb29d
cmd/utils: bump default maxpeers to 25
...
This should improve ethereum block propagation times since
we're not not broadcasting blocks to 100% of peers.
10 years ago
Felix Lange
9c0f36c46d
p2p: use maxDialingConns instead of maxAcceptConns as dial limit
10 years ago
Felix Lange
914e57e49b
p2p: fix disconnect at capacity
...
With the introduction of static/trusted nodes, the peer count
can go above MaxPeers. Update the capacity check to handle this.
While here, decouple the trusted nodes check from the handshake
by passing a function instead.
10 years ago
Jeffrey Wilcke
23454dcfcb
Merge pull request #840 from karalabe/throttled-dialing
...
p2p: throttled handshakes
10 years ago
Péter Szilágyi
bd5720f480
eth, eth/downloader: handle sync errors a bit more gracefully
10 years ago
Jeffrey Wilcke
f819ac7158
Merge pull request #882 from zsfelfoldi/develop
...
Otto.ToValue concurrency error fixed
10 years ago
Jeffrey Wilcke
15bfae52d2
Merge pull request #876 from obscuren/jsre_fixes
...
jsre, cmd/geth: updated web3.js and altered settimeout
10 years ago
zsfelfoldi
d7dabce732
ToVal serialization fix
10 years ago
obscuren
f6e71b5749
updated ethereum.js
10 years ago
obscuren
351d6b0d44
jsre, cmd/geth: updated web3.js and altered settimeout
10 years ago
Jeffrey Wilcke
03473d48c1
Merge pull request #875 from Gustav-Simonsson/test_updates
...
Test updates
10 years ago