wanderer
|
381c30ecd0
|
changed output stacktrace format to json
|
10 years ago |
Paweł Bylica
|
49bd78b404
|
SHA3 gas cost updated
|
10 years ago |
Paweł Bylica
|
76d30b8f9f
|
Count additional gas cost for memory copies. Some GasMeter improvments.
|
10 years ago |
chriseth
|
47927f731e
|
Merge pull request #621 from chriseth/sol_createContracts
Contract creation ("new" operator).
|
10 years ago |
Paweł Bylica
|
077cf7be5d
|
Count additional cost for EXP exponent
|
10 years ago |
Paweł Bylica
|
c2699b32ee
|
Comment about MCJIT and caching pointers to entry functions
|
10 years ago |
Paweł Bylica
|
91cd37e98d
|
Remove logs
|
10 years ago |
Marek Kotewicz
|
76db957b52
|
fixed macdeployqt options order
|
10 years ago |
Paweł Bylica
|
47d92e933a
|
Remove dummy int argument in entry function
|
10 years ago |
Paweł Bylica
|
2e1c90f828
|
Change the way entry function is called.
|
10 years ago |
Paweł Bylica
|
4a9d08d1b0
|
Change the way entry function is called.
|
10 years ago |
Gav Wood
|
f8c4d0b5d9
|
Merge pull request #628 from debris/windows_debug
Windows 32 debug, part 1
|
10 years ago |
Marek Kotewicz
|
259443a653
|
Merge branch 'develop' into windows_debug
|
10 years ago |
Christian
|
c00153e5c1
|
Stylistic changes.
|
10 years ago |
Gav Wood
|
d155f7d8d6
|
Merge branch 'yann300-ide_m2' into develop
Conflicts:
mix/ConstantCompilationModel.cpp
|
10 years ago |
Gav Wood
|
a22376093a
|
Prepared State premine.
Fixes for Qt 5.2.
|
10 years ago |
Marek Kotewicz
|
0532223f51
|
fixed typo
|
10 years ago |
Gav Wood
|
c7b6a38cfb
|
Merge branch 'ide_m2' of https://github.com/yann300/cpp-ethereum into yann300-ide_m2
|
10 years ago |
ethdev
|
e2223b8057
|
missing boost include in eth
|
10 years ago |
Marek Kotewicz
|
a5e92452f0
|
Merge branch 'develop' into windows_debug
|
10 years ago |
Paweł Bylica
|
70279f8679
|
Changes in setjmps
|
10 years ago |
yann300
|
b2bcf713a6
|
- Replace Qt5.3 ModalDialog by custom modal dialog.
|
10 years ago |
ethdev
|
a68cb3f0b8
|
jsoncpp && leveldb are now using optimized/debug
|
10 years ago |
Marek Kotewicz
|
93d70bf957
|
search for leveldb debug library
|
10 years ago |
arkpar
|
1d93d8ce1c
|
style
|
10 years ago |
Jeffrey Wilcke
|
e9db2d1b18
|
Merge pull request #15 from debris/master
changes from cpp-ethereum
|
10 years ago |
Gav Wood
|
d9b6f1fa31
|
Merge pull request #622 from CJentzsch/NewStateTests
init code tests
|
10 years ago |
Christoph Jentzsch
|
12040e70b2
|
Merge pull request #3 from winsvega/NewStateTests
Transaction Test Filler
|
10 years ago |
winsvega
|
905934f4c8
|
Transaction Test Filler
|
10 years ago |
CJentzsch
|
aa509e90bc
|
Merge remote-tracking branch 'upstream/develop' into NewStateTests
|
10 years ago |
Gav Wood
|
53b3c50fd8
|
Merge branch 'ide_m2' of https://github.com/yann300/cpp-ethereum into yann300-ide_m2
|
10 years ago |
yann300
|
95217d0584
|
- add parameter QObject* in initKeyEventManager.
|
10 years ago |
Gav Wood
|
10f908f5d6
|
Merge branch 'ide_m2' of https://github.com/yann300/cpp-ethereum into yann300-ide_m2
|
10 years ago |
yann300
|
10763f2407
|
- call initKeyEventManager in a SLOT connected to ressourceLoaded
SIGNAL
|
10 years ago |
Gav Wood
|
121f485190
|
Merge branch 'ide_m2' of https://github.com/yann300/cpp-ethereum into yann300-ide_m2
Conflicts:
mix/CodeEditorExtensionManager.cpp
|
10 years ago |
ethdev
|
f42dbcac1c
|
boost library -> libraries
|
10 years ago |
Marek Kotewicz
|
708d5536ae
|
modyfied findjsoncpp cmake to look for debug library
|
10 years ago |
ethdev
|
592e60ec17
|
start of implementing windows debug
|
10 years ago |
Christian
|
a3473ad88d
|
Check that constructor does not have "returns" directive.
|
10 years ago |
Paweł Bylica
|
1efde49fd7
|
Update usage of ExtVMFace in evmjit submodule
|
10 years ago |
Paweł Bylica
|
dbf8174fc6
|
Update usage of ExtVMFace
|
10 years ago |
Paweł Bylica
|
ac1bb938b1
|
Merge commit '1b8f9fdc3b44503890ed1bcb5da8bd5cb8dd83a5' into develop-evmcc
Conflicts:
test/TestHelper.cpp
|
10 years ago |
Gav Wood
|
488868306f
|
Merge pull request #620 from chriseth/fix_eth_temporary
Bugfix: Avoid accessing temporary after its lifetime.
|
10 years ago |
yann300
|
c3d38d54f8
|
Merge branch 'mix' of https://github.com/arkpar/cpp-ethereum into
ide_m25
Conflicts:
libdevcore/CommonJS.cpp
libdevcore/CommonJS.h
mix/AssemblyDebuggerCtrl.cpp
mix/AssemblyDebuggerCtrl.h
mix/AssemblyDebuggerModel.cpp
mix/DebuggingStateWrapper.cpp
mix/QBasicNodeDefinition.h
mix/QFunctionDefinition.h
mix/QVariableDeclaration.h
mix/TransactionBuilder.cpp
mix/TransactionBuilder.h
|
10 years ago |
Christian
|
7801b87ddb
|
Packing and unpacking of constructor arguments.
|
10 years ago |
Christian
|
5026c5855d
|
Create contracts.
|
10 years ago |
chriseth
|
5f509f4e49
|
Merge pull request #588 from chriseth/sol_barecalls
Calls to bare contracts (i.e. contracts not adhering to the ABI).
|
10 years ago |
Paweł Bylica
|
dc4bc0e9bf
|
Jit can handle call stack up to 1024
|
10 years ago |
Paweł Bylica
|
45fb3f5625
|
Move some data from stack to JitVM object to save stack space.
|
10 years ago |
Christian
|
f42f24165b
|
Bugfix: Avoid accessing temporary after its lifetime.
|
10 years ago |