Christoph Jentzsch
|
9cd76d43fd
|
Fix ABAcalls OOG bug
|
10 years ago |
nicksavers
|
5149609e15
|
Fix empty unclesHash for Genesis
|
10 years ago |
Gav Wood
|
d9f6dfe64d
|
Merge pull request #454 from jorisbontje/423-dockerfile
update Dockerfile with cryptopp and jsonrpc dependencies, fixes #423
|
10 years ago |
subtly
|
f78c79b204
|
Merge branch 'crypto' into cryptable
|
10 years ago |
subtly
|
25b1f76cad
|
Merge branch 'develop' into cryptable
|
10 years ago |
Christoph Jentzsch
|
8dcf6635ac
|
style
|
10 years ago |
artur-zawlocki
|
fe303b4013
|
(1) Handling evmcc options with boost::program_options. (2) Writing out .ll and .bc files
|
10 years ago |
Joris Bontje
|
4bbeb479af
|
update Dockerfile with cryptopp and jsonrpc dependencies, fixes #423
|
10 years ago |
Christoph Jentzsch
|
6df4e33f2b
|
Merge remote-tracking branch 'upstream/develop' into stateTests
Conflicts:
test/vmBitwiseLogicOperationTestFiller.json
|
10 years ago |
Christoph Jentzsch
|
be3ccd3444
|
Clean up and organize tests + state class tests
|
10 years ago |
Christian
|
7e542f55d3
|
Test adjustments.
|
10 years ago |
Christian
|
992fe7c4d3
|
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
Conflicts:
alethzero/CMakeLists.txt
|
10 years ago |
Christian
|
331ed8c872
|
Correct Solidity error formatting in AlethZero.
|
10 years ago |
Christian
|
30e4cda0e9
|
Some tests and bugfixes for the compiler.
|
10 years ago |
Christian
|
5cc582c454
|
Bugfix: Swap before mod and div.
|
10 years ago |
Christian
|
ab2442c39e
|
Fix: Search for jsonrpc locally.
|
10 years ago |
Christian
|
4dbc566a14
|
Bugfix: Swap before mod and div.
|
10 years ago |
subtly
|
a373315639
|
fix build (mutex header missing)
|
10 years ago |
artur-zawlocki
|
f8a5779891
|
unused var removed
|
10 years ago |
artur-zawlocki
|
1c9fb4acb7
|
1) JUMP/I semantics updated. 2) Members of BasicBlock::LocalStack pulled out to BasicBlock
|
10 years ago |
Paweł Bylica
|
d4c7afb10c
|
Merge branch 'develop' into develop-evmcc
Conflicts:
test/CMakeLists.txt
|
10 years ago |
subtly
|
a6887f1f4e
|
Merge branch 'develop' into crypto
|
10 years ago |
subtly
|
482a1241f7
|
rename nonce generator
|
10 years ago |
subtly
|
67747f8cc5
|
Placeholder kdf. More cleanup and tests.
|
10 years ago |
Gav Wood
|
bee87b4689
|
Fix for assembler.
|
10 years ago |
Gav Wood
|
97df72e810
|
PoC-7: 7. JUMP reform
|
10 years ago |
Gav Wood
|
205a464253
|
Merge pull request #382 from debris/mk_jsonrpc
JSON-RPC
|
10 years ago |
Gav Wood
|
8766c104bf
|
Fix #451.
|
10 years ago |
Marek Kotewicz
|
8d1ad00648
|
boost_auto_test_suite for jsonrpc && @brief description for WebThreeStubServer
|
10 years ago |
Christian
|
d1c20619c2
|
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
Conflicts:
libsolidity/AST.cpp
libsolidity/AST.h
libsolidity/Compiler.cpp
libsolidity/Compiler.h
libsolidity/NameAndTypeResolver.h
libsolidity/Types.cpp
solc/main.cpp
test/solidityCompiler.cpp
|
10 years ago |
Marek Kotewicz
|
8a568f3efc
|
Merge branch 'develop' into mk_jsonrpc
|
10 years ago |
Marek Kotewicz
|
2ee556edc5
|
fixed style issue
|
10 years ago |
Paweł Bylica
|
e756b4ae1e
|
Rename BNOT -> NOT, NOT -> ISZERO
|
10 years ago |
Paweł Bylica
|
e026f860ad
|
Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc
|
10 years ago |
artur-zawlocki
|
683f956a2e
|
added struct for compiler options
|
10 years ago |
Paweł Bylica
|
1732b86f23
|
Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc
|
10 years ago |
artur-zawlocki
|
11d78d44b1
|
removed *.orig file
|
10 years ago |
artur-zawlocki
|
44a9ea0fb8
|
code cleanup and coding-standardization
|
10 years ago |
Marek Kotewicz
|
1bf6713c19
|
fixed cmake
|
10 years ago |
Paweł Bylica
|
ddf647b099
|
Merge branch 'develop' into develop-evmcc
|
10 years ago |
Paweł Bylica
|
38766df7fc
|
Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc
|
10 years ago |
Marek Kotewicz
|
8c6af7f1d4
|
m_qwebConnector is not a pointer
|
10 years ago |
Marek Kotewicz
|
cebfa359d7
|
license for setup.js
|
10 years ago |
Paweł Bylica
|
c52fd78fb6
|
Use llvm.longjmp intrinsic for longjmp [Delivers #81792986]
|
10 years ago |
artur-zawlocki
|
0e0032e6ef
|
Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc
Conflicts:
libevmjit/Compiler.cpp
|
10 years ago |
Paweł Bylica
|
a19f3df3b3
|
Coding style: use "o_" prefix for output function arguments
|
10 years ago |
artur-zawlocki
|
bb4c21e5f3
|
allow --jit as non first argument
|
10 years ago |
artur-zawlocki
|
aa3ae14422
|
code cleanup & coding-standardization
|
10 years ago |
Paweł Bylica
|
23c7da66fa
|
Rename Type::i256 -> Type::Word
|
10 years ago |
Paweł Bylica
|
b039d7ee8e
|
Use common builder in GasMeter and Memory
|
10 years ago |