Christian
|
41948b1309
|
Fix: Resolve function types of all contracts before checking types inside functions.
|
10 years ago |
Lefteris Karapetsas
|
b95b6f3b66
|
Properly outputing opcodes in solc, using normal stream operator
|
10 years ago |
Lefteris Karapetsas
|
28409ed583
|
Fix for unhandled solc exception with opcodes argument
- This should fix #631
|
10 years ago |
Gav Wood
|
12af4860fe
|
Merge pull request #632 from debris/windows_debug2
Windows 32 debug, part 2
|
10 years ago |
subtly
|
71bf6e7ede
|
udp != tcp. history-commit.
|
10 years ago |
Marek Kotewicz
|
99dce392b0
|
find jsonrpccpp debug libraries
|
10 years ago |
Marek Kotewicz
|
8ecf06df86
|
FindCURL in out cmake folder, required to find debug curl library
|
10 years ago |
wanderer
|
4dd5240111
|
append JSON objects to log
|
10 years ago |
wanderer
|
7460d88bae
|
using json_spirit
|
10 years ago |
wanderer
|
381c30ecd0
|
changed output stacktrace format to json
|
10 years ago |
chriseth
|
47927f731e
|
Merge pull request #621 from chriseth/sol_createContracts
Contract creation ("new" operator).
|
10 years ago |
Marek Kotewicz
|
76db957b52
|
fixed macdeployqt options order
|
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 |
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 |
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
|
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 |
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 |
Christian
|
f42f24165b
|
Bugfix: Avoid accessing temporary after its lifetime.
|
10 years ago |
Christian
|
4b98479db7
|
Merge remote-tracking branch 'ethereum/develop' into sol_barecalls
|
10 years ago |
yann300
|
d76b3f472e
|
- Send String value to QML instead of int value (gas, gasCost,
gasLeft).
- Wrap label with QApplication::tr (localization).
- Use of std::hex, std::dec instead of QTextStream (to avoid warning).
|
10 years ago |
Christian
|
8eee0a2033
|
Correctly check for string prefix plus indentation change.
|
10 years ago |
Gav Wood
|
61c405dcb6
|
Merge pull request #605 from debris/mac_fix_exp
ungly fix for compiling exp on mac
|
10 years ago |
Gav Wood
|
a0d505573e
|
Merge pull request #604 from debris/mac_qt_fix
fixed macdeplyqt path on macos
|
10 years ago |
Gav Wood
|
3821f13242
|
Merge pull request #616 from guanqun/fix-typo
trivial typo fixes
|
10 years ago |