Gav Wood
d6e97f4853
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
237d044a73
Reprocess in eth -i, don't network by default.
10 years ago
Gav Wood
7b761b8293
Merge pull request #2153 from CJentzsch/expandEthCLI
Expand eth cli with transactnonce
10 years ago
yann300
023f697341
Merge remote-tracking branch 'up/develop' into designDebugPanel
Conflicts:
mix/MixClient.cpp
10 years ago
Gav Wood
1593d20e6c
Fix for FixedHash::operator~().
10 years ago
yann300
7a557e42df
small changed based on comments
10 years ago
Paweł Bylica
9e9a33b713
Set stack memory limit on OSX.
10 years ago
Lefteris Karapetsas
7604f4c224
Smarter and more flexible GPU memory check
- Added new option --cl-extragpumem with which you can let the OpenCL
miner know how much GPU memory you believe your system would need for
miscellaneous stuff like Windowing system rendering e.t.c. The default
is 350 MB.
- Added new option --curent-block with which you can let the miner know
the current block during the configuration phase and as such help him
provide a much more accurate calculation of how much GPU memory is
required.
- Added help(documentation) for some arguments that did not have one
10 years ago
Lefteris Karapetsas
474705ba80
Styling changes
10 years ago
CJentzsch
c451d3a7fa
Merge remote-tracking branch 'upstream/develop' into expandEthCLI
Conflicts:
eth/main.cpp
libethereum/Client.h
10 years ago
Lefteris Karapetsas
eaee35dd0b
Refactor in OpenCL argument passing
- No need for many different functions to set each single option for the
miner. First we set all options and then we execute them. This way
--list-devices will give different results with --alow-opencl-cpu and
without it as it should.
- If the user has no GPU with sufficient memory we no longer default to
CPU. It's better to throw an error and let the user remove the
argument. It's easy to miss the defaulting to CPU log message.
10 years ago
CJentzsch
43f8d638fb
add transactnonce to ethcli
10 years ago
Lefteris Karapetsas
cf4c191a98
CLMiner, query only GPU devices
By default now, CPU is not considered an OpenCL device.
Also added a new argument --allow-opencl-cpu, that would allow OpenCL to
include CPU devices if the user's openCL implementation caters for it.
10 years ago
Gav Wood
94579c6082
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
5a6f6a55f2
Cleanups and fix for sending transactions when not syncing.
10 years ago
Gav Wood
f2a084654c
Merge pull request #2150 from arkpar/bc
Use all peers for resyncing
10 years ago
Gav Wood
29c489328d
Merge pull request #2151 from LefterisJP/fix_chunks_autodetect
Fix the chunks auto detecting code
10 years ago
Lefteris Karapetsas
0c08092f6a
Fix the chunks auto detecting code
10 years ago
arkpar
8605b8c9ce
use all peers for re-syncing
10 years ago
Gav Wood
02f4c5d5c2
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
b24d7de594
Merge pull request #2149 from arkpar/bc
Fixed sync catching up
10 years ago
arkpar
eb8f610644
fixed catching up syncing
10 years ago
Gav Wood
db4762bd48
Fix copyTo to manage when ranges overlap;
more efficient precompiled move.
10 years ago
Gav Wood
fc7f01a83b
Fix for no solidity.
10 years ago
Gav Wood
03bee4432e
Fix for precompiled contracts.
10 years ago
Gav Wood
5ebc193154
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
3c3728dba8
Merge pull request #2134 from chfast/refactor_executive
Executive refactor
10 years ago
Gav Wood
4b10d7f29b
Merge pull request #2132 from LefterisJP/opencl_chunk_improve
Refactoring around OpenCL DAG chunks usage
10 years ago
Gav Wood
27fbfd4715
Merge pull request #2148 from chriseth/sol_walletTests
Unit tests for the wallet contract.
10 years ago
Gav Wood
21ee46d29c
Merge pull request #2107 from debris/web3_5.0
updated web3.js 0.4.2 -> 0.5.0
10 years ago
Gav Wood
413848c2da
Merge pull request #2108 from debris/filter_blockHash
json-rpc update
10 years ago
Gav Wood
f7e04de551
Merge pull request #2143 from chfast/evmjit_fixes
EVM JIT fixes
10 years ago
Gav Wood
4bb8287131
Merge pull request #2146 from arkpar/bc
Block queue limiting
10 years ago
Gav Wood
a3d39e784f
Unrevert VM.
10 years ago
Gav Wood
142ec52019
Revert VM to cba4e2203e
.
10 years ago
arkpar
826cc681ac
style
10 years ago
arkpar
f32961daa8
fixed bad blocks handling in BlockQueue
10 years ago
chriseth
4fc4800714
Wallet tests.
10 years ago
arkpar
9830ffef43
reverted isSyncing to prevent unneeded resyncs
10 years ago
Gav Wood
dfea88af04
Merge pull request #2120 from winsvega/issues
stPrecompiledContracts from transaction test
10 years ago
Gav Wood
838ee26689
Merge pull request #2147 from chriseth/sol_fix_sourceLocations
Added missing source locations for new memory management code.
10 years ago
chriseth
5eb31c2281
Added missing source locations for new memory management code.
10 years ago
arkpar
4867c7a7f1
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into bc
Conflicts:
libethereum/EthereumHost.cpp
10 years ago
Marek Kotewicz
6d75a52530
windows fix
10 years ago
arkpar
e677a3ac6a
do not reset hash download manager when not needed
10 years ago
Gav Wood
fce5655d14
Avoid double-printing of error.
10 years ago
arkpar
181f2575d3
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into
bc
Conflicts:
libethereum/BlockQueue.h
libethereum/EthereumHost.cpp
libethereum/EthereumHost.h
10 years ago
Gav Wood
e895b4c847
Version bump.
10 years ago
Gav Wood
55b411b12e
Less lenience over unknown blocks.
10 years ago
arkpar
0a44c7ab4f
block queue limiting and other fixes
10 years ago