chriseth
aa4f6bb6f1
Fix for initialising storage strings.
10 years ago
chriseth
e457d74d1c
Allow one additional stack slot.
Fixes : #2478
10 years ago
Paweł Bylica
77c5724afe
Fix --vm command line option.
10 years ago
Vlad Gluhovsky
8074ed9350
updated test p2p/host
10 years ago
Paweł Bylica
59e46ce19e
cmake: Fix icd_exports.map path.
10 years ago
Paweł Bylica
6a58747fe1
Remove OpenCL ICD test projects
10 years ago
Paweł Bylica
cd93a85da1
cmake: install OpenCL_ICD shared library
10 years ago
Vlad Gluhovsky
fe0f7d2f67
style update
10 years ago
Gav Wood
a03428a9ee
Merge pull request #2484 from winsvega/issues
Recursive RLP check quick fix
10 years ago
Dimitry
0e894b1920
Recursive RLP check quick fix
10 years ago
Paweł Bylica
999503ac7d
Merge branch 'khronos_icd' of https://github.com/LefterisJP/cpp-ethereum into win_llvm
10 years ago
yann300
ae2fb8d479
Merge remote-tracking branch 'up/develop' into deploydialog
10 years ago
yann300
6561e8c706
bug fix last package url
block number for verification
10 years ago
subtly
d60aef741d
Merge branch 'develop' into netFix
10 years ago
Gav Wood
bca953c2bc
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
8031d76b89
Disable p2p tests.
10 years ago
Gav Wood
ff2cd1ab8f
Merge pull request #2477 from debris/windows_llvm
getstuff downloads llvm 3.7svn on windows
10 years ago
Gav Wood
367e7a11e7
Merge pull request #2468 from chriseth/changeUrlOnSiteChange
AlethZero: Change the URL when the page changes.
10 years ago
Vlad Gluhovsky
5d32f81820
Level DB support for WHisper completed
10 years ago
Marek Kotewicz
2ff5f57355
getLogsEx && propert order of returned Ex logs
10 years ago
Lefteris Karapetsas
0a1306a817
Fix windows.h being included before winsock.h
10 years ago
Lefteris Karapetsas
8dd3ccb88a
Handle no devices and no platforms better
- Properly catch the exception thrown by getDevices() and if it's a no
devices found error just return an empty vector.
- Replace C macro for getPlatforms() with a proper function
10 years ago
Paweł Bylica
94727607ea
Merge branch 'khronos_icd' of https://github.com/LefterisJP/cpp-ethereum into win_llvm
10 years ago
Paweł Bylica
14f6f49cdc
Fix NSIS installer.
10 years ago
yann300
f400140ce4
rollback registrat addr
10 years ago
yann300
5f69f89725
deploydialog
10 years ago
Lefteris Karapetsas
04a58ea06c
Add OpenCL include directories to ICD
- Also make it PUBLIC in cmake so that all who link to it will also get
the OpenCL headers
10 years ago
Marek Kotewicz
0e7f4b3759
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into client_ref
Conflicts:
libethereum/BlockChain.cpp
10 years ago
Marek Kotewicz
ad88435391
logs are being returned in proper order, without ancestor
10 years ago
Gav Wood
3cb8edb031
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
bc9b022d20
Clear transaction hashes on chain reorg, too.
10 years ago
Paweł Bylica
297dca32b5
cmake install changes
10 years ago
Gav Wood
8af63e8ab1
Clear reverted block hashes from cache during imporing.
Fixes #2476 .
10 years ago
Marek Kotewicz
d692c959c7
fixed anonymous logs
10 years ago
Marek Kotewicz
2344e14f1b
proper combinatorics in LogFilter::bloomPossibilities(), #2295
10 years ago
yann300
ab635946ef
deploydialog ui changes (on register)
10 years ago
Lefteris Karapetsas
abe869600b
Query Platforms checks for special not found value
This value is provided by the Khronos ICD
10 years ago
Lefteris Karapetsas
89dfa35f9e
Link to Khronos ICD instead of OpenCL
10 years ago
Marek Kotewicz
358f9b49cd
eth_getTransactionByBlockHash && eth_getTransactionByBlockNumber returns null when transactions are out of scope
10 years ago
Marek Kotewicz
bae741709d
Merge branch 'develop' into client_ref
10 years ago
Marek Kotewicz
498d3e477c
getstuff downloads llvm 3.7svn on windows
10 years ago
Marek Kotewicz
a72b51c86d
clear reverted block hashes from cache during imporing
10 years ago
Gav Wood
ea9343d93c
Merge pull request #2433 from bargst/develop
Improve ethminer perf when using --cl-ms-per-batch
10 years ago
chriseth
fc5bc756f6
Do not change the URLs of Dapps.
10 years ago
chriseth
c50fc0ba65
Change the URL when the page changes.
Fixes #1215
10 years ago
Marek Kotewicz
e53e267d44
Merge branch 'develop' into client_ref
10 years ago
Vlad Gluhovsky
182ebe5658
test added
10 years ago
Vlad Gluhovsky
6eb214666e
message serialization
10 years ago
Gav Wood
e4d530e74a
Merge pull request #2473 from chriseth/sol_fix_exponentialNotation
Check whether a literal is a valid literal before using it.
10 years ago
Gav Wood
d291ff99cb
Merge pull request #2471 from chriseth/sol_fix_wrongArgumentCount
Improved error message for wrong argument count.
10 years ago