artur-zawlocki
|
00136561a0
|
added ethcore to libs required by evmcc
|
11 years ago |
artur-zawlocki
|
afb0de7f02
|
added ethcore to libs required by evmcc
|
11 years ago |
artur-zawlocki
|
15b945219a
|
Merge branch 'develop-evmcc' of git@github.com:imapp-pl/ethereum.git into develop-evmcc
Conflicts:
evmcc/Compiler.cpp
|
11 years ago |
artur-zawlocki
|
b93e964473
|
Merge branch 'develop-evmcc' of git@github.com:imapp-pl/ethereum.git into develop-evmcc
Conflicts:
evmcc/Compiler.cpp
|
11 years ago |
obscuren
|
a3c66b2740
|
How to spawn a websocket node
|
11 years ago |
obscuren
|
0cae9c3c1b
|
Readme
|
11 years ago |
obscuren
|
68ccbefc94
|
init
|
11 years ago |
artur-zawlocki
|
68f15f91a0
|
initial implementation of memory
|
11 years ago |
artur-zawlocki
|
8a63213b6b
|
initial implementation of memory
|
11 years ago |
Gav Wood
|
36215b3a8c
|
Reorganisation of UI.
|
11 years ago |
Gav Wood
|
ff2da7b8e2
|
Merge branch 'develop' into poc-6+
|
11 years ago |
Gav Wood
|
9ce2b5bfa6
|
Avoid attempt to reget chain on block reception.
Send genesis block hash in hash chain.
|
11 years ago |
Gav Wood
|
2dccb2dd31
|
Merge branch 'develop' into poc-6+
|
11 years ago |
Paweł Bylica
|
f3a347bdc8
|
Starting ExtVM binary interface
|
11 years ago |
Paweł Bylica
|
6eab61a1ae
|
Starting ExtVM binary interface
|
11 years ago |
Gav Wood
|
340801ed90
|
Networking fixes.
|
11 years ago |
Gav Wood
|
f83b8d795e
|
Quick build fix.
|
11 years ago |
Gav Wood
|
3cb6af930f
|
Fix for wierd empty blocks.
|
11 years ago |
Paweł Bylica
|
7abca55b44
|
Merge branch 'develop' into develop-evmcc
|
11 years ago |
Paweł Bylica
|
826c86bf05
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop
|
11 years ago |
Paweł Bylica
|
78b188c4b4
|
Fix stack set/get bad function signature
|
11 years ago |
Paweł Bylica
|
72bb2d3e0c
|
Fix stack set/get bad function signature
|
11 years ago |
Gav Wood
|
137c22597f
|
Make net button work.
|
11 years ago |
Paweł Bylica
|
58e03d5165
|
Basic arithmetic, limited precision for MUL, DIV and MOD.
|
11 years ago |
Paweł Bylica
|
4ec1ebc82c
|
Basic arithmetic, limited precision for MUL, DIV and MOD.
|
11 years ago |
Gav Wood
|
d67ce566e7
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
11 years ago |
Paweł Bylica
|
e53c0a4877
|
SWAP* instructions
|
11 years ago |
Paweł Bylica
|
2eabdb0ced
|
SWAP* instructions
|
11 years ago |
Paweł Bylica
|
3e01d183a0
|
POP and DUP* instructions
|
11 years ago |
Paweł Bylica
|
646f954ac6
|
POP and DUP* instructions
|
11 years ago |
Christoph Jentzsch
|
7b17adba08
|
Exemplar alteration to show effect of using boost::exception
|
11 years ago |
Paweł Bylica
|
4266ce54fc
|
PUSH instruction implementation
|
11 years ago |
Paweł Bylica
|
a9bdd81d49
|
PUSH instruction implementation
|
11 years ago |
Paweł Bylica
|
d8430db13c
|
Output compilation (option -c) result to standard output by default
|
11 years ago |
Paweł Bylica
|
9051a2198a
|
Output compilation (option -c) result to standard output by default
|
11 years ago |
Paweł Bylica
|
e8ff67cb48
|
Stack interface and implementation
|
11 years ago |
Paweł Bylica
|
26a952cd1d
|
Stack interface and implementation
|
11 years ago |
Christoph Jentzsch
|
e81d9eb3f1
|
Merge remote-tracking branch 'upstream/develop' into develop
|
11 years ago |
Christoph Jentzsch
|
33fbb36b2a
|
Completed vm tests. Added ADDMOD,MULMOD,POST,CALLSTATELESS
|
11 years ago |
Artur Zawłocki
|
bbc3aa4f99
|
evmcc's CMakeLists updated:
* added std=c++14 for gcc (required for std::make_unique)
* added required llvm libnames
|
11 years ago |
Artur Zawłocki
|
c3b165684c
|
evmcc's CMakeLists updated:
* added std=c++14 for gcc (required for std::make_unique)
* added required llvm libnames
|
11 years ago |
Tim Hughes
|
a28e910fc2
|
Merge branch 'poc-6'
|
11 years ago |
Tim Hughes
|
6857416c09
|
Update MSVC projects.
|
11 years ago |
Tim Hughes
|
a23fea0917
|
Suppress warnings from boost mpl during moc compile.
|
11 years ago |
Tim Hughes
|
cb143c44c3
|
Fixed size_t to bool warning and internal compiler error with MSVC.
|
11 years ago |
Tim Hughes
|
2908e7706f
|
Update MSVC projects.
|
11 years ago |
Tim Hughes
|
e37fd01bc6
|
Suppress warnings from boost mpl during moc compile.
|
11 years ago |
Tim Hughes
|
b42ecc34a1
|
Fixed size_t to bool warning and internal compiler error with MSVC.
|
11 years ago |
Christoph Jentzsch
|
69082f5fb6
|
undefined FILL_TESTS and some minor style fixes
|
11 years ago |
Christoph Jentzsch
|
ae7542dc2b
|
Merge remote-tracking branch 'upstream/develop' into develop
|
11 years ago |