Christian
|
ec5bf1abe9
|
NEG->BNOT change
|
10 years ago |
Gav Wood
|
93b0448b44
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
b87bde0f31
|
Updated genesis block to new block format.
|
10 years ago |
Christian
|
c98204beab
|
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
Conflicts:
libsolidity/Types.cpp
|
10 years ago |
Christian
|
1d3b26617a
|
Bugfix: Tag takes one byte (for JUMPDEST)
|
10 years ago |
Christian
|
0baf92d52e
|
Parser fix: Consume break and continue.
|
10 years ago |
artur-zawlocki
|
160498c90a
|
Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc
|
10 years ago |
artur-zawlocki
|
865cfe4a72
|
turned on stack optimization by default in jit compiler
|
10 years ago |
artur-zawlocki
|
9a82a78b88
|
json test file for performance testing
|
10 years ago |
Paweł Bylica
|
0da37f9f29
|
Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc
|
10 years ago |
Paweł Bylica
|
be6a02a446
|
Use clog for JIT logs
|
10 years ago |
Paweł Bylica
|
a34259ec66
|
Fix bad .filters file
|
10 years ago |
artur-zawlocki
|
0432706b2f
|
added inlcude of setjmp.h required for jmp_buf type
|
10 years ago |
artur-zawlocki
|
4c7fddd3e8
|
added dependency on libethereum to evmcc
|
10 years ago |
artur-zawlocki
|
0e77fc9d70
|
Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc
Conflicts:
test/vm.cpp
|
10 years ago |
Marek Kotewicz
|
3462f602a0
|
whisper polling, not finished
|
10 years ago |
artur-zawlocki
|
732c40b57a
|
MULMOD/ADDMOD implemented in separate functions [FIXES #80566276]
|
10 years ago |
Paweł Bylica
|
57fd3e1458
|
Remove global Runtime pointer
|
10 years ago |
Paweł Bylica
|
f48c0d7e96
|
Expose VM kind setting of State in FakeExtVM
This reverts commit 6ad065bb3e .
|
10 years ago |
subtly
|
1ac4e210be
|
Merge branch 'develop' into crypto
|
10 years ago |
artur-zawlocki
|
017bfd9d7a
|
Changed semantics of JUMPDEST so that *the next* instruction is a jump destination
|
10 years ago |
artur-zawlocki
|
f4202d9144
|
1. Indenting spaces converted to tabs
2. Options changed: -G --> -g
|
10 years ago |
Paweł Bylica
|
2ae0fa25d6
|
Using call helper
|
10 years ago |
Paweł Bylica
|
1b2e51432a
|
Call helper
|
10 years ago |
Paweł Bylica
|
6ae263f986
|
Handle bad instructions (BadInstruction exception) [#81563132]
|
10 years ago |
Paweł Bylica
|
6541b0db8a
|
Add raiseException helper to RuntimeManager [#81563132]
|
10 years ago |
Paweł Bylica
|
acc50285e7
|
Fix compile on Visual Studio
|
10 years ago |
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 |
subtly
|
3ce9cde377
|
revert oops; warning for unused-function disabled during link-time
|
10 years ago |
subtly
|
9043ded954
|
Merge branch 'develop' into crypto
|
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 |