chriseth
93003a1224
Some changes in libdevcore.
10 years ago
Gav Wood
9c04a18b39
Merge pull request #2197 from gluk256/_bloom_update
bloom update
10 years ago
Gav Wood
d5fd671536
Merge pull request #2189 from LefterisJP/fix_macosx_opencl_segfault
OpenCL in MacosX does not like static variables
10 years ago
Gav Wood
505aec7c50
Merge pull request #2180 from subtly/netFix
require peer changes
10 years ago
Gav Wood
f8e574fcdd
Merge pull request #2185 from CJentzsch/expandEthCLI
Expand eth cli
10 years ago
Gav Wood
febfb10af1
Merge pull request #2204 from CJentzsch/fixPoWVerification
check nonce
10 years ago
Gav Wood
ae608c0171
Merge pull request #2186 from LefterisJP/et_wont_be_sad_no_more
ET won't be sad anymore
10 years ago
CJentzsch
1bc547dc48
check nonce
10 years ago
Arkadiy Paronyan
26ad9e49a4
Merge pull request #2188 from chriseth/mix_badjump
Upgrade "BadJumpDestination" to semi-recoverable "OutOfGas" exception.
10 years ago
gluk256
5c2018d1bc
Update FixedHash.h
10 years ago
chriseth
498a65471f
Merge pull request #2163 from chriseth/sol_memoryArrays3
Pointers are not references.
10 years ago
Gav Wood
dba9faa41a
Don't compile neth.
10 years ago
Vlad Gluhovsky
4fd0d70c47
FixedHash::bloom() refactored
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
chriseth
02c9589734
Style.
10 years ago
chriseth
1e6b82606e
Pleased gcc.
10 years ago
chriseth
7d09d87d16
Distinction between storage pointer and storage ref and type checking for conversion between storage and memory.
10 years ago
Lefteris Karapetsas
45858c0a78
OpenCL in MacosX does not like static variables
Should fix #2172
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
Vlad Gluhovsky
c2a62f4202
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop
10 years ago
chriseth
c1826e4634
Upgrade "BadJumpDestination" to semi-recoverable "OutOfGas" exception.
10 years ago
Lefteris Karapetsas
822103e602
ET won't be sad anymore
10 years ago
CJentzsch
9a89997845
Merge remote-tracking branch 'upstream/develop' into expandEthCLI
10 years ago
CJentzsch
e923f9c435
add balanceatblock and storageatblock cli interactive commands#
10 years ago
Gav Wood
0ff4d51b09
Merge pull request #2177 from debris/installer
new osx dragndrop installer
10 years ago
subtly
826858496c
cleanup
10 years ago
subtly
e9c00ab2f9
ensure required peers
10 years ago
subtly
0a0d36382b
Fix bool.
10 years ago
subtly
30e47e38cb
Slightly more aggressive 'require peer', required-peer pinning, and option to disable discovery.
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
Vlad Gluhovsky
43481bb71d
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop
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