Paweł Bylica
|
4ef4f7658f
|
Fix empty EVM code in SmartVM.
|
10 years ago |
Paweł Bylica
|
11e9448a58
|
Merge remote-tracking branch 'upstream/develop' into evmjit_cmake
|
10 years ago |
Gav Wood
|
9dd9d3169f
|
Merge pull request #2514 from arkpar/bc
Blockchain sync minor fixes
|
10 years ago |
Gav Wood
|
0a4c7d40d5
|
Merge pull request #2547 from chriseth/sol_updateDockerfile
Fully automate the dockerfile again.
|
10 years ago |
Gav Wood
|
342548adf4
|
Merge pull request #2546 from chriseth/virtualMiner
Virtual destructor for Miner.
|
10 years ago |
Gav Wood
|
14ab4ab91b
|
Merge pull request #2542 from chfast/concurrent_queue
Concurrent queue
|
10 years ago |
Gav Wood
|
60bfd8c794
|
Merge pull request #2537 from gluk256/_bugfix_tests
bugfix: reap() refactored
|
10 years ago |
Gav Wood
|
7bebb42551
|
Merge pull request #2527 from LefterisJP/respect_no_precompute
ensurePrecomputed should respect no_precompute argument V2
|
10 years ago |
Gav Wood
|
1a63a498c2
|
Merge pull request #2531 from ethereum/fix_warning
Fix warning about scalar initialization
|
10 years ago |
Gav Wood
|
859f6d0ff7
|
Merge pull request #2526 from arkpar/state
Fixed call to contract from rpc
|
10 years ago |
Gav Wood
|
016ef39034
|
Merge pull request #2513 from ethereum/cmake_llvm_version
LLVM version requirements in cmake
|
10 years ago |
Gav Wood
|
940b4fcbff
|
Merge pull request #2436 from winsvega/fuzz
Fuzz: random RLP generation
|
10 years ago |
chriseth
|
024959b5f2
|
Fully automate the dockerfile again.
|
10 years ago |
chriseth
|
43a9cc541a
|
Virtual destructor for Miner.
|
10 years ago |
Paweł Bylica
|
6674318998
|
Fix for GCC compiler.
|
10 years ago |
Paweł Bylica
|
69bbae0072
|
concurrent_queue
|
10 years ago |
Paweł Bylica
|
0f890cfb09
|
Extract concurrent_queue from JIT Worker.
|
10 years ago |
Paweł Bylica
|
58b533cf29
|
Subtree merge: ethereum/evmjit into ethereum/cpp-ethereum
Merge commit '97d7af348a32b4dff6b6b26cef3e18a0d6d49812' into evmjit_cmake
|
10 years ago |
Paweł Bylica
|
97d7af348a
|
Install public headers.
|
10 years ago |
Paweł Bylica
|
622c8be1e7
|
Subtree merge: ethereum/evmjit into ethereum/cpp-ethereum.
Merge commit '373dc98fb16bfcd99a2e3c4e21dfbf6fa8fe1729' into evmjit_cmake
Conflicts:
evmjit/include/evmjit/JIT.h
evmjit/libevmjit/CMakeLists.txt
evmjit/libevmjit/JIT.cpp
evmjit/libevmjit/RuntimeManager.cpp
evmjit/libevmjit/interface.cpp
|
10 years ago |
Vlad Gluhovsky
|
203d500053
|
log output updated
|
10 years ago |
Paweł Bylica
|
373dc98fb1
|
Revert stupid replace.
|
10 years ago |
Paweł Bylica
|
c2393082ea
|
Merge remote-tracking branch 'origin/cmake' into develop
|
10 years ago |
Vlad Gluhovsky
|
8493348667
|
bugfix: reap() refcatored
|
10 years ago |
Paweł Bylica
|
e1634a9dcb
|
Clean up evmjit cmake files. Assign compiler flags to target.
|
10 years ago |
Paweł Bylica
|
1fc6254abb
|
Clean up evmjit cmake files. Assign compiler flags to target.
|
10 years ago |
Paweł Bylica
|
e140fce280
|
Add support for cmake 2.8.
|
10 years ago |
Paweł Bylica
|
b0b8c4d81a
|
Add support for cmake 2.8.
|
10 years ago |
Paweł Bylica
|
a9024e5e90
|
Set EVM JIT version in cmake script.
|
10 years ago |
Paweł Bylica
|
d3831c8b1d
|
Set EVM JIT version in cmake script.
|
10 years ago |
Paweł Bylica
|
49ebc887ec
|
Fix warning about scalar initialization
|
10 years ago |
Lefteris Karapetsas
|
69e8b01115
|
Check if precompute seal option exists
plus indentation style fix
|
10 years ago |
Paweł Bylica
|
3dbf11468f
|
Check LLVM version manually.
|
10 years ago |
Lefteris Karapetsas
|
a700950765
|
Switch to using the Sealers API for precompute
|
10 years ago |
Arkadiy Paronyan
|
9f66e20405
|
Merge pull request #2522 from yann300/deploydialog
Mix - arrays decoding
|
10 years ago |
yann300
|
36085cb949
|
Merge remote-tracking branch 'up/develop' into deploydialog
|
10 years ago |
Lefteris Karapetsas
|
1718d6c648
|
ensurePrecomputed should respect --no-precompute
|
10 years ago |
arkpar
|
02f5874f82
|
style
|
10 years ago |
arkpar
|
f8869313c8
|
style
|
10 years ago |
Arkadiy Paronyan
|
258f28b38a
|
Merge pull request #2523 from chriseth/mix_fixFunctionList
Only store functions with external visibility in QContractDefinition.
|
10 years ago |
arkpar
|
7f696850b4
|
get transactions from syncing peer
|
10 years ago |
arkpar
|
2daad53d8c
|
Fixed a potential deadlock when peer is released in forEachPeer
|
10 years ago |
arkpar
|
de04714953
|
comments
|
10 years ago |
arkpar
|
03216e8749
|
prevent re-downloading of already queued blocks
|
10 years ago |
arkpar
|
6dbb2ed27b
|
Minor blockchain sync fixes
|
10 years ago |
arkpar
|
28088ae642
|
fixed Client::call execution without transaction
|
10 years ago |
yann300
|
e8a83ef34a
|
Merge remote-tracking branch 'up/develop' into deploydialog
|
10 years ago |
Gav Wood
|
0f29c6b4e7
|
Merge branch 'arkpar-state' into develop
|
10 years ago |
Gav Wood
|
74042678f3
|
Merge branch 'state' of https://github.com/arkpar/cpp-ethereum into arkpar-state
Minor miner fix.
Conflicts:
libethereum/State.cpp
|
10 years ago |
yann300
|
1dbe8ebb6a
|
Merge remote-tracking branch 'up/develop' into deploydialog
|
10 years ago |