Gav Wood
|
7618f7a75c
|
Merge pull request #328 from cdetrio/develop
enable qt web inspector
|
10 years ago |
Casey Detrio
|
81ffba3ecb
|
enable qt web inspector
|
10 years ago |
Paweł Bylica
|
56f37c0789
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
e9d839c62d
|
Revert MSIZE.
|
10 years ago |
Gav Wood
|
45372764f2
|
Repotting of AES stuff.
|
10 years ago |
Paweł Bylica
|
f6759913e4
|
Print returned memory to standard output
|
10 years ago |
Paweł Bylica
|
68b2e4cdc5
|
Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc
|
10 years ago |
Paweł Bylica
|
f41550077a
|
Implementing RETURN and STOP instructions
|
10 years ago |
artur-zawlocki
|
65908ab5e8
|
fixed bug in memory handling
|
10 years ago |
artur-zawlocki
|
5b265b8f4b
|
Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc
|
10 years ago |
artur-zawlocki
|
638bb9390c
|
Implemented MLOAD, MSTORE, MSTORE8 and MSIZE
|
10 years ago |
Gav Wood
|
234cc551b6
|
more attempts to mimic what Vitalik did with wallet encryption.
|
10 years ago |
Paweł Bylica
|
9ee462570b
|
Push call data on stack - CALLDATALOAD
|
10 years ago |
Gav Wood
|
bcca878832
|
Whisper in main client.
|
10 years ago |
Christoph Jentzsch
|
da4d393a28
|
Merge remote-tracking branch 'upstream/develop' into develop
|
10 years ago |
Christoph Jentzsch
|
a6a76a1f4b
|
corrected CALLSTATELESS test, style fixes, code length independent call in FakeExtVM
|
10 years ago |
Gav Wood
|
be0d17d3da
|
add virtual notes.
|
10 years ago |
Gav Wood
|
e1e66b5817
|
Windows updates.
|
10 years ago |
Gav Wood
|
6692dc3ff4
|
Repotting.
|
10 years ago |
Paweł Bylica
|
696f6ae62e
|
Accessing Ext static data: CALLER, ORIGIN, CALLVALUE, CALLDATASIZE, GASPRICE
|
10 years ago |
Paweł Bylica
|
10e5182860
|
Send Ext static data to running contract. ADDRESS instruction
|
10 years ago |
Gav Wood
|
c236843225
|
fix for callstateless.
|
10 years ago |
Paweł Bylica
|
bd3cd40e96
|
Improve stack binary interface
|
10 years ago |
Paweł Bylica
|
362acacfa2
|
Set/get values in Ext store - SSTORE & SLOAD
|
10 years ago |
artur-zawlocki
|
afb0de7f02
|
added ethcore to libs required by evmcc
|
10 years ago |
artur-zawlocki
|
b93e964473
|
Merge branch 'develop-evmcc' of git@github.com:imapp-pl/ethereum.git into develop-evmcc
Conflicts:
evmcc/Compiler.cpp
|
10 years ago |
artur-zawlocki
|
8a63213b6b
|
initial implementation of memory
|
10 years ago |
Gav Wood
|
36215b3a8c
|
Reorganisation of UI.
|
10 years ago |
Gav Wood
|
9ce2b5bfa6
|
Avoid attempt to reget chain on block reception.
Send genesis block hash in hash chain.
|
10 years ago |
Paweł Bylica
|
6eab61a1ae
|
Starting ExtVM binary interface
|
10 years ago |
Gav Wood
|
340801ed90
|
Networking fixes.
|
10 years ago |
Gav Wood
|
f83b8d795e
|
Quick build fix.
|
10 years ago |
Gav Wood
|
3cb6af930f
|
Fix for wierd empty blocks.
|
10 years ago |
Paweł Bylica
|
7abca55b44
|
Merge branch 'develop' into develop-evmcc
|
10 years ago |
Paweł Bylica
|
826c86bf05
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop
|
10 years ago |
Paweł Bylica
|
72bb2d3e0c
|
Fix stack set/get bad function signature
|
10 years ago |
Gav Wood
|
137c22597f
|
Make net button work.
|
10 years ago |
Paweł Bylica
|
4ec1ebc82c
|
Basic arithmetic, limited precision for MUL, DIV and MOD.
|
10 years ago |
Gav Wood
|
d67ce566e7
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Paweł Bylica
|
2eabdb0ced
|
SWAP* instructions
|
10 years ago |
Paweł Bylica
|
646f954ac6
|
POP and DUP* instructions
|
10 years ago |
Christoph Jentzsch
|
7b17adba08
|
Exemplar alteration to show effect of using boost::exception
|
10 years ago |
Paweł Bylica
|
a9bdd81d49
|
PUSH instruction implementation
|
10 years ago |
Paweł Bylica
|
9051a2198a
|
Output compilation (option -c) result to standard output by default
|
10 years ago |
Paweł Bylica
|
26a952cd1d
|
Stack interface and implementation
|
10 years ago |
Christoph Jentzsch
|
e81d9eb3f1
|
Merge remote-tracking branch 'upstream/develop' into develop
|
10 years ago |
Christoph Jentzsch
|
33fbb36b2a
|
Completed vm tests. Added ADDMOD,MULMOD,POST,CALLSTATELESS
|
10 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
|
10 years ago |
Tim Hughes
|
2908e7706f
|
Update MSVC projects.
|
10 years ago |
Tim Hughes
|
e37fd01bc6
|
Suppress warnings from boost mpl during moc compile.
|
10 years ago |