artur-zawlocki
|
2fec309a55
|
Print compilation/execution times
|
10 years ago |
Christoph Jentzsch
|
314b070d36
|
Update vm.h
|
10 years ago |
Christoph Jentzsch
|
3332043ec2
|
Update vm.cpp
|
10 years ago |
Christoph Jentzsch
|
1090a32a93
|
Merge remote-tracking branch 'upstream/develop' into vmtrace
|
10 years ago |
Christoph Jentzsch
|
875d526590
|
log VMTRACE in file for user defined test
|
10 years ago |
Gav Wood
|
744470b731
|
Fixes for the latest LOG stuff.
|
10 years ago |
Gav Wood
|
2c193627ed
|
Draft of new LOG/bloom/headers/block format.
|
10 years ago |
Christoph Jentzsch
|
8cf0e2bd9c
|
VMTRACE for internal calls
Conflicts:
test/vm.cpp
|
10 years ago |
Christoph Jentzsch
|
bc1e4ceee2
|
Add VMTRACE to user defined vm test
Conflicts:
test/vm.cpp
|
10 years ago |
Christoph Jentzsch
|
0f63120e8a
|
Merge remote-tracking branch 'upstream/develop' into newTests
Conflicts:
libevm/VM.h
libevmface/Instruction.h
test/vm.cpp
|
10 years ago |
Gav Wood
|
7b1afe3b10
|
LOG instructions.
|
10 years ago |
Christoph Jentzsch
|
2f9e097e15
|
Merge remote-tracking branch 'origin/newTests' into newTests
|
10 years ago |
Christoph Jentzsch
|
c9e3610fb8
|
Merge pull request #1 from chriseth/signextend
Implementation of SIGNEXTEND opcode
|
10 years ago |
Christoph Jentzsch
|
6bace568d0
|
use ETHEREUM_TEST_PATH in all tests
|
10 years ago |
Christoph Jentzsch
|
68328e90d1
|
bugfix
|
10 years ago |
Marek Kotewicz
|
c5a1df4700
|
missing setDefaultBlock method
|
10 years ago |
Marek Kotewicz
|
59fc988bbb
|
Merge branch 'develop' into mk_jsonrpc
Conflicts:
alethzero/MainWin.cpp
alethzero/MainWin.h
libqethereum/QEthereum.cpp
libqethereum/QEthereum.h
third/MainWin.cpp
third/MainWin.h
|
10 years ago |
Christoph Jentzsch
|
f8bf9b4f12
|
use ETHEREUM_TEST_PATH in all tests
|
10 years ago |
Christian
|
20ce32d4dc
|
Interpret the second argument as byte number, not bit number.
|
10 years ago |
Paweł Bylica
|
18ccc108a0
|
Using RuntimeData pointer in ext functions [#81470252]
|
10 years ago |
Gav Wood
|
52e385905e
|
Move suicides into SubState and include logs and refunds.
Refund gas from zero-resetting SSTOREs.
|
10 years ago |
Paweł Bylica
|
df144a7e2e
|
Old bswap intrinsic removed
|
10 years ago |
Paweł Bylica
|
13fb431c54
|
Moving CODE data from Ext to Runtime [#81470252]
|
10 years ago |
Paweł Bylica
|
f12620d6d8
|
Moving CALLDATA data from Ext to Runtime [#81470252]
|
10 years ago |
Marek Kotewicz
|
6fefb43d36
|
setup default provider
|
10 years ago |
Marek Kotewicz
|
3b5e1202fc
|
js in qresources
|
10 years ago |
Paweł Bylica
|
356f6609d5
|
Group instructions that access runtime data [#81470252]
|
10 years ago |
Paweł Bylica
|
6facdd0df6
|
Moving the rest word-size data from Ext to Runtime [#81470252]
|
10 years ago |
Paweł Bylica
|
ae89279c1a
|
Moving ORIGIN, CALLER & CALLVALUE data from Ext to Runtime [#81470252]
|
10 years ago |
Paweł Bylica
|
669612cdcf
|
Add name to data indices [#81470252]
|
10 years ago |
Paweł Bylica
|
c7ccf546fc
|
Moving ADDRESS data from Ext to Runtime [#81470252]
|
10 years ago |
Gav Wood
|
15013a3e88
|
PoC-7: Reversion of 0-hashes, empty-list hashes and sha3('') -> ''
|
10 years ago |
Christoph Jentzsch
|
d045b281ce
|
VMTRACE for internal calls
|
10 years ago |
Christoph Jentzsch
|
2f6a20cbb1
|
Add VMTRACE to user defined vm test
|
10 years ago |
Paweł Bylica
|
7ec7977fc4
|
Introducing RuntimeHelper - a compiler helper that depends on runtime data [#81470252]
|
10 years ago |
Paweł Bylica
|
5d3afa1756
|
Use Type::RuntimePtr instead of RuntimeData::getType->getPointerTo()
|
10 years ago |
Gav Wood
|
eb73eb2974
|
Build fix.
|
10 years ago |
Paweł Bylica
|
0d4ca779ff
|
Access stack structure through runtime structure [#81470252]
|
10 years ago |
Paweł Bylica
|
f81971bae8
|
Add Type::RuntimePtr predefined LLVM type
|
10 years ago |
Gav Wood
|
d007207252
|
Fix QEthereum.
|
10 years ago |
Gav Wood
|
721abb8f0f
|
PoC-7 Exception severity uniform.
|
10 years ago |
Gav Wood
|
dfea821aaf
|
DB prototyped.
|
10 years ago |
Paweł Bylica
|
9ec1ea526a
|
Access memory structure through runtime structure [#81470252]
|
10 years ago |
Paweł Bylica
|
fcf5400c3a
|
Place current gas counter value in RuntimeData
|
10 years ago |
Marek Kotewicz
|
c1eaa1c0f5
|
common changes in tests
|
10 years ago |
Marek Kotewicz
|
8e71bd1f59
|
Merge branch 'develop' into mk_jsonrpc
Conflicts:
alethzero/MainWin.cpp
libqethereum/QEthereum.cpp
libqethereum/QEthereum.h
third/MainWin.cpp
|
10 years ago |
Gav Wood
|
2c29f1bc3a
|
Minor reload issue eased.
|
10 years ago |
Gav Wood
|
82100d1cc7
|
Force name entry.
|
10 years ago |
Gav Wood
|
6af4399b84
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
844a50d2bb
|
Fix for moving to super-low number of ideal peers.
|
10 years ago |