Dimitry
402dc01640
Coverage info
10 years ago
Gav Wood
ead3e7be9b
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
239dfc1293
Switch to warning.
10 years ago
Gav Wood
6ac8338992
Extra debug notice.
10 years ago
Gav Wood
c77ab101c4
inspect in admin interface.
10 years ago
Gav Wood
9afd426e5a
Refactor toJson out into separate file.
Implement basic admin_eth_* interfaces.
10 years ago
Gav Wood
0ff4d51b09
Merge pull request #2177 from debris/installer
new osx dragndrop installer
10 years ago
Marek Kotewicz
9570c72e37
new osx dragndrop installer
10 years ago
Gav Wood
fe011b3563
Avoid building neth unless made explicit, at least until build works
again.
10 years ago
Gav Wood
0426393557
Include hash in client ID.
10 years ago
Gav Wood
65fd38f368
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
425c9aaeeb
Use relative bounds to target.
10 years ago
Gav Wood
7d55e9123e
Show import timing.
10 years ago
Gav Wood
eb140df18a
Admin methods.
10 years ago
Gav Wood
41397c35a1
Merge pull request #2169 from LefterisJP/opencl_force_single_chunk
Allow forcing single chunk DAG upload to GPU
10 years ago
Gav Wood
0fba5c48c5
Merge pull request #2167 from chfast/execution_stack_offloading
Execution stack offloading
10 years ago
Gav Wood
7cdafc17f6
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
deb0f4600d
Merge pull request #2171 from arkpar/signals_fix
Made signals/handlers not dependent on destruction order
10 years ago
arkpar
113acd7bba
made signals/handler not dependent on destruction order
10 years ago
Gav Wood
e48af3fc7f
Merge pull request #2097 from yann300/designDebugPanel
Mix - Scenario Panel
10 years ago
Gav Wood
6cb2b74602
Merge pull request #2168 from chriseth/sol_optimizeZeroReturn
Optimize RETURN x 0 to STOP.
10 years ago
Gav Wood
ea4b765843
Merge pull request #2160 from subtly/netFix
Prep for cleanup, subprotocol packet queues, and framing.
10 years ago
Gav Wood
f00c02ae61
Merge pull request #2166 from arkpar/bc
State management in EthereumHost
10 years ago
Lefteris Karapetsas
b84c28e084
Allow forcing single chunk DAG upload to GPU
A new argument is added. --force-single-chunk allows the user to
overwrite auto chunk detection and force DAG uploading in a single
chunk. This should only be used if the user is 100% certain that their
card can actually enqueue a DAG for writting bigger than the
MAX_MEM_ALLOC_SIZE.
OpenCL says this is undefined behaviour so use at your own risk. Still,
some cards seem to be able to upload the DAG in a single chunk even if
OpenCL thinks they can't, thus the decision to add this option.
10 years ago
Paweł Bylica
ed65ebdede
Remove debug logs and add comments.
10 years ago
Paweł Bylica
4b2d62814f
Change stack offloading point.
10 years ago
arkpar
12bb49d79b
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into bc
10 years ago
chriseth
6c45ac6ab1
Optimize RETURN x 0 to STOP.
10 years ago
arkpar
8ccd0bb229
added missing resync guard
10 years ago
Paweł Bylica
1b4745c95b
Do not set stack memory limit on OSX.
10 years ago
Paweł Bylica
35b786be24
OS stack memory offloading for VM execution.
10 years ago
Gav Wood
20e4fc7b93
First JSONRPC admin method.
10 years ago
arkpar
6b80953aa3
State management in EthereumHost, better sync progress reporting.
Invariants checking
10 years ago
yann300
68d2036788
Merge remote-tracking branch 'up/develop' into designDebugPanel
10 years ago
Gav Wood
d810b3d1b4
Merge pull request #2158 from arkpar/bc
Resync after downloading unknown new block
10 years ago
Gav Wood
3e46b869ad
Allow unlocking of wallets over RPC.
10 years ago
subtly
2012597f83
Merge branch 'rlpx' into netFix
Conflicts:
libp2p/RLPXFrameCoder.h
10 years ago
subtly
057311778c
Prep for cleanup, subprotocol packet queues, and framing. Disown rlpxsocket from handshake and rename FrameIO to FrameCoder.
10 years ago
arkpar
566b2b6354
resync after downloading unknown new block
10 years ago
Gav Wood
3f94350a3e
Merge pull request #2157 from winsvega/issues
expectOut fill section to vmTests
10 years ago
Gav Wood
a388e41674
Merge pull request #2152 from chfast/test_osx_stack_limit
Set stack memory limit on OSX
10 years ago
Dimitry
cb133837c4
expectOut fill section to vmTests
10 years ago
Gav Wood
c4a6f7b676
Merge pull request #2155 from LefterisJP/opencl_smarter_gpu_memorycheck
OpenCL smarter GPU memorycheck
10 years ago
Gav Wood
9c25eb9fd0
Merge pull request #2154 from LefterisJP/opencl_query_gpu_only
OpenCL Query Only GPU devices
10 years ago
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