Paweł Bylica
|
ae68c1c5d5
|
Merge branch 'develop' into develop-evmcc
Conflicts:
libevm/VM.h
|
10 years ago |
Marek Kotewicz
|
8287012374
|
Merge branch 'develop' into mk_jsonrpc
|
10 years ago |
Christian
|
03463c47b1
|
Merge remote-tracking branch 'ethereum/develop' into signextend_change
Conflicts:
libevm/VM.h
|
10 years ago |
Christian
|
0877cf6036
|
Adjustments for the NEG->BNOT change.
|
10 years ago |
Gav Wood
|
24abdab063
|
Merge pull request #438 from imapp-pl/pr-fixes
Fix VM test code loading conditions
|
10 years ago |
Gav Wood
|
c79f48288a
|
Merge pull request #436 from debris/develop
fix for compiling under llvm
|
10 years ago |
Christian
|
9d129757dd
|
Merge remote-tracking branch 'ethereum/develop' into sol_expressionCompiler
Conflicts:
libsolidity/Types.cpp
|
10 years ago |
Christian
|
3204918cd6
|
Forgot some asterisks.
|
10 years ago |
Christian
|
17f5470540
|
Asterisk-syntax for doxygen class documentation.
|
10 years ago |
Paweł Bylica
|
e17e240b5d
|
Fix VM test code loading conditions
|
10 years ago |
Paweł Bylica
|
8cec0751fd
|
Add missing Visual Studio projects dependencies
|
10 years ago |
Marek Kotewicz
|
943d624526
|
Merge branch 'develop' into mk_jsonrpc
Conflicts:
libevm/VM.h
libqethereum/QEthereum.h
|
10 years ago |
Marek Kotewicz
|
7b681b0913
|
fix for compiling under llvm
|
10 years ago |
Marek Kotewicz
|
7d24ae8cf6
|
common changes
|
10 years ago |
Marek Kotewicz
|
95a2c1a699
|
merging changes from mainwin
|
10 years ago |
Paweł Bylica
|
23440c642a
|
Return jit::VM only if ETH_JIT macro is on
|
10 years ago |
Marek Kotewicz
|
79ee791a13
|
merging changes from mainwin
|
10 years ago |
Gav Wood
|
c2bb0fe799
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
67ed69d59b
|
PoC-7: Latest SIGNEXTEND.
|
10 years ago |
Christian
|
d359afe34b
|
Reverse operators for SIGNEXTEND and bugfix for k > 2**64.
|
10 years ago |
Marek Kotewicz
|
d54a2f8626
|
whisper in web3jsonrpc
|
10 years ago |
Paweł Bylica
|
f1451174e3
|
Ignore opOp callback silently
|
10 years ago |
Paweł Bylica
|
df4267e6f8
|
Ignore opOp callback silently
|
10 years ago |
Paweł Bylica
|
cd1773ca24
|
Merge branch 'develop' into develop-evmcc
Conflicts:
libevm/ExtVMFace.h
libevm/VM.h
test/vm.cpp
test/vm.h
windows/LibEthereum.vcxproj.filters
|
10 years ago |
Christoph Jentzsch
|
a89e2def34
|
merge
|
10 years ago |
Christoph Jentzsch
|
a03e7ab8a8
|
Fixed storage output in VMTRACE for vm tests
|
10 years ago |
Marek Kotewicz
|
b5b3eb32df
|
ldb access from api
|
10 years ago |
Paweł Bylica
|
a0204f8e50
|
Fix EXTCODECOPY
|
10 years ago |
Paweł Bylica
|
d74ce85d4a
|
Restore correct memory access in Ext functions
|
10 years ago |
Paweł Bylica
|
686e894b26
|
Add Arith256.* files to Visual Studio project
|
10 years ago |
Paweł Bylica
|
a6b9cb7a97
|
Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc
|
10 years ago |
artur-zawlocki
|
2eedd8dfdb
|
Added missing changes [#79450108]
|
10 years ago |
Paweł Bylica
|
bb67c7587d
|
Get Runtime pointer from main function argument if available
|
10 years ago |
Paweł Bylica
|
66a7834e95
|
Change some runtime names
|
10 years ago |
Paweł Bylica
|
33246126f2
|
Move return data reference to Runtime [#81470252]
|
10 years ago |
Paweł Bylica
|
d86d6c689b
|
Fix ReturnData::Index::_size
|
10 years ago |
Christian
|
d7278b3d34
|
Stylistic corrections.
|
10 years ago |
Paweł Bylica
|
07a909188a
|
Move jmpbuf to Runtime [#81470252]
|
10 years ago |
Christoph Jentzsch
|
372936172b
|
Added tests for SIGNEXTEND and BNOT
|
10 years ago |
Christoph Jentzsch
|
4787da2e7b
|
Merge remote-tracking branch 'upstream/develop' into newTests
Conflicts:
test/vm.cpp
test/vm.h
|
10 years ago |
Gav Wood
|
4be847e2e6
|
Merge pull request #428 from CJentzsch/useETHEREUM_TEST_PATH
use ETHEREUM_TEST_PATH in all tests
|
10 years ago |
Gav Wood
|
f9e4e79cb9
|
Merge pull request #431 from CJentzsch/vmtrace
Adding VMTRACE to user defined vm tests
|
10 years ago |
Gav Wood
|
0053ae0520
|
Build fix.
|
10 years ago |
Gav Wood
|
bf493a9199
|
PoC-7: 6. Illegal to jump into pushdata.
|
10 years ago |
Gav Wood
|
482e7b639d
|
Version bump, minor fix for badly formatted manual hosts.
|
10 years ago |
Gav Wood
|
1b6ce6c6df
|
Merge branch 'poc-7' into develop
|
10 years ago |
Gav Wood
|
5a949f0b01
|
Facility to check for ids.
Less tracing.
|
10 years ago |
Gav Wood
|
480ca5d1e7
|
Paranoia mining fix.
|
10 years ago |
artur-zawlocki
|
0b2c3c0e00
|
256-bit arithmetic implemented via calls to boost::multiprecision library.
[#79450108]
|
10 years ago |
artur-zawlocki
|
dd357f29c7
|
Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc
|
10 years ago |