Christian
|
a3473ad88d
|
Check that constructor does not have "returns" directive.
|
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 |
Gav Wood
|
302c16ec44
|
Documentation and reduction.
|
10 years ago |
Gav Wood
|
b6aa6efb46
|
Another fix for finalize.
|
10 years ago |
Gav Wood
|
092528d87a
|
Minor fix for finalize.
|
10 years ago |
Lu Guanqun
|
5652bd3779
|
typo fix
|
10 years ago |
Lu Guanqun
|
960f62b05a
|
update to the correct file name
|
10 years ago |
Marek Kotewicz
|
5162715101
|
ungly fix for compiling exp on mac
|
10 years ago |
Marek Kotewicz
|
1e80a16ec8
|
fixed macdeplyqt path on macos
|
10 years ago |
CJentzsch
|
4a7d141452
|
Merge remote-tracking branch 'upstream/develop' into NewStateTests
|
10 years ago |
CJentzsch
|
ec5d90ebec
|
Merge branch 'NewStateTests' of https://github.com/CJentzsch/cpp-ethereum into NewStateTests
|
10 years ago |
Christoph Jentzsch
|
e08c82915e
|
Merge pull request #2 from winsvega/NewStateTests
Init code test filler
|
10 years ago |
Gav Wood
|
bf3fbae397
|
Demonstration readability improved. Clear how the State diff works.
|
10 years ago |
Gav Wood
|
0cd39343eb
|
Demonstration of how to create a completely custom state for execution
of transactions.
|
10 years ago |
Gav Wood
|
4a0ac1f4c2
|
Silly windows fix.
|
10 years ago |
CJentzsch
|
d1727f673a
|
Merge remote-tracking branch 'upstream/develop' into NewStateTests
|
10 years ago |
Gav Wood
|
a068543f21
|
State reworked slightly.
Additional experimentation for State to demo how easily it is to create
states.
|
10 years ago |
CJentzsch
|
ea7828d9e6
|
Merge remote-tracking branch 'upstream/develop' into NewStateTests
Conflicts:
test/state.cpp
|
10 years ago |
Gav Wood
|
37c93e0458
|
Fixes for windows?
|
10 years ago |
CJentzsch
|
35f2985eb9
|
merge
|
10 years ago |
Gav Wood
|
24a2c6f2ed
|
Another Windows fix?
|
10 years ago |
Gav Wood
|
efa6fd99b2
|
Windows fix?
|
10 years ago |
Gav Wood
|
a1a6dcab34
|
Core repotting.
|
10 years ago |
Gav Wood
|
761bd33123
|
Avoid noting safe exceptions unless the user *really* wants it.
|
10 years ago |
Gav Wood
|
b7f4d6b9dc
|
Merge pull request #601 from CJentzsch/newTests
Added recursive create test + lesser output for safe VM exceptions
|
10 years ago |
Gav Wood
|
da7cad3176
|
Merge branch 'build_enhancement' into develop
|
10 years ago |
winsvega
|
2d70c4df7e
|
Init code test filler
|
10 years ago |
sveneh
|
8cbd3b67bc
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into build_enhancement
Conflicts:
windows/LibEthereum.vcxproj
windows/LibEthereum.vcxproj.filters
Solved by removing files (not necessary anymore)
|
10 years ago |
CJentzsch
|
4b1fb339bf
|
Added recursive create test + lesser output for safe VM exceptions
|
10 years ago |
Gav Wood
|
1b8f9fdc3b
|
Deduplication.
|
10 years ago |
Gav Wood
|
b52e9cae5a
|
Add file.
|
10 years ago |
Gav Wood
|
b364a8110b
|
Repotting.
|
10 years ago |
Gav Wood
|
94dc92edab
|
Remove unneeded files.
|
10 years ago |
Gav Wood
|
82d29fa979
|
Rename headers.
|
10 years ago |
Gav Wood
|
e0d57cd5bf
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
28556f42ec
|
Remove unneeded files.
|
10 years ago |
Gav Wood
|
73e927e14a
|
Merge pull request #600 from CJentzsch/bugfix
set first 12 bytes to zero in ecrecover
|
10 years ago |
Gav Wood
|
755eb3de0f
|
Merge pull request #595 from CJentzsch/stateLogTests
Fix import state for state tests
|
10 years ago |
CJentzsch
|
45807bff5e
|
set first 12 bytes to zero in ecrecover
|
10 years ago |
CJentzsch
|
563132bde0
|
Merge remote-tracking branch 'upstream/develop' into bugfix
Conflicts:
libevm/VM.h
|
10 years ago |