f87094b660
Merge pull request #932 from obscuren/develop
...
xeth, rpc: implement eth_estimateGas. Closes #930
2015-05-12 07:26:38 -07:00
dca290d525
sol: skipped source checking step
2015-05-12 16:19:14 +02:00
ff99752ddd
xeth: use same semantics as block processer for transient calls
2015-05-12 15:53:00 +02:00
899df30c24
fixed identing
2015-05-12 15:23:19 +02:00
95773b9673
removed redundant newlines in import block
2015-05-12 15:20:53 +02:00
260536a729
rpc: hexData => hexNum
2015-05-12 15:02:44 +02:00
b79dd188d9
replaced several path.* with filepath.* which is platform independent
2015-05-12 14:24:11 +02:00
66de3f0aa8
xeth, rpc: implement eth_estimateGas. Closes #930
2015-05-12 14:21:43 +02:00
96d4a7d087
eth, ethdb: lower the amount of open files & improve err messages for db
...
Closes #880
2015-05-12 14:14:56 +02:00
d82caa5ce3
Merge pull request #899 from ethersphere/solc-test-fix
...
compiler, cli/js: fix solidity compiler tests
2015-05-12 04:16:49 -07:00
03bf902b92
compiler, cli/js: fix solidity compiler tests failing when a different version of solc installed
2015-05-12 12:36:54 +02:00
e8d701a3b2
Merge pull request #929 from obscuren/develop
...
eth, ethdb: lower the amount of open files & improve err messages for db
2015-05-12 03:29:07 -07:00
13f8f65a58
eth, ethdb: lower the amount of open files & improve err messages for db
...
Closes #880
2015-05-12 11:28:55 +02:00
76215ca9f3
Merge pull request #925 from obscuren/worker_owned_accounts
...
miner, cmd/geth: miner will not ignored owned account transactions
2015-05-11 14:23:51 -07:00
97dd4551ef
miner, cmd/geth: miner will not ignored owned account transactions
...
Miner does not ignore low gas txs from accounts that are owned.
2015-05-11 21:47:34 +02:00
0bedf1c376
Merge pull request #918 from obscuren/cpu_miner_fixes
...
cmd/geth, miner, backend, xeth: Fixed miner threads to be settable
2015-05-11 12:11:27 -07:00
48bd48876c
eth, eth/downloader: moved pending queue error message to debug
2015-05-11 17:27:34 +02:00
21e52efdfe
cmd/geth, miner, backend, xeth: Fixed miner threads to be settable
...
Miner threads are now settable through the admin interface (closes #897 )
and specify 0 CPU worker threads when eth_getWork is called (closes #916 )
2015-05-11 17:21:22 +02:00
064cf16099
eth/downloader: use count instead of peers, clearer
2015-05-11 17:21:22 +02:00
d37a2559b9
eth/downloader: revert to demotion, use harsher penalty
2015-05-11 17:21:22 +02:00
70c65835f4
eth/downloader: fix #910 , thread safe peers & polishes
2015-05-11 17:21:22 +02:00
59bc541232
Merge pull request #915 from karalabe/downloader-threading-fixes
...
eth/downloader: fix #910 , thread safe peers & polishes
2015-05-11 08:16:37 -07:00
fe7e284709
Merge pull request #920 from tgerring/issue917
...
Return 32-byte hashes from GetWork
2015-05-11 07:43:56 -07:00
0329e05823
Merge pull request #914 from ethersphere/develop
...
Signature on arbitrary data using the private keys of an account
2015-05-11 07:43:43 -07:00
8e77f81586
Return 32-byte hashes from GetWork
...
Ensures that the Get Work results are a consistent length. Closes #917
2015-05-11 10:11:33 -04:00
fa53c5e074
eth/downloader: use count instead of peers, clearer
2015-05-11 17:10:00 +03:00
51d4566cbf
Only allow doSign to sign hashes, enforced by using the type common.Hash
2015-05-11 15:54:19 +02:00
ebbd8b0743
eth/downloader: revert to demotion, use harsher penalty
2015-05-11 16:47:58 +03:00
49559e6d5e
Interactive signature creation refactored into separate doSign function.
2015-05-11 15:46:18 +02:00
685862d2ce
eth/downloader: fix #910 , thread safe peers & polishes
2015-05-11 14:26:20 +03:00
a9e1d38612
Merge branch 'develop' of github.com:ethereum/go-ethereum into develop
...
Conflicts:
rpc/jeth.go
2015-05-11 12:47:14 +02:00
5176fbc6fa
Merge pull request #908 from obscuren/develop
...
core, eth, miner: improved tx removal & fatal error on db sync err
2015-05-11 02:59:35 -07:00
6ecba12650
miner: added log message for mining operation. #912
2015-05-11 11:39:33 +02:00
3c6c891680
core: optimise pending transaction processing
2015-05-11 11:39:33 +02:00
df323cdb4e
rpc: display error message to stdout
2015-05-11 11:39:33 +02:00
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
2015-05-11 11:39:33 +02:00
6674ea8d67
Merge pull request #911 from karalabe/whisper-graceful-fail
...
rpc, xeth: fix #881 , gracefully handle offline whisper
2015-05-11 02:29:27 -07:00
0ad5898c0f
rpc, xeth: fix #881 , gracefully handle offline whisper
2015-05-11 11:53:53 +03:00
00280e62e3
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
2015-05-10 03:39:47 +02:00
7d69679935
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum
2015-05-10 03:39:23 +02:00
7551264fa6
cmd/geth, cmd/mist: version 0.9.19
2015-05-10 03:38:46 +02:00
3874f02f1b
Merge pull request #894 from obscuren/develop
...
ethdb: set open file limit to 128 for all leveldbs
2015-05-09 18:36:50 -07:00
0e211ae203
ethdb: set open file limit to 128 for all leveldbs
2015-05-10 01:55:39 +02:00
bd95871a89
Merge pull request #893 from obscuren/develop
...
eth: added a cancel method for the downloader
2015-05-09 16:54:06 -07:00
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.
2015-05-10 00:34:07 +02:00
45dc690947
cmd/mist: version bump
2015-05-09 13:37:22 +02:00
e289b0a1c1
Merge pull request #888 from obscuren/develop
...
miner, flags: Configurable gas price & log flag change
v0.9.18
2015-05-09 04:13:16 -07:00
658ac3c257
cmd/geth: bump version 0.9.18
2015-05-09 12:54:27 +02:00
7eed47fad5
miner, tests: fixed block test
2015-05-09 12:51:40 +02:00
e3a08875f6
miner: start/stop mutex locked. Closes #887
2015-05-09 12:32:36 +02:00